prettier 2.8.4 → 2.8.6
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 +13 -13
- package/esm/parser-babel.mjs +20 -20
- package/esm/parser-espree.mjs +20 -20
- package/esm/parser-flow.mjs +26 -26
- package/esm/parser-html.mjs +1 -1
- package/esm/parser-markdown.mjs +1 -1
- package/esm/parser-meriyah.mjs +14 -14
- package/esm/parser-typescript.mjs +40 -248
- package/esm/standalone.mjs +3 -3
- package/index.js +12 -5
- package/package.json +1 -1
- package/parser-babel.js +21 -21
- package/parser-espree.js +19 -19
- package/parser-flow.js +26 -26
- package/parser-html.js +1 -1
- package/parser-markdown.js +1 -1
- package/parser-meriyah.js +14 -14
- package/parser-typescript.js +40 -248
- package/standalone.js +3 -3
package/LICENSE
CHANGED
|
@@ -118,7 +118,7 @@ Repository: <https://github.com/babel/babel.git>
|
|
|
118
118
|
|
|
119
119
|
----------------------------------------
|
|
120
120
|
|
|
121
|
-
### @babel/parser@v7.
|
|
121
|
+
### @babel/parser@v7.21.3
|
|
122
122
|
|
|
123
123
|
License: MIT
|
|
124
124
|
By: The Babel Team
|
|
@@ -337,14 +337,14 @@ License: MIT
|
|
|
337
337
|
|
|
338
338
|
----------------------------------------
|
|
339
339
|
|
|
340
|
-
### @typescript-eslint/types@v5.
|
|
340
|
+
### @typescript-eslint/types@v5.55.0
|
|
341
341
|
|
|
342
342
|
License: MIT
|
|
343
343
|
Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
|
|
344
344
|
|
|
345
345
|
> MIT License
|
|
346
346
|
>
|
|
347
|
-
> Copyright (c) 2019
|
|
347
|
+
> Copyright (c) 2019 typescript-eslint and other contributors
|
|
348
348
|
>
|
|
349
349
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
350
350
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -366,7 +366,7 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
|
|
|
366
366
|
|
|
367
367
|
----------------------------------------
|
|
368
368
|
|
|
369
|
-
### @typescript-eslint/typescript-estree@v5.
|
|
369
|
+
### @typescript-eslint/typescript-estree@v5.55.0
|
|
370
370
|
|
|
371
371
|
License: BSD-2-Clause
|
|
372
372
|
Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
|
|
@@ -381,11 +381,11 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
|
|
|
381
381
|
> Redistribution and use in source and binary forms, with or without
|
|
382
382
|
> modification, are permitted provided that the following conditions are met:
|
|
383
383
|
>
|
|
384
|
-
>
|
|
385
|
-
>
|
|
386
|
-
>
|
|
387
|
-
>
|
|
388
|
-
>
|
|
384
|
+
> - Redistributions of source code must retain the above copyright
|
|
385
|
+
> notice, this list of conditions and the following disclaimer.
|
|
386
|
+
> - Redistributions in binary form must reproduce the above copyright
|
|
387
|
+
> notice, this list of conditions and the following disclaimer in the
|
|
388
|
+
> documentation and/or other materials provided with the distribution.
|
|
389
389
|
>
|
|
390
390
|
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
391
391
|
> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
@@ -400,14 +400,14 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
|
|
|
400
400
|
|
|
401
401
|
----------------------------------------
|
|
402
402
|
|
|
403
|
-
### @typescript-eslint/visitor-keys@v5.
|
|
403
|
+
### @typescript-eslint/visitor-keys@v5.55.0
|
|
404
404
|
|
|
405
405
|
License: MIT
|
|
406
406
|
Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
|
|
407
407
|
|
|
408
408
|
> MIT License
|
|
409
409
|
>
|
|
410
|
-
> Copyright (c) 2019
|
|
410
|
+
> Copyright (c) 2019 typescript-eslint and other contributors
|
|
411
411
|
>
|
|
412
412
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
413
413
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1392,7 +1392,7 @@ Repository: <git://github.com/editorconfig/editorconfig-core-js.git>
|
|
|
1392
1392
|
|
|
1393
1393
|
----------------------------------------
|
|
1394
1394
|
|
|
1395
|
-
### editorconfig-to-prettier@
|
|
1395
|
+
### editorconfig-to-prettier@v1.0.0
|
|
1396
1396
|
|
|
1397
1397
|
License: ISC
|
|
1398
1398
|
By: Joseph Frazier
|
|
@@ -5322,7 +5322,7 @@ Repository: <https://github.com/ajafff/tsutils>
|
|
|
5322
5322
|
|
|
5323
5323
|
----------------------------------------
|
|
5324
5324
|
|
|
5325
|
-
### typescript@
|
|
5325
|
+
### typescript@v5.0.2
|
|
5326
5326
|
|
|
5327
5327
|
License: Apache-2.0
|
|
5328
5328
|
By: Microsoft Corp.
|