/
githubmirror
/
meteor
Обзор
Документация
Войти
/
githubmirror
/
meteor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
packages/ecmascript/ecmascript.js
5 строк
163 B
zodern
Move compileForShell to babel-compiler
21 дек 2023, 20:59
21 дек 2023, 20:59
1a14d11
Код
Авторство
О чём код?
ECMAScript = { compileForShell() { throw new Error('compileForShell was removed in Meteor 3. Use Babel.compileForShell instead from babel-compiler'); } };