main
feat: drop unused side-effect-free CommonJS require() calls (#21502)
chore: resolve "use strict" TODO (#19705)
feat: support cross-module pure detection in inner graph (#20907)
feat: handle more expression types in isPure for better tree-shaking (#20723)
fix: link import bindings inside `define` callbacks (#17063) (#20990)
test: run the webpack test suite under Deno (drop nearly all skips, --runInBand and unstable flags) (#21240)
feat: support `#__NO_SIDE_EFFECTS__` annotation (#20775)
fix: prevent PURE comment leaking across ObjectExpression properties in isPure (#20932)
feat: add pureFunctions javascript parser option (#21063)
fix: pure detection for TemplateLiteral (#20727)