-
Notifications
You must be signed in to change notification settings - Fork 41
Handle multiline environment variables and add test #706
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Handle multiline environment variables and add test #706
Conversation
Co-authored-by: aidanbleser35 <aidanbleser35@gmail.com>
|
Cursor Agent can help with this pull request. Just |
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
jsrepo
@jsrepo/mcp
@jsrepo/migrate
@jsrepo/transform-biome
@jsrepo/transform-javascript
@jsrepo/transform-prettier
commit: |
|
@cursoragent CI is failing fix it |
|
Fixed the CI failure. TypeScript strict mode flagged Fix applied:
Verification:
The CI should now pass. The guard clause satisfies TypeScript's strict null checking while preserving the existing behavior, since Learn more about Cursor Agents |
Co-authored-by: aidanbleser35 <aidanbleser35@gmail.com>
Add support for multiline environment variables in
parseEnvVariablesto correctly handle values spanning multiple lines using backslash continuation.