Skip to content

Commit

Permalink
fix: export sql parser EntityContext types (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxy0551 authored Nov 15, 2024
1 parent 9ed40bf commit c1b619c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"pre-commit": "npx pretty-quick --staged"
},
"dependencies": {
"dt-sql-parser": "4.0.2"
"dt-sql-parser": "4.1.0-beta.4"
},
"peerDependencies": {
"monaco-editor": ">=0.31.0"
Expand Down
15 changes: 8 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ export type {
Suggestions,
TextSlice,
ParseError,
StmtContext,
EntityContext,
StmtContext
CommonEntityContext,
ColumnEntityContext,
FuncEntityContext
} from 'dt-sql-parser';

0 comments on commit c1b619c

Please sign in to comment.