Skip to content

Commit

Permalink
feat: add Visitor file
Browse files Browse the repository at this point in the history
  • Loading branch information
Dup4 committed Oct 4, 2022
1 parent bfbb2ac commit caa6b75
Show file tree
Hide file tree
Showing 4 changed files with 644 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
"sideEffects": false,
"scripts": {
"gen": "antlr4ts Thrift.g4 -o src/antlr_gen",
"gen": "antlr4ts Thrift.g4 -visitor -o src/antlr_gen",
"build": "unbuild",
"dev": "unbuild --stub",
"start": "esmo src/index.ts",
Expand Down

0 comments on commit caa6b75

Please sign in to comment.