@prettier/plugin-oxc 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD-PARTY-NOTICES.md +3 -3
- package/index.browser.mjs +42 -42
- package/index.d.ts +5 -1
- package/index.mjs +6079 -6751
- package/package.json +2 -2
package/THIRD-PARTY-NOTICES.md
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
The published @prettier/plugin-oxc artifact additionally contains code with the following licenses:
|
|
4
4
|
MIT.
|
|
5
5
|
|
|
6
|
-
## @oxc-parser/binding-wasm32-wasi@v0.
|
|
6
|
+
## @oxc-parser/binding-wasm32-wasi@v0.125.0
|
|
7
7
|
|
|
8
8
|
> Oxc Parser Node API
|
|
9
9
|
|
|
10
10
|
License: MIT
|
|
11
|
-
Homepage: <https://oxc.rs>
|
|
11
|
+
Homepage: <https://oxc.rs/docs/guide/usage/parser>
|
|
12
12
|
Repository: <git+https://github.com/oxc-project/oxc.git>
|
|
13
13
|
Author: Boshen and oxc contributors
|
|
14
14
|
|
|
@@ -200,7 +200,7 @@ Repository: <https://github.com/jestjs/jest.git>
|
|
|
200
200
|
|
|
201
201
|
----------------------------------------
|
|
202
202
|
|
|
203
|
-
## prettier@v3.
|
|
203
|
+
## prettier@v3.9.0-dev
|
|
204
204
|
|
|
205
205
|
> Prettier is an opinionated code formatter
|
|
206
206
|
|