Module token_set

Module token_set 

Source
Expand description

A bit-set of SyntaxKinds.

Structsยง

TokenSet ๐Ÿ”’
A bit-set of SyntaxKinds

Constantsยง

LAST_TOKEN_KIND_DISCRIMINANT ๐Ÿ”’
TokenSets should only include token SyntaxKinds, so the discriminant of any passed/included SyntaxKind must not be greater than that of the last token SyntaxKind. See #17037.