/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v19.2.0
scripts/react-compiler/link-compiler.sh
17 строк
434 B
Wesley LeMahieu
[compiler]: fix link compiler & 4 broken tests from path containing spaces (#33409)
09 июн 2025, 18:40
Не верифицирован
09 июн 2025, 18:40
b6c0aa8
Код
Авторство
О чём код?
#!/usr/bin/env bash # 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. set -eo pipefail if [[ "$REACT_CLASS_EQUIVALENCE_TEST" == "true" ]]; then exit 0 fi HERE=$(pwd) cd compiler/packages/babel-plugin-react-compiler && yarn --silent link && cd "$HERE" yarn --silent link babel-plugin-react-compiler