/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/babel-plugin-proposal-function-sent/test/fixtures/function-sent/without-function-sent/output.js
4 строки
53 B
Raja Sekar
Renamed files
09 янв 2018, 17:36
09 янв 2018, 17:36
0f42acc
Код
Авторство
О чём код?
function* foo() { let a = yield; return yield; }