main
fix: add `import defer` edge cases and more defer tests
test: remove debugger (#21185)
feat: support `import.defer()` for statical path (#20064)
fix: async modules in defer import (#20020)
test: stabilize warning/error snapshots and fix big-assets test case (#21110)
feat: derive parser locations from node offsets (#21451)
fix: deferred modules define order and transitive deferred module not emitted correctly in concatenated modules
feat: wrap concatenated ESM/CJS and inline CJS require edges (#21519)
fix: several small correctness bugs (stats, css url, wasm [fullhash], defer context, html, ids, cache) (#21406)
chore: resolve "use strict" TODO (#19705)
fix: test262 conformance for import defer and dynamic import() options (#21446)
feat: support `import.defer()` for context modules
feat: make the `topLevelAwait` experiment stable (#19849)
fix: defer import and dynamic default export mixed (#20084)
fix: spec-compliant defer namespace [[Set]] and identity (#20913)
fix: defer import mangling (#19988)
fix(concatenation): keep wrapped module names and side effects intact (#21593)
Reduce skipped tests across Node, Deno and Bun and prune dead WebAssembly filters (#21257)