react/compiler/scripts/release/shared/packages.js
2025-04-23 22:04:44 -04:00

18 lines
400 B
JavaScript

/**
* 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',
'eslint-plugin-react-compiler',
'react-compiler-healthcheck',
'react-compiler-runtime',
];
module.exports = {
PUBLISHABLE_PACKAGES,
};