/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/library/module-string-export-names/nested.js
4 строки
183 B
Alexander Akait
fix(library): don't crash on namespace object reexports in module output (#21589)
03 авг 2026, 14:57
Не верифицирован
03 авг 2026, 14:57
f7d3815
Код
Авторство
О чём код?
// The CommonJS star-reexport makes these exports unknown, which routes // `./deep`'s names through the dynamic star-reexport rendering export * from "./cjs"; export * from "./deep";