File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919#endif
2020
2121#define SUPPORTS_ASYNC_CONTEXT_FRAME NODE_MAJOR_VERSION >= 22
22- #define GET_CONTINUATION_PRESERVED_EMBEDDER_DATA_V2 NODE_MAJOR_VERSION >= 25
22+ #define GET_CONTINUATION_PRESERVED_EMBEDDER_DATA_V2 V8_MAJOR_VERSION >= 14
2323
2424using namespace v8 ;
2525using namespace node ;
Original file line number Diff line number Diff line change 3131 "build:bindings:arm64" : " node-gyp build --arch=arm64 && node scripts/copy-target.mjs" ,
3232 "build:tarball" : " npm pack" ,
3333 "clean" : " node-gyp clean && rm -rf lib && rm -rf build && rm -f *.tgz" ,
34- "test" : " yarn test:install && yarn test:prepare && vitest run --silent=false --disable-console-intercept" ,
34+ "test" : " yarn test:install && yarn test:prepare && vitest run --poolOptions.forks.singleFork -- silent=false --disable-console-intercept" ,
3535 "test:prepare" : " node ./test/prepare.mjs" ,
3636 "test:install" : " cross-env ALWAYS_THROW=true yarn install"
3737 },
You can’t perform that action at this time.
0 commit comments