/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/cases/runtime/circular-dependencies/circular2.js
2 строки
60 B
Tobias Koppers
96 browser tests are in included in automated tests too
16 дек 2013, 02:10
16 дек 2013, 02:10
16ebdb5
Код
Авторство
О чём код?
module.exports = 2; module.exports = require("./circular2");