HermesParserOptions Type — react Architecture
Architecture documentation for the HermesParserOptions type/interface in hermes-parser.d.ts from the react codebase.
Entity Profile
Dependency Diagram
graph TD 31faaa03_9363_a625_fc54_50bde796c0c3["HermesParserOptions"] acd74654_e5ad_9589_5b13_0d871cc16db8["hermes-parser.d.ts"] 31faaa03_9363_a625_fc54_50bde796c0c3 -->|defined in| acd74654_e5ad_9589_5b13_0d871cc16db8 style 31faaa03_9363_a625_fc54_50bde796c0c3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
compiler/packages/eslint-plugin-react-compiler/src/types/hermes-parser.d.ts lines 10–18
type HermesParserOptions = {
allowReturnOutsideFunction?: boolean;
babel?: boolean;
flow?: 'all' | 'detect';
enableExperimentalComponentSyntax?: boolean;
sourceFilename?: string;
sourceType?: 'module' | 'script' | 'unambiguous';
tokens?: boolean;
};
Source
Frequently Asked Questions
What is the HermesParserOptions type?
HermesParserOptions is a type/interface in the react codebase, defined in compiler/packages/eslint-plugin-react-compiler/src/types/hermes-parser.d.ts.
Where is HermesParserOptions defined?
HermesParserOptions is defined in compiler/packages/eslint-plugin-react-compiler/src/types/hermes-parser.d.ts at line 10.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free