/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/configCases/async-module/generator-lowering/middle.js
4 строки
231 B
Alexander Akait
feat: compile async modules to generators for targets without async/await (#21410)
14 июл 2026, 09:10
Не верифицирован
14 июл 2026, 09:10
117ae08
Код
Авторство
О чём код?
// async only by propagation, exports a top-level declaration (the `.then` // lowering used to break this because the binding escaped the callback scope) import { value, sum } from "./leaf.js"; export const combined = value + sum;