mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
- Change Parser.parse expand parameter from true to false
- Update test to verify that variable expansion is disabled
- Variables like $VAR and ${VAR} are now treated as literal strings
- All tests still pass (7/7)
This ensures process.loadEnvFile behaves as a simple key-value parser
without performing variable substitution.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>