/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/cases/inner-graph/simple/inner.js
13 строк
568 B
Tobias Koppers
the pure annotation only applies to function calls
16 янв 2020, 00:54
16 янв 2020, 00:54
4f1107b
Код
Авторство
О чём код?
export const EXPORT = 42; export const EXPORT2 = 42; export const EXPORT3 = 42; export const EXPORT4 = 42; export const EXPORT5 = () => 42; export const EXPORT6 = () => 42; export const exportUsed = __webpack_exports_info__.EXPORT.used; export const export2Used = __webpack_exports_info__.EXPORT2.used; export const export3Used = __webpack_exports_info__.EXPORT3.used; export const export4Used = __webpack_exports_info__.EXPORT4.used; export const export5Used = __webpack_exports_info__.EXPORT5.used; export const export6Used = __webpack_exports_info__.EXPORT6.used;