Skip to content

Commit c0a2854

Browse files
authored
fix: #371 export EntityContext types (#372)
1 parent ba9e3d6 commit c0a2854

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/index.ts

+7-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,10 @@ export type { WordRange, TextSlice } from './parser/common/textAndWord';
2727

2828
export type { SyntaxError, ParseError, ErrorListener } from './parser/common/parseErrorListener';
2929

30-
export type { StmtContext, EntityContext } from './parser/common/entityCollector';
30+
export type {
31+
StmtContext,
32+
EntityContext,
33+
CommonEntityContext,
34+
ColumnEntityContext,
35+
FuncEntityContext,
36+
} from './parser/common/entityCollector';

0 commit comments

Comments
 (0)