mirror of
https://github.com/danbulant/oxc
synced 2026-05-20 04:38:54 +00:00
Not a substantive change. This just prevents the other benchmark jobs showing greyed-out "Build NAPI benchmark" steps, and makes the workflow file easier to follow. CI tasks were stuck at "Waiting for status to be reported", and unable to merge until they passed. Problem was that CI task doesn't run if only `.yml` files are altered. So have added a dummy comment to a random Rust file just to get it to run. Will make another PR after to remove the comment again! |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| build.rs | ||
| Cargo.toml | ||
| index.d.ts | ||
| index.js | ||
| package.json | ||
| parse.bench.mjs | ||
| pnpm-lock.yaml | ||
| README.md | ||
| test.mjs | ||
| test_buffer.js | ||
| test_module_lexer.mjs | ||
Installation
corepack enable
Build
pnpm install
pnpm run build
Test
pnpm test