File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 7171 "compile" : " npx esbuild ./client/src/extension.ts ./server/src/server.ts --color --bundle --outdir=out --entry-names=[name] --chunk-names=vendor --format=cjs --external:vscode --platform=node" ,
7272 "compile:grammar" : " npx antlr4ts -visitor -no-listener -Xexact-output-dir grammars/UCLexer.g4 -o server/src/UC/antlr/generated && npx antlr4ts -visitor -no-listener -Xexact-output-dir grammars/UCParser.g4 -o server/src/UC/antlr/generated" ,
7373 "compile:preprocessor" : " npx antlr4ts -visitor -no-listener -Xexact-output-dir grammars/UCPreprocessorParser.g4 -o server/src/UC/antlr/generated" ,
74- "compile:syntax" : " npx yaml-convert --np < ./syntaxes/UnrealScript.YAML-tmLanguage > ./out/unrealscript.tmLanguage.json && npx yaml-convert --np < ./syntaxes/unrealScript .preprocessor.YAML-tmLanguage > ./out/unrealscript.preprocessor.tmLanguage.json" ,
74+ "compile:syntax" : " npx yaml-convert --np < ./syntaxes/UnrealScript.YAML-tmLanguage > ./out/unrealscript.tmLanguage.json && npx yaml-convert --np < ./syntaxes/unrealscript .preprocessor.YAML-tmLanguage > ./out/unrealscript.preprocessor.tmLanguage.json" ,
7575 "watch" : " (set NODE_ENV=development) & npm run compile -- --bundle --sourcemap --watch --define:process.env.NODE_ENV=\\\" development\\\" " ,
7676 "clean" : " rimraf out --preserve-root" ,
7777 "postinstall" : " cd client && npm install && cd ../server && npm install && cd .." ,
You can’t perform that action at this time.
0 commit comments