/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/inline-exports/basic/constants.js
12 строк
318 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_FALSE = false; export const REMOVE_i = 123456; export const REMOVE_f = 123.45; export const REMOVE_s = "remove"; const a = 1 << 0; const b = 2 << 1; const c = 3 << 2; export const REMOVE_m = a | b | c;