main
migrate should to expect, part 1
fixes stack overflow with circular dependencies
feat: inline const for default export (#21189)
fix delete in concatenated module
fixes #8666
upgrade jest
bailed out external ESM in ConcatenatedModule generate property access correctly
skip connections copied to concatenated module
test: remove obsolete test filter helpers (#21242)
fix bug with renaming of variables in concatenated modules
hoist exports to the top of a concatenated module to handle circular dependencies with non-concatenated modules
handle renaming in super class expression in nested scopes correctly
Merge branch 'v4-beta3' into jest
fixes #7930
test: stabilize warning/error snapshots and fix big-assets test case (#21110)
add order for DependencyReference
bugfixes
add more test cases improve harmony-duplicate-export test cases to allow scope-hoisting
Merge branch 'master' of https://github.com/webpack/webpack into jest
follow reexport in concatenated modules even if they are skipped due to side effects
add test case for star reexports
fix #11990
fix concatenated version of reexport dependency for sideEffects
track callContext in ConcatenatedModule