/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/babel-plugin-proposal-function-sent/test/fixtures/function-sent/multiple/output.js
10 строк
282 B
liuxingbaoyu
Improve comments generation (#14979)
09 окт 2022, 18:21
Не верифицирован
09 окт 2022, 18:21
d45d59a
Код
Авторство
О чём код?
babelHelpers.skipFirstGeneratorNext(function* () { let _functionSent = yield; const a = _functionSent; const b = _functionSent; _functionSent = yield 4; const c = _functionSent; const d = _functionSent = yield; const e = _functionSent; return [a, b, c, d, e]; })();