prettier 2.8.3 → 2.8.5
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 -43
- package/cli.js +1 -1
- 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 +56 -56
- package/index.js +54 -39
- 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 +63 -63
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
|
|
@@ -2458,36 +2458,6 @@ By: Titus Wormer
|
|
|
2458
2458
|
|
|
2459
2459
|
----------------------------------------
|
|
2460
2460
|
|
|
2461
|
-
### html-void-elements@v2.0.1
|
|
2462
|
-
|
|
2463
|
-
License: MIT
|
|
2464
|
-
By: Titus Wormer
|
|
2465
|
-
|
|
2466
|
-
> (The MIT License)
|
|
2467
|
-
>
|
|
2468
|
-
> Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
2469
|
-
>
|
|
2470
|
-
> Permission is hereby granted, free of charge, to any person obtaining
|
|
2471
|
-
> a copy of this software and associated documentation files (the
|
|
2472
|
-
> 'Software'), to deal in the Software without restriction, including
|
|
2473
|
-
> without limitation the rights to use, copy, modify, merge, publish,
|
|
2474
|
-
> distribute, sublicense, and/or sell copies of the Software, and to
|
|
2475
|
-
> permit persons to whom the Software is furnished to do so, subject to
|
|
2476
|
-
> the following conditions:
|
|
2477
|
-
>
|
|
2478
|
-
> The above copyright notice and this permission notice shall be
|
|
2479
|
-
> included in all copies or substantial portions of the Software.
|
|
2480
|
-
>
|
|
2481
|
-
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
2482
|
-
> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
2483
|
-
> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
2484
|
-
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
2485
|
-
> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
2486
|
-
> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
2487
|
-
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2488
|
-
|
|
2489
|
-
----------------------------------------
|
|
2490
|
-
|
|
2491
2461
|
### human-signals@v3.0.1
|
|
2492
2462
|
|
|
2493
2463
|
License: Apache-2.0
|
|
@@ -5352,7 +5322,7 @@ Repository: <https://github.com/ajafff/tsutils>
|
|
|
5352
5322
|
|
|
5353
5323
|
----------------------------------------
|
|
5354
5324
|
|
|
5355
|
-
### typescript@
|
|
5325
|
+
### typescript@v5.0.2
|
|
5356
5326
|
|
|
5357
5327
|
License: Apache-2.0
|
|
5358
5328
|
By: Microsoft Corp.
|
package/cli.js
CHANGED
|
@@ -9408,7 +9408,7 @@ var require_expand_patterns = __commonJS2({
|
|
|
9408
9408
|
}
|
|
9409
9409
|
}
|
|
9410
9410
|
async function* expandPatternsInternal(context) {
|
|
9411
|
-
const silentlyIgnoredDirs = [".git", ".svn", ".hg"];
|
|
9411
|
+
const silentlyIgnoredDirs = [".git", ".sl", ".svn", ".hg"];
|
|
9412
9412
|
if (context.argv.withNodeModules !== true) {
|
|
9413
9413
|
silentlyIgnoredDirs.push("node_modules");
|
|
9414
9414
|
}
|