oxc/napi/parser
2024-02-21 22:43:40 +08:00
..
src feat(napi): return comments (#2469) 2024-02-21 22:43:40 +08:00
.gitignore
build.rs
Cargo.toml feat: setup wasm parser for npm (#2221) 2024-01-30 21:40:10 +08:00
index.d.ts feat(napi): return comments (#2469) 2024-02-21 22:43:40 +08:00
index.js feat(napi/parser): add more linux-musl targets 2024-02-06 00:04:25 +08:00
package.json feat(napi/parser): add more linux-musl targets 2024-02-06 00:04:25 +08:00
pnpm-lock.yaml feat(napi/parser): add more linux-musl targets 2024-02-06 00:04:25 +08:00
README.md
test.mjs feat(napi): return comments (#2469) 2024-02-21 22:43:40 +08:00
test_buffer.js

Installation

corepack enable

Build

pnpm install
pnpm run build

Test

pnpm test