index.ts — react Source File
Architecture documentation for index.ts, a typescript file in the react codebase. 0 imports, 7 dependents.
Entity Profile
Dependency Diagram
graph LR 6ec70299_8c45_d057_8deb_dd41bb1f7153["index.ts"] f3b73a1d_8eeb_a8b2_a886_c8b8c2f58490["BabelPlugin.ts"] f3b73a1d_8eeb_a8b2_a886_c8b8c2f58490 --> 6ec70299_8c45_d057_8deb_dd41bb1f7153 c6896d44_e5ce_4c66_954a_6a203b10cde4["RunReactCompilerBabelPlugin.ts"] c6896d44_e5ce_4c66_954a_6a203b10cde4 --> 6ec70299_8c45_d057_8deb_dd41bb1f7153 1b971013_8a90_0d8d_1fcc_f31581cd66aa["Environment.ts"] 1b971013_8a90_0d8d_1fcc_f31581cd66aa --> 6ec70299_8c45_d057_8deb_dd41bb1f7153 dc7f10c2_c914_a162_d02b_a10a15c64a5f["CodegenReactiveFunction.ts"] dc7f10c2_c914_a162_d02b_a10a15c64a5f --> 6ec70299_8c45_d057_8deb_dd41bb1f7153 61433613_1614_4ece_2f7a_b0186e79adde["TestUtils.ts"] 61433613_1614_4ece_2f7a_b0186e79adde --> 6ec70299_8c45_d057_8deb_dd41bb1f7153 23ce0d0c_7009_482d_b3bb_8436415f28d1["Logger-test.ts"] 23ce0d0c_7009_482d_b3bb_8436415f28d1 --> 6ec70299_8c45_d057_8deb_dd41bb1f7153 0a17785b_511f_2e7e_7dab_7cb034353a94["parseConfigPragma-test.ts"] 0a17785b_511f_2e7e_7dab_7cb034353a94 --> 6ec70299_8c45_d057_8deb_dd41bb1f7153 style 6ec70299_8c45_d057_8deb_dd41bb1f7153 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
/**
* 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 * from './Gating';
export * from './Imports';
export * from './Options';
export * from './Pipeline';
export * from './Program';
export * from './Suppression';
Domain
Imported By
- compiler/packages/babel-plugin-react-compiler/src/Babel/BabelPlugin.ts
- compiler/packages/babel-plugin-react-compiler/src/ReactiveScopes/CodegenReactiveFunction.ts
- compiler/packages/babel-plugin-react-compiler/src/HIR/Environment.ts
- compiler/packages/babel-plugin-react-compiler/src/__tests__/Logger-test.ts
- compiler/packages/babel-plugin-react-compiler/src/Babel/RunReactCompilerBabelPlugin.ts
- compiler/packages/babel-plugin-react-compiler/src/Utils/TestUtils.ts
- compiler/packages/babel-plugin-react-compiler/src/__tests__/parseConfigPragma-test.ts
Source
Frequently Asked Questions
What does index.ts do?
index.ts is a source file in the react codebase, written in typescript. It belongs to the BabelCompiler domain.
What files import index.ts?
index.ts is imported by 7 file(s): BabelPlugin.ts, CodegenReactiveFunction.ts, Environment.ts, Logger-test.ts, RunReactCompilerBabelPlugin.ts, TestUtils.ts, parseConfigPragma-test.ts.
Where is index.ts in the architecture?
index.ts is located at compiler/packages/babel-plugin-react-compiler/src/Entrypoint/index.ts (domain: BabelCompiler, directory: compiler/packages/babel-plugin-react-compiler/src/Entrypoint).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free