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