prettier 2.8.0 → 2.8.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 +3 -3
- package/esm/parser-babel.mjs +15 -15
- package/esm/parser-espree.mjs +14 -14
- package/esm/parser-flow.mjs +11 -11
- package/esm/parser-html.mjs +1 -1
- package/esm/parser-markdown.mjs +1 -1
- package/esm/parser-meriyah.mjs +5 -5
- package/esm/parser-postcss.mjs +16 -16
- package/esm/parser-typescript.mjs +38 -38
- package/esm/standalone.mjs +46 -46
- package/index.js +10 -6
- package/package.json +1 -1
- package/parser-babel.js +16 -16
- package/parser-espree.js +14 -14
- package/parser-flow.js +11 -11
- package/parser-html.js +1 -1
- package/parser-markdown.js +1 -1
- package/parser-meriyah.js +5 -5
- package/parser-postcss.js +27 -27
- package/parser-typescript.js +37 -37
- package/standalone.js +41 -41
package/LICENSE
CHANGED
|
@@ -337,7 +337,7 @@ License: MIT
|
|
|
337
337
|
|
|
338
338
|
----------------------------------------
|
|
339
339
|
|
|
340
|
-
### @typescript-eslint/types@v5.
|
|
340
|
+
### @typescript-eslint/types@v5.45.0
|
|
341
341
|
|
|
342
342
|
License: MIT
|
|
343
343
|
Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
|
|
@@ -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.45.0
|
|
370
370
|
|
|
371
371
|
License: BSD-2-Clause
|
|
372
372
|
Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
|
|
@@ -400,7 +400,7 @@ 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.45.0
|
|
404
404
|
|
|
405
405
|
License: MIT
|
|
406
406
|
Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
|