Skip to content

Commit

Permalink
fix: export sql parser EntityContext types
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxy0551 committed Nov 14, 2024
1 parent 9ed40bf commit 004d49a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monaco-sql-languages",
"version": "0.12.2",
"version": "0.12.3-beta.8",
"description": "SQL languages for the Monaco Editor, based on monaco-languages.",
"scripts": {
"prepublishOnly": "npm run build",
Expand Down 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 004d49a

Please sign in to comment.