LoggerEvent Type — react Architecture
Architecture documentation for the LoggerEvent type/interface in Options.ts from the react codebase.
Entity Profile
Dependency Diagram
graph TD bcb235a3_451f_6a2a_3c76_9fe4cc79dcc8["LoggerEvent"] 4828f3cc_e6ac_9239_d7f7_c05f7f60419c["Options.ts"] bcb235a3_451f_6a2a_3c76_9fe4cc79dcc8 -->|defined in| 4828f3cc_e6ac_9239_d7f7_c05f7f60419c style bcb235a3_451f_6a2a_3c76_9fe4cc79dcc8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Options.ts lines 252–260
export type LoggerEvent =
| CompileSuccessEvent
| CompileErrorEvent
| CompileDiagnosticEvent
| CompileSkipEvent
| PipelineErrorEvent
| TimingEvent
| AutoDepsDecorationsEvent
| AutoDepsEligibleEvent;
Source
Frequently Asked Questions
What is the LoggerEvent type?
LoggerEvent is a type/interface in the react codebase, defined in compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Options.ts.
Where is LoggerEvent defined?
LoggerEvent is defined in compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Options.ts at line 252.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free