@prettier/plugin-hermes 0.0.2 → 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/README.md +5 -0
- package/THIRD-PARTY-NOTICES.md +37 -6
- package/index.mjs +41 -33
- package/package.json +4 -3
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# @prettier/plugin-hermes
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@prettier/plugin-hermes)
|
|
4
|
+
[](https://github.com/prettier/prettier/blob/main/license)
|
|
5
|
+
|
|
3
6
|
> Prettier [Hermes](https://github.com/facebook/hermes/blob/main/README.md) plugin.
|
|
4
7
|
|
|
5
8
|
## Install
|
|
@@ -17,6 +20,8 @@ plugins:
|
|
|
17
20
|
- "@prettier/plugin-hermes"
|
|
18
21
|
```
|
|
19
22
|
|
|
23
|
+
**Requires prettier >= 3.6**
|
|
24
|
+
|
|
20
25
|
Or config explicitly
|
|
21
26
|
|
|
22
27
|
```yaml
|
package/THIRD-PARTY-NOTICES.md
CHANGED
|
@@ -72,7 +72,7 @@ Contributors:
|
|
|
72
72
|
|
|
73
73
|
----------------------------------------
|
|
74
74
|
|
|
75
|
-
## emoji-regex@v10.
|
|
75
|
+
## emoji-regex@v10.6.0
|
|
76
76
|
|
|
77
77
|
> A regular expression to match all Emoji-only symbols as per the Unicode Standard.
|
|
78
78
|
|
|
@@ -123,7 +123,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
|
123
123
|
|
|
124
124
|
----------------------------------------
|
|
125
125
|
|
|
126
|
-
## get-east-asian-width@v1.
|
|
126
|
+
## get-east-asian-width@v1.4.0
|
|
127
127
|
|
|
128
128
|
> Determine the East Asian Width of a Unicode character
|
|
129
129
|
|
|
@@ -142,7 +142,38 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
|
142
142
|
|
|
143
143
|
----------------------------------------
|
|
144
144
|
|
|
145
|
-
## hermes-
|
|
145
|
+
## hermes-estree@v0.32.1
|
|
146
|
+
|
|
147
|
+
> Flow types for the Flow-ESTree spec produced by the hermes parser
|
|
148
|
+
|
|
149
|
+
License: MIT
|
|
150
|
+
Repository: <git@github.com:facebook/hermes.git>
|
|
151
|
+
|
|
152
|
+
> MIT License
|
|
153
|
+
>
|
|
154
|
+
> Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
155
|
+
>
|
|
156
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
157
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
158
|
+
> in the Software without restriction, including without limitation the rights
|
|
159
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
160
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
161
|
+
> furnished to do so, subject to the following conditions:
|
|
162
|
+
>
|
|
163
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
164
|
+
> copies or substantial portions of the Software.
|
|
165
|
+
>
|
|
166
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
167
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
168
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
169
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
170
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
171
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
172
|
+
> SOFTWARE.
|
|
173
|
+
|
|
174
|
+
----------------------------------------
|
|
175
|
+
|
|
176
|
+
## hermes-parser@v0.32.1
|
|
146
177
|
|
|
147
178
|
> A JavaScript parser built from the Hermes engine
|
|
148
179
|
|
|
@@ -197,7 +228,7 @@ Contributors:
|
|
|
197
228
|
|
|
198
229
|
----------------------------------------
|
|
199
230
|
|
|
200
|
-
## is-es5-identifier-name@v1.0.
|
|
231
|
+
## is-es5-identifier-name@v1.0.1
|
|
201
232
|
|
|
202
233
|
> Check if provided string is an `IdentifierName` as specified in ECMA262 edition 5.1 section 7.6.
|
|
203
234
|
|
|
@@ -228,7 +259,7 @@ Author: fisker Cheung <lionkay@gmail.com>
|
|
|
228
259
|
|
|
229
260
|
----------------------------------------
|
|
230
261
|
|
|
231
|
-
## jest-docblock@v30.0
|
|
262
|
+
## jest-docblock@v30.2.0
|
|
232
263
|
|
|
233
264
|
License: MIT
|
|
234
265
|
Repository: <https://github.com/jestjs/jest.git>
|
|
@@ -258,7 +289,7 @@ Repository: <https://github.com/jestjs/jest.git>
|
|
|
258
289
|
|
|
259
290
|
----------------------------------------
|
|
260
291
|
|
|
261
|
-
## prettier@v3.
|
|
292
|
+
## prettier@v3.7.0-dev
|
|
262
293
|
|
|
263
294
|
> Prettier is an opinionated code formatter
|
|
264
295
|
|