oxc/napi/parser
2024-02-06 00:04:25 +08:00
..
src refactor: move all miette usages to oxc_diagnostics 2024-01-28 16:52:16 +08:00
.gitignore refactor: change @oxidation-compiler/napi to oxc-parser (#1209) 2023-11-10 06:17:05 +00:00
build.rs refactor: change @oxidation-compiler/napi to oxc-parser (#1209) 2023-11-10 06:17:05 +00:00
Cargo.toml feat: setup wasm parser for npm (#2221) 2024-01-30 21:40:10 +08:00
index.d.ts feat(napi/parser): add more linux-musl targets 2024-02-06 00:04:25 +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 feat: Release resolver with NAPI (#1212) 2023-11-10 15:25:17 +00:00
test.mjs refactor: change @oxidation-compiler/napi to oxc-parser (#1209) 2023-11-10 06:17:05 +00:00
test_buffer.js feat(parser/napi): add flexbuffer to AST transfer (2x speedup) (#1680) 2023-12-15 02:52:33 +00:00

Installation

corepack enable

Build

pnpm install
pnpm run build

Test

pnpm test