Skip to content

Commit c1b619c

Browse files
authored
fix: export sql parser EntityContext types (#157)
1 parent 9ed40bf commit c1b619c

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"pre-commit": "npx pretty-quick --staged"
6868
},
6969
"dependencies": {
70-
"dt-sql-parser": "4.0.2"
70+
"dt-sql-parser": "4.1.0-beta.4"
7171
},
7272
"peerDependencies": {
7373
"monaco-editor": ">=0.31.0"

pnpm-lock.yaml

+8-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ export type {
1313
Suggestions,
1414
TextSlice,
1515
ParseError,
16+
StmtContext,
1617
EntityContext,
17-
StmtContext
18+
CommonEntityContext,
19+
ColumnEntityContext,
20+
FuncEntityContext
1821
} from 'dt-sql-parser';

0 commit comments

Comments
 (0)