/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
compiler/apps/playground/scripts/link-compiler.sh
15 строк
480 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 HERE=$(pwd) cd ../../packages/react-compiler-runtime && yarn --silent link && cd "$HERE" cd ../../packages/babel-plugin-react-compiler && yarn --silent link && cd "$HERE" yarn --silent link babel-plugin-react-compiler yarn --silent link react-compiler-runtime