Skip to content

Commit 737e61b

Browse files
committed
Merged stashed changes
1 parent e09841a commit 737e61b

File tree

4 files changed

+2876
-1201
lines changed

4 files changed

+2876
-1201
lines changed

package-lock.json

Lines changed: 26 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,20 +90,18 @@
9090
"postinstall": "cd client && npm install && cd ../server && npm install && cd ..",
9191
"test": "sh ./scripts/e2e.sh",
9292
"textMate": "npx js-yaml client/src/syntaxes/vba.tmLanguage.yaml > client/out/vba.tmLanguage.json",
93-
"antlr4ts": "antlr4ts -visitor ./server/src/antlr/vba.g4 -o ./server/src/antlr/out/"
93+
"antlr4ts": "antlr4ng -Dlanguage=TypeScript -visitor ./server/src/antlr/vba.g4 -o ./server/src/antlr/out/"
9494
},
9595
"devDependencies": {
9696
"@types/mocha": "^9.1.0",
9797
"@types/node": "^16.11.7",
9898
"@typescript-eslint/eslint-plugin": "^5.30.0",
9999
"@typescript-eslint/parser": "^5.30.0",
100-
"antlr4ts-cli": "^0.5.0-alpha.4",
100+
"antlr4ng": "^3.0.4",
101+
"antlr4ng-cli": "^2.0.0",
101102
"eslint": "^8.13.0",
102103
"js-yaml": "^4.1.0",
103104
"mocha": "^9.2.1",
104105
"typescript": "^4.7.2"
105-
},
106-
"dependencies": {
107-
"antlr4ts": "^0.5.0-alpha.4"
108106
}
109107
}

0 commit comments

Comments
 (0)