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§
- Syntax
Kind - The kind of syntax node, e.g.
IDENT
,FUNCTION_KW
, orFOR_STMT
.