LongYinan 8120ca0ac4
chore(cli): throw error if wasi file not found when NAPI_RS_FORCE_WASI=error (#2919)
* chore(cli): throw error if wasi file not found when NAPI_RS_FORCE_WASI=error

* update snapshot
2025-09-11 16:29:05 +08:00

33 lines
641 B
JSON

{
"name": "@examples/compat-mode",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "napi-raw build --no-js --features latest",
"test": "ava reset-cache && ava"
},
"devDependencies": {
"@napi-rs/cli": "workspace:*",
"ava": "^6.4.1",
"sinon": "^21.0.0"
},
"ava": {
"extensions": {
"ts": "module"
},
"require": [
"@oxc-node/core/register"
],
"files": [
"__tests__/**/*.spec.ts"
],
"environmentVariables": {
"TS_NODE_PROJECT": "./tsconfig.json"
},
"workerThreads": false,
"cache": false,
"timeout": "5m"
}
}