We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc3dfa commit b759e92Copy full SHA for b759e92
src/language/tokenKind.ts
@@ -10,7 +10,7 @@ export const TokenKind = {
10
AMP: '&' as const,
11
PAREN_L: '(' as const,
12
PAREN_R: ')' as const,
13
- DOT: '.',
+ DOT: '.' as const,
14
SPREAD: '...' as const,
15
COLON: ':' as const,
16
TWO_COLON: '::' as const,
0 commit comments