main
migrate should to expect, part 1
change __webpack_module_id__ to __webpack_module__.id
test: run the webpack test suite under Deno (drop nearly all skips, --runInBand and unstable flags) (#21240)
fix: improve logic for dead control flow
test: fix
test: remove obsolete test filter helpers (#21242)
chore: resolve "use strict" TODO (#19705)
add test case for comments in import()
fix: keep loader results as JavaScript when css/html support is implicitly enabled (#21485)
fix incorrect parsing of define functions fix invalid code when using declaring local modules and arrow functions are supported
fix: several small correctness fixes (formatSize, data URIs, CSS unescape, RegExp flags) (#21366)
test: stabilize warning/error snapshots and fix big-assets test case (#21110)
migrate should to expect, part 2 (manual)
only retrigger flagging exports in dependencies when exports really changed export * does no longer incorrectly provided exports which are already provided by something else
chore: update Jest to `v30` (#19604)
Merge branch 'profiling-race' into jest
add providedInfo test case
feat: tree shaking nested exports for destructuring assignment (#19955)
refactor: remove unused code
keep function declarations when using export default
fix: handle ASI for export named declarations
Fix `return"field"in Module` evaluated as `returntrue` #15759
fix: handle ASI for export declaration
fix a few more expects and make the test output paths more sturdy
fix that using `module` in a ESM causes exports deopt
fix ExportsInfo
detect ASI and generate more efficient code when no semicolon need to be inserted
handle hashbangs in javascript files
Use ellipsis instead of '...'
fixed hot error handler test case
style: set `arrowParens` to `true` (#19706)
chore: update cSpell globs and fix typos
feat: support fine-grained import.meta parser options (#21327)
fixed #1044 and fixed #1244
use one block scope for switch
Remove last unused comment
fixes #12769
fix #14610
fix: link import bindings inside `define` callbacks (#17063) (#20990)
test: case for destruction
upgrade jest
hoist imports
few more test migration fixes
partially fix test cases
prewalk a function declaration
migration of new tests and changes after merge of master
Add a test case to invalidate #5889
copy+paste typo
Add a test to check typeof transformation
Add test case
Handle module.require, require.main.require, and module.parent.require
fix tests
Add fix for normal Function Expression and fix code style for fix #8874
set wrapped inner expression in concat parsing
add test case
fix handling of MetaProperty
Reduce skipped tests across Node, Deno and Bun and prune dead WebAssembly filters (#21257)
refactor: derive ASI positions from source instead of acorn callback (#21453)
fix: unexpected asi generation with sequence expression
fixes parsing of 'this' in arrow iife
perf(javascript): avoid double parse for auto source type on top-level return (#21455)
add side effects to avoid optimization