oxc/crates/oxc_napi
2023-07-27 13:33:18 +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 chore(rust): update crate info, add minimal rust-version, add categories 2023-07-27 13:33:18 +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