feat(native): add prebuilt Node-API flock support

This commit is contained in:
imccyu
2026-09-08 20:49:10 +08:00
parent 7264906f99
commit d927cbff99
93 changed files with 1904 additions and 551 deletions
+4 -1
View File
@@ -9,10 +9,13 @@
"build": "pnpm build:ts",
"build:ts": "tsc -b",
"build:native": "tsx ./scripts/build.ts",
"build:test-oracle": "node ./scripts/build-test-oracle.mjs",
"typecheck": "tsc --noEmit && tsc -b --dry",
"test": "node ./test/entry.test.js && node ./test/launcher.test.js",
"test": "node ./test/entry.test.js && node ./test/launcher.test.js && node --test ./test/flock.test.js ./test/package-matrix.test.js",
"test:entry": "node ./test/entry.test.js",
"test:launcher": "node ./test/launcher.test.js",
"test:flock": "node --test ./test/flock.test.js",
"test:packaging": "node --test ./test/package-matrix.test.js",
"gha:matrix": "node ./scripts/github-matrix.mjs",
"release:bump": "node ./scripts/bump-release.mjs",
"release:commit": "node ./scripts/commit-release.mjs",