/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/babel-standalone/examples/example.js
8 строк
211 B
Daniel Lo Nigro
Move babel-standalone into main Babel repo (#6029)
12 авг 2017, 09:36
12 авг 2017, 09:36
a04c18a
Код
Авторство
О чём код?
/* global Babel */ const doStuff = () => { const name = "world"; document.getElementById("output").innerHTML = `Hello ${name}`; document.getElementById("version").innerHTML = Babel.version; }; doStuff();