/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/inline-exports/basic/constants.destructing.js
6 строк
193 B
hai-x
feat: support `optimization.inlineExports` (#20973)
27 май 2026, 18:36
Не верифицирован
27 май 2026, 18:36
1ea4f72
Код
Авторство
О чём код?
export const REMOVE_n = null; export const REMOVE_u = undefined; export const REMOVE_b = true; export const REMOVE_i = 123456; export const REMOVE_f = 123.45; export const REMOVE_s = "remove";