What version of Bun is running?
0.6.0 latest canary of writing this
What platform is your computer?
Linux 5.17.0-1021-oem x86_64 x86_64
What steps can reproduce the bug?
- make a
.env with the contents: ```
A="a$t"
2. make a `a.ts` with the contents: ```
console.log(process.env.A)
bun run a.ts => prints a and nothing else
What is the expected behavior?
print a$t
What do you see instead?
$ bun run a.ts
[0.07ms] ".env"
a
Additional information
No response
What version of Bun is running?
0.6.0 latest canary of writing this
What platform is your computer?
Linux 5.17.0-1021-oem x86_64 x86_64
What steps can reproduce the bug?
.envwith the contents: ```A="a$t"
bun run a.ts=> prints a and nothing elseWhat is the expected behavior?
print a$t
What do you see instead?
Additional information
No response