-
Notifications
You must be signed in to change notification settings - Fork 92
feat(webui): Set up ANTLR tooling for future client-side SQL parsing; Move clp-s parser generation to codegen.yaml; Remove unused client package-lock.json.
#1293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
86c59aa
8720d9f
9889def
c8fc0ee
efeeaaf
73cfa0b
8930140
0d517a5
62919ce
609dae3
466cccf
6636b5f
e938132
9bba81d
b2e0607
035606c
bd8813e
46bf866
851e38a
c7da866
a20c8ab
f008074
b7c990f
cd1b6b6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| `components/webui/client/sql-parser/SqlBase.g4` was originally authored by the contributors of | ||
| https://github.com/prestodb/presto | ||
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -9,6 +9,7 @@ const EslintConfig = [ | |||||||||
| ignores: [ | ||||||||||
| "dist/", | ||||||||||
| "node_modules/", | ||||||||||
| "src/sql-parser/generated", | ||||||||||
| ], | ||||||||||
|
Comment on lines
+12
to
13
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick (assertive) Nit: use a trailing slash in ignore path. Reduces chance of accidental partial matches on similarly named files. - "src/sql-parser/generated",
+ "src/sql-parser/generated/",📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||
| }, | ||||||||||
| CommonConfig, | ||||||||||
|
|
||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 Nitpick (assertive)
Fix path in NOTICE; optionally pin to a commit permalink.
Path should include src. Consider adding a permalink to the exact Presto commit used.
📝 Committable suggestion
🤖 Prompt for AI Agents