main
chore: deprecate eval itests (#25382)
fix: support cjs, cts, mjs, and mts for the `--ext` flag (#30398)
fix(resolver): don't treat `deno eval` modules as npm package files (#36304)
fix: support value substitution when loading environment variable files (#32495)
fix: handle inner quotes in double-quoted env values in .env file (#32930)
fix: restore --env-file parent directory traversal and do not error in `deno compile` for not found env file (#32686)
tests(eval): add spec tests for eval error reporting and exit codes (#34884)
feat(eval): auto-detect CJS vs ESM in deno eval (#32472)
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package.json (#26439)