main
refactor: annotate constructor fields with @type to improve type coverage (#21265)
feat: derive parser locations from node offsets (#21451)
Type serializer read/write contexts with positional tuples (#21201)
refactor: add basic descriptions (#20787)
perf: load webpack's own modules only when a build needs them (#21652)
perf(runtime): skip IIFE wrapping for RuntimeModules without locals (#21633)
feat: wrap concatenated ESM/CJS and inline CJS require edges (#21519)
fix(cjs): disconnect unused side-effect-free reexport requires (#21651)
fix(cjs): disconnect requires in unused object-literal methods (#21644)
refactor: move weak flag from Dependency to ModuleDependency (#21111)
perf(css,html,js): cut parser and graph memory, speed up line-start scanning (#21579)
feat: support webpackPrefetch/webpackPreload magic comments on new URL() and Worker (#21012)
feat: use value binding for const exports to reduce getter overhead (#21021)
fix: sync internalSerializables via generator and fill missing entries. (#21448)
fix: match harmony accept dependencies by module reference (#21303)
perf: reduce allocations and speed up codegen hot paths for harmony/commonjs dependencies (#21180)
refactor: type buildInfo and buildMeta per module type (#21172)
feat: compile async modules to generators for targets without async/await (#21410)
perf(html): load the html generator only for builds with html modules (#21659)
refactor(html): avoid regexp HTML parsing in dependencies; add <iframe srcdoc> script tests (#21266)
feat: extend import.meta.glob with caseSensitive option and fix parity gaps (#21385)
fix: reference the right module argument in import.meta.main (#21620)
feat: resolve import.meta.resolve() to the emitted asset URL (#21415)
feat: show why a module was marked as not cacheable in stats (#21403)
Fix invalid property access for escaped namespace with mangled exports (#21280)
refactor: improve structure (#20881)
fix: resolve asset urls in build-time executed modules (#21672)
feat: widen analyzable ESM output to shared, css, hinted and worker chunks (#21626)