oxc/crates/oxc_napi
2023-10-07 17:01:23 +08:00
..
src feat(napi): export a pure parse function for benchmark purposes (#571) 2023-07-19 12:55:26 +08:00
build.rs
Cargo.toml ci: turn off doc tests because they are slow to compile and run (#961) 2023-10-07 17:01:23 +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
pnpm-lock.yaml
README.md
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