Skip to content

fix: report strict-mode-only syntax in ES module output - #21387

Merged
alexander-akait merged 1 commit into
mainfrom
claude/webpack-17121-verify-4ghheq
Jul 11, 2026
Merged

alexander-akait merged 1 commit into
mainfrom
claude/webpack-17121-verify-4ghheq

Conversation

@alexander-akait

Copy link
Copy Markdown
Member

Summary

A loose (CommonJS/script) module is parsed in sloppy mode, so acorn skips the strict-mode early errors. When such a module is emitted as strict-mode ES module output (output.module), constructs like delete <variable>, with, octal literals/escapes, duplicate parameters, and assigning to eval/arguments silently produced a bundle that throws a SyntaxError at runtime, with no build-time diagnostic. This reports them during the build. Refs #17121 (the "delete x should be a build error as code is compiled in strict mode" item).

What kind of change does this PR introduce?

fix

Did you add tests for your changes?

Yes — test/configCases/parsing/strict-mode-module-output (warning by default) and test/configCases/parsing/strict-mode-module-output-future-defaults (error under experiments.futureDefaults).

Does this PR introduce a breaking change?

No. The violations are reported as a warning by default; they only become an error under experiments.futureDefaults (opt-in today, the default in the next major).

If relevant, what needs to be documented once your changes are merged or what have you already documented?

The new strict-mode warnings for output.module builds, and their escalation to errors under experiments.futureDefaults.

Use of AI

Yes. The parser diagnostics, the two integration test cases, and the changeset were drafted with Claude (Claude Code); I verified the behavior (false-positive checks, full config test suite, tsc/lint) and reviewed the diff before submitting.


Generated by Claude Code

When a loose (CommonJS/script) module is emitted as strict-mode ES module
output, acorn had already skipped the strict early errors, so constructs
that become a runtime SyntaxError (delete of a variable, `with`, octal
literals and escapes, duplicate parameters, assigning to `eval`/`arguments`)
silently produced a broken bundle. Report them as a warning, or an error
under `experiments.futureDefaults`.
Copilot AI review requested due to automatic review settings July 11, 2026 13:52
@changeset-bot

changeset-bot Bot commented Jul 11, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 135a047

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
webpack Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@github-actions

github-actions Bot commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

This PR is packaged and the instant preview is available (ee439ad).

Install it locally:

  • npm
npm i -D webpack@https://pkg.pr.new/webpack@ee439ad
  • yarn
yarn add -D webpack@https://pkg.pr.new/webpack@ee439ad
  • pnpm
pnpm add -D webpack@https://pkg.pr.new/webpack@ee439ad

@github-actions

Copy link
Copy Markdown
Contributor

Types Coverage

Coverage after merging claude/webpack-17121-verify-4ghheq into main will be
99.35%
Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
bin
   webpack.js98.77%100%100%98.77%91
examples
   build-common.js100%100%100%100%
   buildAll.js100%100%100%100%
   examples.js100%100%100%100%
   template-common.js98.21%100%100%98.21%72
examples/custom-javascript-parser
   test.filter.js100%100%100%100%
examples/custom-javascript-parser/internals
   acorn-parse.js100%100%100%100%
   meriyah-parse.js100%100%100%100%
   oxc-parse.js91.30%100%100%91.30%140, 142–143, 145, 147, 153–154, 161, 168, 90
examples/markdown
   webpack.config.mjs100%100%100%100%
examples/module-federation
   test.filter.js100%100%100%100%
examples/reexport-components
   test.filter.js100%100%100%100%
examples/typescript
   test.filter.js100%100%100%100%
examples/typescript-non-erasable
   test.filter.js50%100%100%50%5
examples/virtual-modules
   test.filter.js100%100%100%100%
examples/wasm-bindgen-esm
   test.filter.js100%100%100%100%
examples/wasm-complex
   test.filter.js100%100%100%100%
examples/wasm-emscripten
   test.filter.js100%100%100%100%
examples/wasm-simple
   test.filter.js100%100%100%100%
examples/wasm-simple-source-phase
   test.filter.js100%100%100%100%
lib
   APIPlugin.js100%100%100%100%
   AsyncDependenciesBlock.js100%100%100%100%
   AutomaticPrefetchPlugin.js100%100%100%100%
   BannerPlugin.js100%100%100%100%
   Cache.js98.21%100%100%98.21%101
   CacheFacade.js100%100%100%100%
   Chunk.js99.72%100%100%99.72%39
   ChunkGraph.js100%100%100%100%
   ChunkGroup.js100%100%100%100%
   ChunkTemplate.js100%100%100%100%
   CircularModulesPlugin.js98.81%100%100%98.81%136
   CleanPlugin.js99.12%100%100%99.12%207, 227
   CodeGenerationResults.js100%100%100%100%
   CompatibilityPlugin.js100%100%100%100%
   Compilation.js98.44%100%100%98.44%1638, 1957, 1964, 1972, 1994, 1997, 2936, 3415–3416, 3448, 4148, 4178, 4231–4232, 4236, 4241, 4257–4258, 4272–4273, 4278–4279, 4756, 4782, 526, 531, 5590, 5622, 5639, 5655, 5671, 5686, 5711–5712, 5714, 6042, 6047, 6053, 6056, 6068, 6070, 6074, 6090, 6105, 6137, 6191, 6215, 6329, 777–778
   Compiler.js99.56%100%100%99.56%1147–1148, 1156
   ConcatenationScope.js98.65%100%100%98.65%195
   ConditionalInitFragment.js100%100%100%100%
   ConstPlugin.js100%100%100%100%
   ContextExclusionPlugin.js100%100%100%100%
   ContextModule.js99.87%100%100%99.87%1443
   ContextModuleFactory.js97.14%100%100%97.14%265, 433, 447, 452, 491, 502, 504, 508, 517–518
   ContextReplacementPlugin.js100%100%100%100%
   DefinePlugin.js98.99%100%100%98.99%172–173, 189, 208, 282
   DependenciesBlock.js100%100%100%100%
   Dependency.js98.51%100%100%98.51%479, 525
   DependencyTemplate.js100%100%100%100%
   DependencyTemplates.js100%100%100%100%
   DotenvPlugin.js98.41%100%100%98.41%378, 391–392
   DynamicEntryPlugin.js100%100%100%100%
   EntryOptionPlugin.js100%100%100%100%
   EntryPlugin.js100%100%100%100%
   Entrypoint.js100%100%100%100%
   EnvironmentPlugin.js97.14%100%100%97.14%49
   ErrorHelpers.js100%100%100%100%
   EvalDevToolModulePlugin.js100%100%100%100%
   EvalSourceMapDevToolPlugin.js100%100%100%100%
   ExportsInfo.js100%100%100%100%
   ExportsInfoApiPlugin.js100%100%100%100%
   ExternalModule.js98.65%100%100%98.65%1195, 1198, 514–518, 520, 666
   ExternalModuleFactoryPlugin.js100%100%100%100%
   ExternalsPlugin.js100%100%100%100%
   FileSystemInfo.js99.52%100%100%99.52%182, 2399–2400, 2403, 2414, 2425, 2436, 280, 3827, 3842, 3866
   FlagAllModulesAsUsedPlugin.js100%100%100%100%
   FlagDependencyExportsPlugin.js98.21%100%100%98.21%448, 457, 460, 464, 476
   FlagDependencyUsagePlugin.js100%100%100%100%
   FlagEntryExportAsUsedPlugin.js100%100%100%100%
   Generator.js100%100%100%100%
   HotModuleReplacementPlugin.js100%100%100%100%
   HotUpdateChunk.js100%100%100%100%
   IgnorePlugin.js100%100%100%100%
   IgnoreWarningsPlugin.js100%100%100%100%
   InitFragment.js100%100%100%100%
   JavascriptMetaInfoPlugin.js100%100%100%100%
   LazyBarrel.js100%100%100%100%
   LibraryTemplatePlugin.js100%100%100%100%
   LoaderOptionsPlugin.js100%100%100%100%
   LoaderTargetPlugin.js100%100%100%100%
   MainTemplate.js100%100%100%100%
   ManifestPlugin.js100%100%100%100%
   Module.js98.50%100%100%98.50%1285, 1290, 1350, 1364, 1426, 1435
   ModuleFactory.js100%100%100%100%
   ModuleFilenameHelpers.js98.85%100%100%98.85%106, 108
   ModuleGraph.js99.73%100%100%99.73%1005
   ModuleGraphConnection.js100%100%100%100%
   ModuleInfoHeaderPlugin.js100%100%100%100%
   ModuleNotFoundError.js100%100%100%100%
   ModuleProfile.js100%100%100%100%
   ModuleSourceTypeConstants.js100%100%100%100%
   ModuleTemplate.js100%100%100%100%
   ModuleTypeConstants.js100%100%100%100%
   MultiCompiler.js99.69%100%100%99.69%661
   MultiStats.js100%100%100%100%
   MultiWatching.js100%100%100%100%
   NoEmitOnErrorsPlugin.js100%100%100%100%
   NodeStuffPlugin.js100%100%100%100%
   NormalModule.js97.97%100%100%97.97%1008, 1025, 1273, 1307, 1323, 1766, 2063, 2068–2078, 34, 988, 991
   NormalModuleFactory.js99.47%100%100%99.47%1083, 1392, 486, 498
   NormalModuleReplacementPlugin.js100%100%100%100%
   NullFactory.js100%100%100%100%
   OptimizationStages.js100%100%100%100%
   OptionsApply.js100%100%100%100%
   Parser.js100%100%100%100%
   PlatformPlugin.js100%100%100%100%
   PrefetchPlugin.js100%100%100%100%
   ProgressPlugin.js99.80%100%100%99.80%688
   ProvidePlugin.js100%100%100%100%
   RawModule.js100%100%100%100%
   RecordIdsPlugin.js100%100%100%100%
   RequestShortener.js100%100%100%100%
   ResolverFactory.js100%100%100%100%
   RuntimeGlobals.js100%100%100%100%
   RuntimeModule.js100%100%100%100%
   RuntimePlugin.js100%100%100%100%
   RuntimeTemplate.js100%100%100%100%
   SelfModuleFactory.js100%100%100%100%
   SingleEntryPlugin.js100%100%100%100%
   SourceMapDevToolModuleOptionsPlugin.js100%100%100%100%
   SourceMapDevToolPlugin.js98.62%100%100%98.62%220, 224, 226, 419, 430, 889
   Stats.js100%100%100%100%
   Template.js100%100%100%100%
   TemplatedPathPlugin.js99.43%100%100%99.43%308–309
   UseStrictPlugin.js100%100%100%100%
   WarnCaseSensitiveModulesPlugin.js100%100%100%100%
   WarnDeprecatedOptionPlugin.js100%100%100%100%
   WarnNoModeSetPlugin.js100%100%100%100%
   WatchIgnorePlugin.js100%100%100%100%
   Watching.js100%100%100%100%
   WebpackError.js100%100%100%100%
   WebpackIsIncludedPlugin.js100%100%100%100%
   WebpackOptionsApply.js100%100%100%100%
   WebpackOptionsDefaulter.js100%100%100%100%
   buildChunkGraph.js99.87%100%100%99.87%371
   cli.js98.63%100%100%98.63%10, 119, 549, 581, 631, 905
   index.js99.72%100%100%99.72%184
   validateSchema.js94.67%100%100%94.67%100, 87, 89, 98
   webpack.js97.10%100%100%97.10%10, 263, 285, 287
lib/asset
   AssetBytesGenerator.js100%100%100%100%
   AssetBytesParser.js100%100%100%100%
   AssetGenerator.js100%100%100%100%
   AssetModule.js100%100%100%100%
   AssetModulesPlugin.js97.94%100%100%97.94%294, 318, 321, 42, 451, 47
   AssetParser.js100%100%100%100%
   AssetSourceGenerator.js100%100%100%100%
   AssetSourceParser.js100%100%100%100%
   RawDataUrlModule.js100%100%100%100%
   WebManifestGenerator.js100%100%100%100%
   WebManifestParser.js100%100%100%100%
lib/async-modules
   AsyncModuleHelpers.js100%100%100%100%
   AwaitDependenciesInitFragment.js100%100%100%100%
   InferAsyncModulesPlugin.js100%100%100%100%
lib/bun
   BunTargetPlugin.js100%100%100%100%
lib/cache
   AddBuildDependenciesPlugin.js100%100%100%100%
   AddManagedPathsPlugin.js100%100%100%100%
   IdleFileCachePlugin.js97.92%100%100%97.92%75, 87, 95
   MemoryCachePlugin.js95.83%100%100%95.83%33
   MemoryWithGcCachePlugin.js93.15%100%100%93.15%107, 114–115, 123, 90
   PackFileCacheStrategy.js96.40%100%100%96.40%1251, 1351, 1355, 1417, 628, 647, 657–659, 661, 677–678, 683, 686, 688, 693, 698, 723, 729, 763, 769, 775, 780, 791, 800, 805–806, 808, 825, 831–832, 834
   ResolverCachePlugin.js100%100%100%100%
   getLazyHashedEtag.js100%100%100%100%
   mergeEtags.js100%100%100%100%
lib/config
   browserslistTargetHandler.js100%100%100%100%
   defaults.js99.35%100%100%99.35%

@codecov

codecov Bot commented Jul 11, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 98.64865% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 92.97%. Comparing base (fe18fc3) to head (135a047).
⚠️ Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
lib/javascript/JavascriptParser.js 98.64% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #21387      +/-   ##
==========================================
+ Coverage   92.81%   92.97%   +0.16%     
==========================================
  Files         601      604       +3     
  Lines       68222    69166     +944     
  Branches    19195    19474     +279     
==========================================
+ Hits        63318    64307     +989     
+ Misses       4904     4859      -45     
Flag Coverage Δ
css-parsing 26.23% <2.70%> (-0.21%) ⬇️
html5lib 27.81% <2.70%> (-0.23%) ⬇️
integration 89.13% <98.64%> (+0.20%) ⬆️
test262 42.92% <68.91%> (+0.66%) ⬆️
unit 45.72% <22.97%> (+1.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

var notOctalA = "\\048"; // escaped backslash, not an octal escape
var notOctalB = "\0"; // NUL escape, valid

function dup(a, a) {
var notOctalA = "\\048"; // escaped backslash, not an octal escape
var notOctalB = "\0"; // NUL escape, valid

function dup(a, a) {
var obj = { x: 1 };
delete obj.x; // member delete stays valid, must not be reported

with (obj) {
var obj = { x: 1 };
delete obj.x; // member delete stays valid, must not be reported

with (obj) {
// Pure CommonJS module: parsed as a loose script, so acorn does not reject
// these strict-mode-only violations — but the ESM output runs in strict mode.
var foo = 2;
delete foo;
// Pure CommonJS module: parsed as a loose script, so acorn does not reject
// these strict-mode-only violations — but the ESM output runs in strict mode.
var foo = 2;
delete foo;
}

eval = 1;
arguments = 2;
}

eval = 1;
arguments = 2;
var octalNumber = 0777;
var octalStringA = "\047"; // octal escape (\0 followed by a digit)
var octalStringB = "\47"; // octal escape (\1-\7)
var notOctalA = "\\048"; // escaped backslash, not an octal escape
var octalStringA = "\047"; // octal escape (\0 followed by a digit)
var octalStringB = "\47"; // octal escape (\1-\7)
var notOctalA = "\\048"; // escaped backslash, not an octal escape
var notOctalB = "\0"; // NUL escape, valid
@codspeed-hq

codspeed-hq Bot commented Jul 11, 2026

Copy link
Copy Markdown

Merging this PR will improve performance by 30.87%

⚡ 3 improved benchmarks
✅ 147 untouched benchmarks

Performance Changes

Mode Benchmark BASE HEAD Efficiency
Memory benchmark "devtool-eval-source-map", scenario '{"name":"mode-production","mode":"production"}' 8.3 MB 5.7 MB +45.62%
Memory benchmark "wasm-modules-sync", scenario '{"name":"mode-production","mode":"production"}' 8.2 MB 6.5 MB +25.13%
Memory benchmark "css-modules", scenario '{"name":"mode-production","mode":"production"}' 9.2 MB 7.5 MB +23%

Tip

Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.


Comparing claude/webpack-17121-verify-4ghheq (135a047) with main (3d69e87)

Open in CodSpeed

@alexander-akait
alexander-akait merged commit ee439ad into main Jul 11, 2026
64 checks passed
@alexander-akait
alexander-akait deleted the claude/webpack-17121-verify-4ghheq branch July 11, 2026 17:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Sponsor
SponsoredKunjungi sekarang
Promo