deno/cli/tools
Nathan Whitaker 1317a36332
Some checks are pending
ci / pre-build (push) Waiting to run
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / build libs (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
fix(bundle): don't use createRequire when targeting browser in Deno.bundle (#31534)
Fixes #31524

Missed a code path in the original fix
2025-12-09 00:13:35 +00:00
..
bench feat: add --require run arg to support commonJS (#31201) 2025-11-24 11:57:28 -03:00
bundle fix(bundle): don't use createRequire when targeting browser in Deno.bundle (#31534) 2025-12-09 00:13:35 +00:00
coverage chore: Rust 1.91.1 (#31165) 2025-12-04 13:11:05 -05:00
doc feat(doc): add darkmode for HTML output (#28989) 2025-04-21 13:02:50 -07:00
init feat: deno init --empty (#31516) 2025-12-08 10:14:36 +01:00
installer feat(install): add --lockfile-only flag (#31376) 2025-12-04 09:50:11 -05:00
jupyter feat: add --require run arg to support commonJS (#31201) 2025-11-24 11:57:28 -03:00
lint fix: upgrade to swc_ecma_parser 27 (#31427) 2025-11-27 13:07:50 -05:00
pm fix: change errors message suggesting to run approve-scripts (#31493) 2025-12-05 21:19:29 +00:00
publish feat: support publish: false in deno.json (#30852) 2025-12-02 00:48:13 +00:00
repl fix: upgrade to swc_ecma_parser 27 (#31427) 2025-11-27 13:07:50 -05:00
run feat: add --require run arg to support commonJS (#31201) 2025-11-24 11:57:28 -03:00
test fix(test): Remove ANSI Escape Codes for Junit Reports (#30854) 2025-12-02 18:11:44 +01:00
check.rs fix(cache): cache excluded modules explicitly provided on the command line (#30442) 2025-08-18 17:54:44 -04:00
clean.rs fix(check): error when type checking after deduping packages (#31049) 2025-10-21 23:11:01 -04:00
compile.rs fix: upgrade to swc_ecma_parser 27 (#31427) 2025-11-27 13:07:50 -05:00
deploy.rs feat: add --require run arg to support commonJS (#31201) 2025-11-24 11:57:28 -03:00
doc.rs refactor: updates in preparation for supporting a minimum dependency age (#30849) 2025-09-25 18:31:49 -04:00
fmt.rs feat(BREAKING/fmt): prompt or require deno fmt . when providing no files and no config files discovered (#30623) 2025-09-08 14:28:47 -04:00
info.rs fix(check): error when type checking after deduping packages (#31049) 2025-10-21 23:11:01 -04:00
mod.rs feat(bundle, unstable): bundling backed by esbuild (#29470) 2025-06-07 21:20:10 +02:00
serve.rs feat: add --require run arg to support commonJS (#31201) 2025-11-24 11:57:28 -03:00
task.rs feat(unstable): dynamic command-line completions for deno task (#30670) 2025-10-21 23:05:42 +00:00
upgrade.rs feat(upgrade): ability to show additional message on upgrade (#31170) 2025-11-17 15:35:48 +01:00