main
refactor(bundle): remove usage of cli module loader (#30086)
feat(bundle): add `--platform` flag to bundle (#29697)
fix(bundle): use non-node conditions for --platform=browser (#30250)
feat(bundle): support `browser` field map in package.json (#34407)
fix(bundle): treat bun specifiers as external by default (#31411)
fix(bundle): respect `--check` and run the type checker (#33514)
fix(bundle): apply node-style CJS interop on all platforms (#34939)
fix(bundle): let esbuild handle data urls (#32213)
feat(bundle): add --declaration flag to generate rolled-up .d.ts files (#33838)
fix(bundle): use node-style CJS interop for the Deno platform (#34533)
fix(bundle): rework how patterns for externals are handled (#29680)
chore(cli): new error message for missing dependency (#30901)
fix(bundle): treat CSS same-document fragment URLs as external (#33492)
fix(cli/bundle): respect --frozen flag deno bundle command (#30825)
fix(bundle): rename sourcemap for HTML entrypoints (#34901)
fix(bundle): fix import.meta.main transform with jsr entrypoint (#31415)
fix(bundle): pass requested module type to load (#29683)
fix(bundle): allow json imports without attribute in deno bundle, support require of json (#30413)
fix(bundle): default "jsxImportSource" to "react" (#30082)
fix(bundle): make the "dynamic require" hack work on minified output (#29997)
fix(bundle): only replace require shim in js files, spruce up output (#29892)
fix(bundle): don't error when using npm package without bin as entrypoint (#30523)
feat(bundle): support text and bytes imports in bundle (#29908)
fix(bundle): emit CSSStyleSheet for CSS raw imports (#35598)
fix(bundle): respect runtime file permissions (#36107)
fix(node_resolver): incorrect resolution of `require("..")` (#30524)
fix(bundle): avoid name clash in hack (#31409)
fix(bundle): resolve "sloppy imports" in npm packages when bundling (#29989)
fix(bundle): enable sloppy imports by default when bundling (#29731)
fix(bundle): skip decorator pass when module has no decorators (#34489)
fix(bundle): read package.json sideEffects field (#34406)
fix(bundle): instantiate .wasm imports instead of emitting raw bytes (#34923)