/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/deno/code-splitting/index.js
5 строк
224 B
Alexander Akait
feat: add deno target (#21247)
23 июн 2026, 10:10
Не верифицирован
23 июн 2026, 10:10
96b3b70
Код
Авторство
О чём код?
// Validates native `import()` chunk loading for the ESM output of the deno target. it("should load an async chunk via native import()", async () => { const { value } = await import("./chunk"); expect(value).toBe(42); });