oxc/crates/oxc_napi
2023-10-11 20:30:30 +08:00
..
src feat(napi): export a pure parse function for benchmark purposes (#571) 2023-07-19 12:55:26 +08:00
build.rs feat: napi (#302) 2023-04-22 14:41:45 +08:00
Cargo.toml perf: speed tasks run by using a global allocator 2023-10-11 20:30:30 +08:00
index.d.ts feat(napi): export a pure parse function for benchmark purposes (#571) 2023-07-19 12:55:26 +08:00
index.js feat(napi): export a pure parse function for benchmark purposes (#571) 2023-07-19 12:55:26 +08:00
package.json feat: napi (#302) 2023-04-22 14:41:45 +08:00
pnpm-lock.yaml feat: napi (#302) 2023-04-22 14:41:45 +08:00
README.md feat: napi (#302) 2023-04-22 14:41:45 +08:00
test.mjs Release @oxidation-compiler/napi v0.1.0 2023-07-19 13:15:04 +08:00

Installation

corepack enable

Build

pnpm install
pnpm run build

Test

node test.mjs