Skip to content

Commit

Permalink
update parser /resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Nov 15, 2023
1 parent 1ca841b commit 3df0b75
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/docs/usage/parser.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ outline: deep

[Benchmark](https://github.com/oxc-project/bench-javascript-parser-written-in-rust)

## Usage in Rust
## Rust Usage

- The umbrella crate [oxc][docs-oxc-url] exports all public crates from this repository.
- The AST and parser crates [oxc_ast][docs-ast-url] and [oxc_parser][docs-parser-url] are production ready.

## Usage in Node
## Node.js Usage

- Via napi: [@oxidation-compiler/napi][npm-napi]
- Via napi: [oxc-parser][npm-napi]

[docs-oxc-url]: https://docs.rs/oxc
[docs-ast-url]: https://docs.rs/oxc_ast
[docs-parser-url]: https://docs.rs/oxc_parser
[npm-napi]: https://www.npmjs.com/package/@oxidation-compiler/napi
[npm-napi]: https://www.npmjs.com/package/oxc-parser
4 changes: 4 additions & 0 deletions docs/docs/usage/resolver.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Node.js Module Resolution.
- https://docs.rs/oxc_resolver
- https://crates.io/oxc_resolver

## Node.js Usage

- Via napi: [oxc-resolver][https://www.npmjs.com/package/oxc-resolver]

## Example

```rust
Expand Down

0 comments on commit 3df0b75

Please sign in to comment.