deno/cli/tools/bundle
Nathan Whitaker c5d06179a1
fix(bundle): resolve "sloppy imports" in npm packages when bundling (#29989)
Fixes a case reported in discord. At runtime node (and us) would fail on
this, but all major bundlers permit this. So as a fix, just allow it
during bundling only.
2025-07-03 12:46:45 -07:00
..
esbuild.rs fix(install/global): resolve bin name from npm packument (#29884) 2025-06-25 15:10:26 -04:00
externals.rs fix(bundle): rework how patterns for externals are handled (#29680) 2025-06-10 16:58:55 +00:00
mod.rs fix(bundle): resolve "sloppy imports" in npm packages when bundling (#29989) 2025-07-03 12:46:45 -07:00
transform.rs fix(bundle): transform import.meta.main (#29830) 2025-06-23 20:51:24 +00:00