Crate rslint_syntax

Source
Expand description

A crate for generated Syntax node definitions and utility macros. Both rslint_lexer and rslint_parser rely on these definitions, therefore they are wrapped in this crate to prevent cyclic dependencies

Macros§

T
Utility macro for creating a SyntaxKind through simple macro syntax

Enums§

SyntaxKind
The kind of syntax node, e.g. IDENT, FUNCTION_KW, or FOR_STMT.