/
githubmirror
/
meteor
Обзор
Документация
Войти
/
githubmirror
/
meteor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
packages/ecmascript-runtime-server/runtime.js
24 строки
670 B
Seba Kerckhof
Update core-js imports in es runtime packages (#10760)
06 ноя 2019, 18:59
06 ноя 2019, 18:59
2dc21ba
Код
Авторство
О чём код?
// The ecmascript-runtime-server package depends on its own copy of // core-js using Npm.depends, so we don't have to check that core-js is // available (as we do in ecmascript-runtime-client/runtime.js). // List of polyfills generated by babel-preset-env with the following // .babelrc configuration: // // { // "presets": [ // ["env", { // "targets": { // "node": 8 // }, // "modules": false, // "polyfill": true, // "useBuiltIns": true // }] // ] // } // // Note that the es6.reflect.* and es6.typed.* modules have been commented // out for bundle size reasons. require("core-js/modules/es.symbol.async-iterator");