/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/cases/mjs/non-enumerable/esModule.js
3 строки
150 B
Tobias Koppers
make visible exports from non-harmony modules more consistent
16 ноя 2020, 19:19
16 ноя 2020, 19:19
590aacc
Код
Авторство
О чём код?
Object.defineProperty(exports, "__esModule", { value: true }); exports.prop = true; Object.defineProperty(exports, "nonEnumerable", { value: true });