/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
compiler/scripts/release/shared/packages.js
16 строк
366 B
lauren
[compiler] Stop publishing eslint-plugin-react-compiler to npm (#34228)
18 авг 2025, 18:34
Не верифицирован
18 авг 2025, 18:34
f508edc
Код
Авторство
О чём код?
/** * 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. */ const PUBLISHABLE_PACKAGES = [ 'babel-plugin-react-compiler', 'react-compiler-healthcheck', 'react-compiler-runtime', ]; module.exports = { PUBLISHABLE_PACKAGES, };