File tree Expand file tree Collapse file tree 4 files changed +14
-10
lines changed Expand file tree Collapse file tree 4 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ We recommend thoroughly testing its output before deploying to production enviro
9
9
10
10
### Node.js
11
11
12
- Use the node binding [ oxc-minify] [ url-oxc-minify-npm ] .
12
+ - Use the node binding [ oxc-minify] [ url-oxc-minify-npm ] .
13
+ - Try on [ stackblitz] ( https://stackblitz.com/edit/oxc-minify ) .
13
14
14
15
### Rust
15
16
Original file line number Diff line number Diff line change @@ -19,16 +19,17 @@ This is production ready.
19
19
20
20
## Installation
21
21
22
+ ### Node.js
23
+
24
+ - Use the node binding [ oxc-parser] [ url-oxc-parser-npm ] .
25
+ - Try on [ stackblitz] ( https://stackblitz.com/edit/oxc-parser ) .
26
+
22
27
### Rust
23
28
24
29
Use the umbrella crate [ oxc] [ url-oxc-crate ] or the individual [ oxc_ast] [ url-oxc-ast-crate ] and [ oxc_parser] [ url-oxc-parser-crate ] crates.
25
30
26
31
Rust usage example can be found [ here] ( https://github.com/oxc-project/oxc/blob/main/crates/oxc_parser/examples/parser.rs ) .
27
32
28
- ### Node.js (NAPI)
29
-
30
- Try the node binding [ oxc-parser] [ url-oxc-parser-npm ] .
31
-
32
33
<!-- Links -->
33
34
34
35
[ url-swc ] : https://swc.rs
Original file line number Diff line number Diff line change @@ -20,13 +20,14 @@ Node.js cjs and esm path resolution.
20
20
21
21
## Installation
22
22
23
- ### Rust
23
+ ### Node.js
24
24
25
- See [ https://crates.io/crates/oxc_resolver ] [ url-oxc-resolver-crate ] and its documentation [ https://docs.rs/oxc_resolver ] [ url-oxc-resolver-docs ] .
25
+ - Use the node binding [ oxc-resolver] [ url-oxc-resolver-npm ] .
26
+ - Try on [ stackblitz] ( https://stackblitz.com/edit/oxc-resolver ) .
26
27
27
- ### Node.js
28
+ ### Rust
28
29
29
- See [ oxc-resolver ] [ url-oxc-resolver-npm ] for node binding via napi .
30
+ See [ https://crates.io/crates/oxc_resolver ] [ url-oxc-resolver-crate ] and its documentation [ https://docs.rs/oxc_resolver ] [ url-oxc-resolver-docs ] .
30
31
31
32
<!-- Links -->
32
33
Original file line number Diff line number Diff line change 10
10
11
11
### Node.js
12
12
13
- Use the node binding [ oxc-transform] [ url-oxc-transform-npm ] .
13
+ - Use the node binding [ oxc-transform] [ url-oxc-transform-npm ] .
14
+ - Try on [ stackblitz] ( https://stackblitz.com/edit/oxc-transform ) .
14
15
15
16
### Rust
16
17
You can’t perform that action at this time.
0 commit comments