/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/docusaurus-babel/src/index.ts
10 строк
345 B
Sébastien Lorber
refactor: create `@docusaurus/bundler` and `@docusaurus/babel` packages (#10511)
21 сен 2024, 17:35
Не верифицирован
21 сен 2024, 17:35
9ecff80
Код
Авторство
О чём код?
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ export {getCustomBabelConfigFilePath, getBabelOptions} from './utils'; export {extractAllSourceCodeFileTranslations} from './babelTranslationsExtractor';