oxc/crates/oxc_napi
2023-11-04 14:45:44 +00: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: check unused dependencies via cargo machete (#1143) 2023-11-04 14:45:44 +00: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