File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 4141 }
4242 },
4343 "scripts" : {
44+ "setup:jco-transpile:build" : " npm run build -w @bytecodealliance/jco-transpile" ,
4445 "lint" : " eslint -c ./eslint.config.mjs" ,
4546 "lint:fix" : " npm run lint -- --fix" ,
4647 "build:bindings:wasi:http:0.2.6" : " WIT_PATH=wit/http-v0m2p6 OUTPUT_DIR_PATH=src/wasi/0.2.6/generated/types node scripts/generate-wasi-bindings.mjs" ,
4748 "build:bindings:wasi:http:0.2.3" : " WIT_PATH=wit/http-v0m2p3 OUTPUT_DIR_PATH=src/wasi/0.2.3/generated/types node scripts/generate-wasi-bindings.mjs" ,
4849 "build:bindings" : " npm run build:bindings:wasi:http:0.2.3 && npm run build:bindings:wasi:http:0.2.6" ,
4950 "build:ts" : " tsc" ,
50- "build" : " npm run build:bindings && npm run build:ts" ,
51+ "build" : " npm run setup:jco-transpile:build && npm run build:bindings && npm run build:ts" ,
5152 "test" : " vitest run -c test/vitest.ts" ,
5253 "prepack" : " npm run build"
5354 },
5455 "devDependencies" : {
5556 "typescript-eslint" : " ^8.43.0" ,
56- "@bytecodealliance/jco-transpile" : " ^0.1.0 " ,
57+ "@bytecodealliance/jco-transpile" : " ^0.1.1 " ,
5758 "@bytecodealliance/preview2-shim" : " ^0.17.5" ,
5859 "@types/which" : " ^3.0.4" ,
5960 "hono" : " ^4.10.4" ,
You can’t perform that action at this time.
0 commit comments