We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52b240 commit 7b876d2Copy full SHA for 7b876d2
package.json
@@ -93,12 +93,14 @@
93
"textMate": "npx js-yaml client/src/syntaxes/vba.tmLanguage.yaml > client/out/vba.tmLanguage.json",
94
"antlr4ng": "antlr4ng -Dlanguage=TypeScript -visitor ./server/src/antlr/vba.g4 -o ./server/src/antlr/out/"
95
},
96
+ "dependencies": {
97
+ "antlr4ng": "^3.0.4"
98
+ },
99
"devDependencies": {
100
"@types/mocha": "^9.1.0",
101
"@types/node": "^16.11.7",
102
"@typescript-eslint/eslint-plugin": "^5.30.0",
103
"@typescript-eslint/parser": "^5.30.0",
- "antlr4ng": "^3.0.4",
104
"antlr4ng-cli": "^2.0.0",
105
"eslint": "^8.13.0",
106
"js-yaml": "^4.1.0",
0 commit comments