Skip to content

Commit

Permalink
feat: hive and spark support code completion (#54)
Browse files Browse the repository at this point in the history
* feat: upgrade dt-sql-parser to v4.0.0-beta.4.4

* feat: hive and spark support code completion

* test: fix hive sql unit tests
  • Loading branch information
HaydenOrz committed Oct 25, 2023
1 parent fb0b1a4 commit 6d0eabf
Show file tree
Hide file tree
Showing 9 changed files with 922 additions and 2,484 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"test": "mocha ./test/all.js",
"prepublishOnly": "npm run compile",
"prettier": "prettier --write .",
"check-types": "tsc -p ./tsconfig.json",
"dev": "node --max_old_space_size=4092 & cd website && npm run dev",
"prod": "mrmdir ./docs && node --max_old_space_size=4092 & cd website && npm run build",
"deploy": "npm run prod && gh-pages -d docs",
Expand Down Expand Up @@ -59,7 +60,7 @@
}
},
"dependencies": {
"dt-sql-parser": "4.0.0-beta.4.2"
"dt-sql-parser": "4.0.0-beta.4.4"
},
"peerDependencies": {
"monaco-editor": "0.31.0"
Expand Down
Loading

0 comments on commit 6d0eabf

Please sign in to comment.