@prettier/plugin-hermes 0.0.1

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/LICENSE ADDED
@@ -0,0 +1,7 @@
1
+ Copyright © James Long and contributors
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,30 @@
1
+ # @prettier/plugin-hermes
2
+
3
+ > Prettier [Hermes](https://github.com/facebook/hermes/blob/main/README.md) plugin.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ yarn add --dev prettier @prettier/plugin-hermes
9
+ ```
10
+
11
+ ## Usage
12
+
13
+ Create or modify your [prettier configuration file](https://prettier.io/docs/en/configuration) to use the plugin:
14
+
15
+ ```yaml
16
+ plugins:
17
+ - "@prettier/plugin-hermes"
18
+ ```
19
+
20
+ Or config explicitly
21
+
22
+ ```yaml
23
+ overrides:
24
+ - files:
25
+ - "**/*.{js.flow,js,mjs,cjs}"
26
+ options:
27
+ plugins:
28
+ - "@prettier/plugin-hermes"
29
+ parser: hermes
30
+ ```
@@ -0,0 +1,316 @@
1
+ # Licenses of bundled dependencies
2
+
3
+ The published @prettier/plugin-hermes artifact additionally contains code with the following licenses:
4
+ MIT and BSD-3-Clause.
5
+
6
+ ## base64-js@v1.5.1
7
+
8
+ > Base64 encoding/decoding in pure JS
9
+
10
+ License: MIT
11
+ Homepage: <https://github.com/beatgammit/base64-js>
12
+ Repository: <git://github.com/beatgammit/base64-js.git>
13
+ Author: T. Jameson Little <t.jameson.little@gmail.com>
14
+
15
+ > The MIT License (MIT)
16
+ >
17
+ > Copyright (c) 2014 Jameson Little
18
+ >
19
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
20
+ > of this software and associated documentation files (the "Software"), to deal
21
+ > in the Software without restriction, including without limitation the rights
22
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
23
+ > copies of the Software, and to permit persons to whom the Software is
24
+ > furnished to do so, subject to the following conditions:
25
+ >
26
+ > The above copyright notice and this permission notice shall be included in
27
+ > all copies or substantial portions of the Software.
28
+ >
29
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
35
+ > THE SOFTWARE.
36
+
37
+ ----------------------------------------
38
+
39
+ ## buffer@v6.0.3
40
+
41
+ > Node.js Buffer API, for the browser
42
+
43
+ License: MIT
44
+ Homepage: <https://github.com/feross/buffer>
45
+ Repository: <git://github.com/feross/buffer.git>
46
+ Author: Feross Aboukhadijeh <feross@feross.org> (https://feross.org)
47
+ Contributors:
48
+ - Romain Beauxis <toots@rastageeks.org>
49
+ - James Halliday <mail@substack.net>
50
+
51
+ > The MIT License (MIT)
52
+ >
53
+ > Copyright (c) Feross Aboukhadijeh, and other contributors.
54
+ >
55
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
56
+ > of this software and associated documentation files (the "Software"), to deal
57
+ > in the Software without restriction, including without limitation the rights
58
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
59
+ > copies of the Software, and to permit persons to whom the Software is
60
+ > furnished to do so, subject to the following conditions:
61
+ >
62
+ > The above copyright notice and this permission notice shall be included in
63
+ > all copies or substantial portions of the Software.
64
+ >
65
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
66
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
67
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
68
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
69
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
70
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
71
+ > THE SOFTWARE.
72
+
73
+ ----------------------------------------
74
+
75
+ ## emoji-regex@v10.4.0
76
+
77
+ > A regular expression to match all Emoji-only symbols as per the Unicode Standard.
78
+
79
+ License: MIT
80
+ Homepage: <https://mths.be/emoji-regex>
81
+ Repository: <https://github.com/mathiasbynens/emoji-regex.git>
82
+ Author: Mathias Bynens (https://mathiasbynens.be/)
83
+
84
+ > Copyright Mathias Bynens <https://mathiasbynens.be/>
85
+ >
86
+ > Permission is hereby granted, free of charge, to any person obtaining
87
+ > a copy of this software and associated documentation files (the
88
+ > "Software"), to deal in the Software without restriction, including
89
+ > without limitation the rights to use, copy, modify, merge, publish,
90
+ > distribute, sublicense, and/or sell copies of the Software, and to
91
+ > permit persons to whom the Software is furnished to do so, subject to
92
+ > the following conditions:
93
+ >
94
+ > The above copyright notice and this permission notice shall be
95
+ > included in all copies or substantial portions of the Software.
96
+ >
97
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
98
+ > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
99
+ > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
100
+ > NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
101
+ > LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
102
+ > OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
103
+ > WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
104
+
105
+ ----------------------------------------
106
+
107
+ ## escape-string-regexp@v5.0.0
108
+
109
+ > Escape RegExp special characters
110
+
111
+ License: MIT
112
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
113
+
114
+ > MIT License
115
+ >
116
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
117
+ >
118
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
119
+ >
120
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
121
+ >
122
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
123
+
124
+ ----------------------------------------
125
+
126
+ ## get-east-asian-width@v1.3.0
127
+
128
+ > Determine the East Asian Width of a Unicode character
129
+
130
+ License: MIT
131
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
132
+
133
+ > MIT License
134
+ >
135
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
136
+ >
137
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
138
+ >
139
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
140
+ >
141
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
142
+
143
+ ----------------------------------------
144
+
145
+ ## hermes-parser@v0.28.1
146
+
147
+ > A JavaScript parser built from the Hermes engine
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
+ ## ieee754@v1.2.1
177
+
178
+ > Read/write IEEE754 floating point numbers from/to a Buffer or array-like object
179
+
180
+ License: BSD-3-Clause
181
+ Repository: <git://github.com/feross/ieee754.git>
182
+ Author: Feross Aboukhadijeh <feross@feross.org> (https://feross.org)
183
+ Contributors:
184
+ - Romain Beauxis <toots@rastageeks.org>
185
+
186
+ > Copyright 2008 Fair Oaks Labs, Inc.
187
+ >
188
+ > Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
189
+ >
190
+ > 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
191
+ >
192
+ > 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
193
+ >
194
+ > 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
195
+ >
196
+ > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
197
+
198
+ ----------------------------------------
199
+
200
+ ## is-es5-identifier-name@v1.0.0
201
+
202
+ > Check if provided string is an `IdentifierName` as specified in ECMA262 edition 5.1 section 7.6.
203
+
204
+ License: MIT
205
+ Author: fisker Cheung <lionkay@gmail.com>
206
+
207
+ > MIT License
208
+ >
209
+ > Copyright (c) fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
210
+ >
211
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
212
+ > of this software and associated documentation files (the "Software"), to deal
213
+ > in the Software without restriction, including without limitation the rights
214
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
215
+ > copies of the Software, and to permit persons to whom the Software is
216
+ > furnished to do so, subject to the following conditions:
217
+ >
218
+ > The above copyright notice and this permission notice shall be included in all
219
+ > copies or substantial portions of the Software.
220
+ >
221
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
222
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
223
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
224
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
225
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
226
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
227
+ > SOFTWARE.
228
+
229
+ ----------------------------------------
230
+
231
+ ## jest-docblock@v30.0.1
232
+
233
+ License: MIT
234
+ Repository: <https://github.com/jestjs/jest.git>
235
+
236
+ > MIT License
237
+ >
238
+ > Copyright (c) Meta Platforms, Inc. and affiliates.
239
+ > Copyright Contributors to the Jest project.
240
+ >
241
+ > Permission is hereby granted, free of charge, to any person obtaining a copy
242
+ > of this software and associated documentation files (the "Software"), to deal
243
+ > in the Software without restriction, including without limitation the rights
244
+ > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
245
+ > copies of the Software, and to permit persons to whom the Software is
246
+ > furnished to do so, subject to the following conditions:
247
+ >
248
+ > The above copyright notice and this permission notice shall be included in all
249
+ > copies or substantial portions of the Software.
250
+ >
251
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
252
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
253
+ > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
254
+ > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
255
+ > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
256
+ > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
257
+ > SOFTWARE.
258
+
259
+ ----------------------------------------
260
+
261
+ ## prettier@v3.6.0-dev
262
+
263
+ > Prettier is an opinionated code formatter
264
+
265
+ License: MIT
266
+ Homepage: <https://prettier.io>
267
+ Author: James Long
268
+
269
+ > Copyright © James Long and contributors
270
+ >
271
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
272
+ >
273
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
274
+ >
275
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
276
+
277
+ ----------------------------------------
278
+
279
+ ## to-fast-properties@v4.0.0
280
+
281
+ > Force V8 to use fast properties for an object
282
+
283
+ License: MIT
284
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https:/sindresorhus.com)
285
+
286
+ > MIT License
287
+ >
288
+ > Copyright (c) Petka Antonov
289
+ > Benjamin Gruenbaum
290
+ > John-David Dalton
291
+ > Sindre Sorhus
292
+ >
293
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
294
+ >
295
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
296
+ >
297
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
298
+
299
+ ----------------------------------------
300
+
301
+ ## trim-newlines@v5.0.0
302
+
303
+ > Trim newlines from the start and/or end of a string
304
+
305
+ License: MIT
306
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
307
+
308
+ > MIT License
309
+ >
310
+ > Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
311
+ >
312
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
313
+ >
314
+ > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
315
+ >
316
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/index.d.ts ADDED
@@ -0,0 +1,5 @@
1
+ import { Parser } from "prettier";
2
+
3
+ export declare const parsers: {
4
+ hermes: Parser;
5
+ };