Skip to content

Commit

Permalink
CDPD-40713: [frontend] Improve autocomplete and syntax parser generat…
Browse files Browse the repository at this point in the history
…ion and structure (#3027)

- Improve the readability of the generator tool, switch to async/await and a major cleanup
- Move jison files to a subfolder next to the parser being generated, making it easier to develop a parser when it's all in one place.
- Remove broken and unused new parser bootstrap tool
- Remove generation of dynamic imports (sqlParserRepository.ts), as it's not always the case that the generated file will be the actual parser to use moving forward

(cherry picked from commit ba3ae3a)
(cherry picked from commit cc3fa3e)
Change-Id: I630c69f0eef5e958de0034b182e95021ddb8bbb8
  • Loading branch information
JohanAhlen authored and wing2fly committed Oct 28, 2022
1 parent 0167bcf commit 16787e3
Show file tree
Hide file tree
Showing 272 changed files with 1,181 additions and 1,353 deletions.
118 changes: 0 additions & 118 deletions desktop/core/src/desktop/js/parse/jison/sql/calcite/structure.json

This file was deleted.

82 changes: 0 additions & 82 deletions desktop/core/src/desktop/js/parse/jison/sql/dasksql/structure.json

This file was deleted.

118 changes: 0 additions & 118 deletions desktop/core/src/desktop/js/parse/jison/sql/flink/structure.json

This file was deleted.

Loading

0 comments on commit 16787e3

Please sign in to comment.