@prettier/plugin-oxc 0.0.4 → 0.1.0
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 +52 -5
- package/index.browser.mjs +50 -0
- package/index.mjs +5280 -5001
- package/package.json +7 -4
package/THIRD-PARTY-NOTICES.md
CHANGED
|
@@ -3,7 +3,54 @@
|
|
|
3
3
|
The published @prettier/plugin-oxc artifact additionally contains code with the following licenses:
|
|
4
4
|
MIT.
|
|
5
5
|
|
|
6
|
-
##
|
|
6
|
+
## @oxc-parser/binding-wasm32-wasi@v0.99.0
|
|
7
|
+
|
|
8
|
+
> Oxc Parser Node API
|
|
9
|
+
|
|
10
|
+
License: MIT
|
|
11
|
+
Homepage: <https://oxc.rs>
|
|
12
|
+
Repository: <git+https://github.com/oxc-project/oxc.git>
|
|
13
|
+
Author: Boshen and oxc contributors
|
|
14
|
+
|
|
15
|
+
----------------------------------------
|
|
16
|
+
|
|
17
|
+
## base64-arraybuffer-es6@v3.1.0
|
|
18
|
+
|
|
19
|
+
> Encode/decode base64 data into ArrayBuffers
|
|
20
|
+
|
|
21
|
+
License: MIT
|
|
22
|
+
Homepage: <https://github.com/brettz9/base64-arraybuffer>
|
|
23
|
+
Repository: <https://github.com/brettz9/base64-arraybuffer>
|
|
24
|
+
Author: Brett Zamir
|
|
25
|
+
Contributors:
|
|
26
|
+
- Niklas von Hertzen <niklasvh@gmail.com> (http://hertzen.com)
|
|
27
|
+
|
|
28
|
+
> Copyright (c) 2012 Niklas von Hertzen
|
|
29
|
+
>
|
|
30
|
+
> Permission is hereby granted, free of charge, to any person
|
|
31
|
+
> obtaining a copy of this software and associated documentation
|
|
32
|
+
> files (the "Software"), to deal in the Software without
|
|
33
|
+
> restriction, including without limitation the rights to use,
|
|
34
|
+
> copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
35
|
+
> copies of the Software, and to permit persons to whom the
|
|
36
|
+
> Software is furnished to do so, subject to the following
|
|
37
|
+
> conditions:
|
|
38
|
+
>
|
|
39
|
+
> The above copyright notice and this permission notice shall be
|
|
40
|
+
> included in all copies or substantial portions of the Software.
|
|
41
|
+
>
|
|
42
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
43
|
+
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
44
|
+
> OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
45
|
+
> NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
46
|
+
> HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
47
|
+
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
48
|
+
> FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
49
|
+
> OTHER DEALINGS IN THE SOFTWARE.
|
|
50
|
+
|
|
51
|
+
----------------------------------------
|
|
52
|
+
|
|
53
|
+
## emoji-regex@v10.6.0
|
|
7
54
|
|
|
8
55
|
> A regular expression to match all Emoji-only symbols as per the Unicode Standard.
|
|
9
56
|
|
|
@@ -54,7 +101,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
|
54
101
|
|
|
55
102
|
----------------------------------------
|
|
56
103
|
|
|
57
|
-
## get-east-asian-width@v1.
|
|
104
|
+
## get-east-asian-width@v1.4.0
|
|
58
105
|
|
|
59
106
|
> Determine the East Asian Width of a Unicode character
|
|
60
107
|
|
|
@@ -73,7 +120,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
|
73
120
|
|
|
74
121
|
----------------------------------------
|
|
75
122
|
|
|
76
|
-
## index-to-position@v1.
|
|
123
|
+
## index-to-position@v1.2.0
|
|
77
124
|
|
|
78
125
|
> Convert a string index to its line and column position
|
|
79
126
|
|
|
@@ -92,7 +139,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
|
92
139
|
|
|
93
140
|
----------------------------------------
|
|
94
141
|
|
|
95
|
-
## is-es5-identifier-name@v1.0.
|
|
142
|
+
## is-es5-identifier-name@v1.0.1
|
|
96
143
|
|
|
97
144
|
> Check if provided string is an `IdentifierName` as specified in ECMA262 edition 5.1 section 7.6.
|
|
98
145
|
|
|
@@ -123,7 +170,7 @@ Author: fisker Cheung <lionkay@gmail.com>
|
|
|
123
170
|
|
|
124
171
|
----------------------------------------
|
|
125
172
|
|
|
126
|
-
## jest-docblock@v30.0
|
|
173
|
+
## jest-docblock@v30.2.0
|
|
127
174
|
|
|
128
175
|
License: MIT
|
|
129
176
|
Repository: <https://github.com/jestjs/jest.git>
|