oxc/napi/parser
overlookmotel 2fe158d0d6
refactor(tasks): separate NAPI benchmark CI job (#2783)
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!
2024-03-21 23:30:38 +00:00
..
src refactor(tasks): separate NAPI benchmark CI job (#2783) 2024-03-21 23:30:38 +00:00
.gitignore
build.rs
Cargo.toml refactor: remove unused dependencies (#2718) 2024-03-14 17:50:31 +08:00
index.d.ts New tool: oxc_module_lexer (#2650) 2024-03-09 23:23:55 +08:00
index.js New tool: oxc_module_lexer (#2650) 2024-03-09 23:23:55 +08:00
package.json feat(tasks): benchmark NodeJS parser (#2770) 2024-03-20 05:06:09 +00:00
parse.bench.mjs fix(tasks): reduce variance of NAPI benchmarks (#2780) 2024-03-21 16:21:44 +00:00
pnpm-lock.yaml feat(tasks): benchmark NodeJS parser (#2770) 2024-03-20 05:06:09 +00:00
README.md feat: Release resolver with NAPI (#1212) 2023-11-10 15:25:17 +00:00
test.mjs feat(napi): return comments (#2469) 2024-02-21 22:43:40 +08:00
test_buffer.js feat(parser/napi): add flexbuffer to AST transfer (2x speedup) (#1680) 2023-12-15 02:52:33 +00:00
test_module_lexer.mjs New tool: oxc_module_lexer (#2650) 2024-03-09 23:23:55 +08:00

Installation

corepack enable

Build

pnpm install
pnpm run build

Test

pnpm test