File tree Expand file tree Collapse file tree
internal-packages/tsql/src/grammar Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 " **/storybook-static/" ,
2222 " **/.changeset/" ,
2323 " **/dist/" ,
24- " **/*.yaml"
24+ " **/*.yaml" ,
25+ " internal-packages/tsql/src/grammar/"
2526 ]
2627}
Original file line number Diff line number Diff line change 22
33// put any global imports you need here
44
5- import { type ATN } from "antlr4ts/atn/ATN" ;
5+ import { ATN } from "antlr4ts/atn/ATN" ;
66import { ATNDeserializer } from "antlr4ts/atn/ATNDeserializer" ;
7- import { type CharStream } from "antlr4ts/CharStream" ;
7+ import { CharStream } from "antlr4ts/CharStream" ;
88import { Lexer } from "antlr4ts/Lexer" ;
99import { LexerATNSimulator } from "antlr4ts/atn/LexerATNSimulator" ;
1010import { NotNull } from "antlr4ts/Decorators" ;
1111import { Override } from "antlr4ts/Decorators" ;
12- import { type RuleContext } from "antlr4ts/RuleContext" ;
13- import { type Vocabulary } from "antlr4ts/Vocabulary" ;
12+ import { RuleContext } from "antlr4ts/RuleContext" ;
13+ import { Vocabulary } from "antlr4ts/Vocabulary" ;
1414import { VocabularyImpl } from "antlr4ts/VocabularyImpl" ;
1515
1616import * as Utils from "antlr4ts/misc/Utils" ;
You can’t perform that action at this time.
0 commit comments