/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/babel-plugin-transform-modules-commonjs/test/fixtures/importInterop-node/exec/dep2.js
2 строки
77 B
Nicolò Ribaudo
Implement `importInterop: "node"` option for module transforms (#12838)
28 апр 2021, 19:22
Не верифицирован
28 апр 2021, 19:22
be03be1
Код
Авторство
О чём код?
module.exports = function () { return 2 }; module.exports.__esModule = true;