oxc/napi/parser
Boshen b2ff2df5af refactor(parser)!: remove builder pattern from Parser struct (#5000)
part of #4455

use `with_options(ParseOptions { ..ParseOptions::default() })` API instead.
2024-08-20 07:40:25 +00:00
..
src refactor(parser)!: remove builder pattern from Parser struct (#5000) 2024-08-20 07:40:25 +00:00
build.rs
Cargo.toml chore(napi): Refactor async parsing functions to remove tokio dependency (#4049) 2024-07-04 20:31:19 +08:00
index.d.ts chore: bump napi to v3 (#4365) 2024-07-19 14:06:33 +00:00
index.js chore: bump napi to v3 (#4365) 2024-07-19 14:06:33 +00:00
package.json chore: bump napi to v3 (#4365) 2024-07-19 14:06:33 +00:00
parse.bench.mjs fix(tasks): reduce variance of NAPI benchmarks (#2780) 2024-03-21 16:21:44 +00:00
pnpm-lock.yaml chore: bump napi to v3 (#4365) 2024-07-19 14:06:33 +00:00
test.mjs feat(napi): return comments (#2469) 2024-02-21 22:43:40 +08:00
test_module_lexer.mjs New tool: oxc_module_lexer (#2650) 2024-03-09 23:23:55 +08:00