/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/source-map/exclude-modules-source-map/index.js
8 строк
378 B
Alexander Akait
feat: support `using` keyword
26 июн 2025, 20:10
Не верифицирован
26 июн 2025, 20:10
43b0aaf
Код
Авторство
О чём код?
it("bundle1 should include eval sourcemapped test1.js and test2.js as is", function() { var fs = require("fs"); var path = require("path"); var bundle1 = fs.readFileSync(path.join(__dirname, "bundle1.js"), "utf-8"); expect(bundle1).toMatch("eval(\"{var test1marker"); expect(bundle1).toMatch("var test2marker"); expect(bundle1).not.toMatch("eval(\"{var test2marker"); });