/
githubmirror
/
meteor
Обзор
Документация
Войти
/
githubmirror
/
meteor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
packages/modules/legacy.js
4 строки
260 B
Ben Newman
Move meteorBabelHelpers to modules package, and restrict to legacy bundle. (#10596)
25 июн 2019, 20:08
Не верифицирован
25 июн 2019, 20:08
a69ba49
Код
Авторство
О чём код?
// The meteor-babel/plugins/sanitize-for-in-objects plugin generates code // that uses meteorBabelHelpers.sanitizeForInObject, but only when // compiling code for the web.browser.legacy bundle. See #10595. meteorBabelHelpers = require("meteor-babel-helpers");