oxc/crates/oxc_napi
2023-05-12 23:16:14 +08:00
..
src refactor: move SourceType from oxc_ast to oxc_span (#351) 2023-05-12 23:16:14 +08:00
build.rs feat: napi (#302) 2023-04-22 14:41:45 +08:00
Cargo.toml refactor: move SourceType from oxc_ast to oxc_span (#351) 2023-05-12 23:16:14 +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