/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/babel-plugin-transform-runtime/test/fixtures/runtime/full/input.mjs
9 строк
138 B
Logan Smyth
Rename test fixtures using module syntax to .mjs files.
05 мар 2018, 00:31
05 мар 2018, 00:31
beb99df
Код
Авторство
О чём код?
import foo, * as bar from "someModule"; export const myWord = Symbol("abc"); export function* giveWord () { yield myWord; } foo; bar;