/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/community-cli-plugin/src/index.flow.js
19 строк
584 B
Alex Hunt
Move codegen and spm command wrappers into community-cli-plugin (#57652)
25 июл 2026, 20:32
25 июл 2026, 20:32
cec7c45
Код
Авторство
О чём код?
/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @flow strict-local * @format */ export { default as bundleCommand, unstable_createBundleCommandParser, } from './commands/bundle'; export {default as codegenCommand} from './commands/codegen'; export {default as spmCommand} from './commands/spm'; export {default as startCommand} from './commands/start'; export {unstable_buildBundleWithConfig} from './commands/bundle/buildBundle';