Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.01 KB

File metadata and controls

25 lines (19 loc) · 1.01 KB

@eslint-react/core / SemanticNode

Interface: SemanticNode

Represents a semantic node in the AST This is the base interface for all semantic nodes in the React semantic analysis

Extended by

Properties

Property Type Description
flag bigint The flag of the node
hint bigint The hint of the node
id Node | undefined The identifier of the node
key string The unique key of the node
kind string The kind of the node
name string | undefined The name of the node
node Node The AST node