File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
"tsc.dev" : " tsc -p src/tsconfig.json --watch" ,
31
31
"build" : " npm run tsc" ,
32
32
"dev" : " npm run tsc.dev" ,
33
- "get.grammars" : " node ./scripts/get-grammars.js " ,
33
+ "get.grammars" : " ts- node -P ./scripts/tsconfig.json ./scripts/ get-grammars.ts " ,
34
34
"get.servers" : " ts-node -P ./scripts/tsconfig.json ./scripts/get-servers.ts" ,
35
35
"build-commit" : " build-commit -o dist" ,
36
36
"prepare" : " npm run get.servers && npm run build"
Original file line number Diff line number Diff line change 1
- const { download, extract } = require ( "gitly" )
2
- const { dirname, join } = require ( "path" )
3
- const { remove, ensureDir, move } = require ( "fs-extra" )
1
+ import { download , extract } from "gitly"
2
+ import { dirname , join } from "path"
3
+ import { remove , ensureDir , move } from "fs-extra"
4
4
5
5
; ( async function main ( ) {
6
6
const source = await download ( "Pure-D/code-d" )
You can’t perform that action at this time.
0 commit comments