/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
compiler/packages/babel-plugin-react-compiler/src/Inference/index.ts
12 строк
552 B
Joseph Savona
[compiler][wip] Remove old mutation/aliasing implementation (#34028)
16 авг 2025, 01:21
Не верифицирован
16 авг 2025, 01:21
eaf6adb
Код
Авторство
О чём код?
/** * 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. */ export {default as analyseFunctions} from './AnalyseFunctions'; export {dropManualMemoization} from './DropManualMemoization'; export {inferReactivePlaces} from './InferReactivePlaces'; export {inlineImmediatelyInvokedFunctionExpressions} from './InlineImmediatelyInvokedFunctionExpressions'; export {inferEffectDependencies} from './InferEffectDependencies';