/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
private/react-native-fantom/runtime/ReplEntryPoint.js
21 строка
631 B
Rubén Norte
Add an interactive REPL for Fantom (yarn fantom-cli) (#57387)
01 июл 2026, 18:18
01 июл 2026, 18:18
2bb7dbb
Код
Авторство
О чём код?
/** * 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 */ /** * Entrypoint for the Fantom REPL (`fantom-cli`). * * This is loaded once by the native tester binary in interactive mode to set up * the React Native environment and the REPL runtime helpers before any user * input is evaluated. Unlike test entrypoints, it does NOT register or run any * tests. */ import '@react-native/fantom/src/setUpDefaultReactNativeEnvironment'; import './repl-setup';