/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v19.1.1
scripts/react-compiler/link-compiler.sh
17 строк
432 B
michael faith
feat(eslint-plugin-react-hooks): merge rule from eslint-plugin-react-compiler into `react-hooks` plugin (#32416)
13 мар 2025, 04:43
Не верифицирован
13 мар 2025, 04:43
5ccfcd1
Код
Авторство
О чём код?
#!/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