/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/babel-standalone/src/plugin-utils-shim.ts
9 строк
196 B
Nicolò Ribaudo
Don't bundle unnecessary plugins in `@babel/standalone` (#15023)
20 окт 2022, 11:04
Не верифицирован
20 окт 2022, 11:04
d0e58e6
Код
Авторство
О чём код?
/** * Since we bundle @babel/core, we don't need @babel/helper-plugin-utils * to handle older versions. */ export function declare(x: any) { return x; } export { declare as declarePreset };