oxc/crates/oxc_napi
2023-05-11 21:08:00 +08:00
..
src chore: remove all #[must_use] 2023-05-11 21:08:00 +08:00
build.rs feat: napi (#302) 2023-04-22 14:41:45 +08:00
Cargo.toml chore: clean up workspace dependencies (#320) 2023-04-27 11:38:39 +08:00
index.d.ts feat: napi (#302) 2023-04-22 14:41:45 +08:00
index.js feat: napi (#302) 2023-04-22 14:41:45 +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 feat: napi (#302) 2023-04-22 14:41:45 +08:00

Installation

corepack enable

Build

pnpm install
pnpm run build

Test

node test.mjs