/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/module/iife-multiple-entry-modules-library/first.js
8 строк
298 B
Alexander Akait
perf(JavascriptModulesPlugin): drop the entry IIFE for multiple inlined entries by renaming collisions (#21151)
10 июн 2026, 00:59
Не верифицирован
10 июн 2026, 00:59
0afe292
Код
Авторство
О чём код?
var result = "side-effect"; // Keep `result` as a real top-level declaration so it collides with second.js's // exported `result`; the branch never runs (Math.random is not statically known, // so the declaration survives) and needs no global. if (Math.random() < 0) { throw new Error(result); }