deno/cli/tools/bundle
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
..
esbuild.rs fix(bundle): do not error on failing to clean up esbuild dir (#31408) 2025-11-26 10:24:25 +00:00
externals.rs refactor: remove usages of to_string_lossy().to_string() (#30224) 2025-07-28 20:25:58 +00:00
html.rs fix(bundle): reload html entrypoints with --watch (#30790) 2025-09-24 00:27:28 +00:00
mod.rs fix: upgrade to swc_ecma_parser 27 (#31427) 2025-11-27 13:07:50 -05:00
provider.rs fix(bundle): don't use createRequire when targeting browser in Deno.bundle (#31534) 2025-12-09 00:13:35 +00:00
transform.rs chore: Rust 1.89.0 (#30364) 2025-08-09 11:11:48 +00:00