summaryrefslogtreecommitdiff
path: root/tests/specs/compile
AgeCommit message (Expand)Author
2024-11-19feat(compile): ability to embed directory in executable (#26939)David Sherret
2024-11-19feat(compile): ability to embed local data files (#26934)David Sherret
2024-11-18perf(compile): code cache (#26528)David Sherret
2024-11-13feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....David Sherret
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-10-28fix(compile): regression handling redirects (#26586)David Sherret
2024-10-24perf(compile): pass module source data from binary directly to v8 (#26494)David Sherret
2024-10-18fix(npm): ensure scoped package name is encoded in URLs (#26390)Marvin Hagemeister
2024-10-14feat(unstable): `--unstable-detect-cjs` for respecting explicit `"type": "com...David Sherret
2024-09-26feat: add `--allow-import` flag (#25469)Bartek Iwańczuk
2024-09-10feat(cli): use NotCapable error for permission errors (#25431)Luca Casonato
2024-09-05feat(check): turn on useUnknownInCatchVariables (#25465)David Sherret
2024-09-04fix(regression): do not expose resolved path in Deno.Command permission denie...David Sherret
2024-09-04fix: lock down allow-run permissions more (#25370)David Sherret
2024-08-31chore: remove DENO_FUTURE=1 from spec tests (#25329)Bartek Iwańczuk
2024-08-30refactor: remove DENO_FUTURE (#25314)David Sherret
2024-08-30BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)Bartek Iwańczuk
2024-08-20feat(unstable): ability to use a local copy of jsr packages (#25068)David Sherret
2024-08-20fix(cli): update permission prompt message for compiled binaries (#24081)Yazan AbdAl-Rahman
2024-08-19fix(compile): make output more deterministic (#25092)David Sherret
2024-08-07fix(compile): support workspace members importing other members (#24909)David Sherret
2024-07-30fix(compile/windows): handle cjs re-export of relative path with parent compo...David Sherret
2024-07-26fix(unstable/compile): handle byonm import in sub dir (#24755)David Sherret
2024-07-24fix(future): Emit `deno install` warning less often, suggest `deno install` i...Nathan Whitaker
2024-07-09feat(compile): support --env (#24166)HasanAlrimawi
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-07-02fix(compile): prevent setting unstable feature twice (#24381)HasanAlrimawi
2024-06-05fix(npm): use configured auth for tarball urls instead of scope auth (#24111)David Sherret
2024-06-05fix: update deno_npm (#24065)Bartek Iwańczuk
2024-05-23FUTURE: initial support for .npmrc file (#23560)Bartek Iwańczuk
2024-05-06fix(compile): relative permissions should be retained as relative (#23719)David Sherret
2024-04-27fix(compile): certain jsr specifiers sometimes can't load (#23567)David Sherret