@typespec/prettier-plugin-typespec 0.59.0-dev.0 → 0.59.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/ThirdPartyNotices.txt +20 -19
- package/dist/index.js +44 -33
- package/dist/index.js.map +1 -1
- package/package.json +6 -7
package/ThirdPartyNotices.txt
CHANGED
|
@@ -8,7 +8,7 @@ original copyright notices and the licenses under which Microsoft received such
|
|
|
8
8
|
components are set forth below. Microsoft reserves all rights not expressly
|
|
9
9
|
granted herein, whether by implication, estoppel or otherwise.
|
|
10
10
|
|
|
11
|
-
1. prettier version 3.3.
|
|
11
|
+
1. prettier version 3.3.3 (prettier/prettier)
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
%% prettier NOTICES AND INFORMATION BEGIN HERE
|
|
@@ -32,7 +32,7 @@ MIT, ISC, BSD-2-Clause, BSD-3-Clause, Apache-2.0
|
|
|
32
32
|
|
|
33
33
|
## Bundled dependencies
|
|
34
34
|
|
|
35
|
-
### @angular/compiler@v18.0
|
|
35
|
+
### @angular/compiler@v18.1.0
|
|
36
36
|
|
|
37
37
|
> Angular - the compiler library
|
|
38
38
|
|
|
@@ -143,7 +143,7 @@ Author: The Babel Team (https://babel.dev/team)
|
|
|
143
143
|
|
|
144
144
|
----------------------------------------
|
|
145
145
|
|
|
146
|
-
### @babel/parser@v7.24.
|
|
146
|
+
### @babel/parser@v7.24.8
|
|
147
147
|
|
|
148
148
|
> A JavaScript parser
|
|
149
149
|
|
|
@@ -471,7 +471,7 @@ Author: Alex Bell <alex@bellandwhistle.net>
|
|
|
471
471
|
|
|
472
472
|
----------------------------------------
|
|
473
473
|
|
|
474
|
-
### @typescript-eslint/types@
|
|
474
|
+
### @typescript-eslint/types@v8.0.0-alpha.41
|
|
475
475
|
|
|
476
476
|
> Types for the TypeScript-ESTree AST spec
|
|
477
477
|
|
|
@@ -503,7 +503,7 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
|
|
|
503
503
|
|
|
504
504
|
----------------------------------------
|
|
505
505
|
|
|
506
|
-
### @typescript-eslint/typescript-estree@
|
|
506
|
+
### @typescript-eslint/typescript-estree@v8.0.0-alpha.41
|
|
507
507
|
|
|
508
508
|
> A parser that converts TypeScript source code into an ESTree compatible form
|
|
509
509
|
|
|
@@ -540,13 +540,13 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
|
|
|
540
540
|
|
|
541
541
|
----------------------------------------
|
|
542
542
|
|
|
543
|
-
### acorn@v8.
|
|
543
|
+
### acorn@v8.12.1
|
|
544
544
|
|
|
545
545
|
> ECMAScript parser
|
|
546
546
|
|
|
547
547
|
License: MIT
|
|
548
548
|
Homepage: <https://github.com/acornjs/acorn>
|
|
549
|
-
Repository: <https://github.com/acornjs/acorn.git>
|
|
549
|
+
Repository: <git+https://github.com/acornjs/acorn.git>
|
|
550
550
|
|
|
551
551
|
> MIT License
|
|
552
552
|
>
|
|
@@ -634,7 +634,7 @@ Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
|
|
|
634
634
|
|
|
635
635
|
----------------------------------------
|
|
636
636
|
|
|
637
|
-
### angular-html-parser@
|
|
637
|
+
### angular-html-parser@v6.0.2
|
|
638
638
|
|
|
639
639
|
> A HTML parser extracted from Angular with some modifications
|
|
640
640
|
|
|
@@ -643,19 +643,19 @@ Homepage: <https://github.com/prettier/angular-html-parser/blob/master/packages/
|
|
|
643
643
|
Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
|
|
644
644
|
|
|
645
645
|
> MIT License
|
|
646
|
-
>
|
|
646
|
+
>
|
|
647
647
|
> Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
|
|
648
|
-
>
|
|
648
|
+
>
|
|
649
649
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
650
650
|
> of this software and associated documentation files (the "Software"), to deal
|
|
651
651
|
> in the Software without restriction, including without limitation the rights
|
|
652
652
|
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
653
653
|
> copies of the Software, and to permit persons to whom the Software is
|
|
654
654
|
> furnished to do so, subject to the following conditions:
|
|
655
|
-
>
|
|
655
|
+
>
|
|
656
656
|
> The above copyright notice and this permission notice shall be included in all
|
|
657
657
|
> copies or substantial portions of the Software.
|
|
658
|
-
>
|
|
658
|
+
>
|
|
659
659
|
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
660
660
|
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
661
661
|
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
@@ -1182,7 +1182,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
|
1182
1182
|
|
|
1183
1183
|
----------------------------------------
|
|
1184
1184
|
|
|
1185
|
-
### espree@v10.0
|
|
1185
|
+
### espree@v10.1.0
|
|
1186
1186
|
|
|
1187
1187
|
> An Esprima-compatible JavaScript parser built on Acorn
|
|
1188
1188
|
|
|
@@ -1317,7 +1317,7 @@ Author: James Halliday <mail@substack.net> (http://substack.net)
|
|
|
1317
1317
|
|
|
1318
1318
|
----------------------------------------
|
|
1319
1319
|
|
|
1320
|
-
### fastq@v1.
|
|
1320
|
+
### fastq@v1.17.1
|
|
1321
1321
|
|
|
1322
1322
|
> Fast, in memory work queue
|
|
1323
1323
|
|
|
@@ -1620,7 +1620,7 @@ Contributors:
|
|
|
1620
1620
|
|
|
1621
1621
|
----------------------------------------
|
|
1622
1622
|
|
|
1623
|
-
### graphql@v16.
|
|
1623
|
+
### graphql@v16.9.0
|
|
1624
1624
|
|
|
1625
1625
|
> A Query Language and Runtime which can target any service.
|
|
1626
1626
|
|
|
@@ -2238,7 +2238,7 @@ Author: fisker Cheung <lionkay@gmail.com> (https://www.fiskercheung.com/)
|
|
|
2238
2238
|
|
|
2239
2239
|
----------------------------------------
|
|
2240
2240
|
|
|
2241
|
-
### jest-docblock@
|
|
2241
|
+
### jest-docblock@v30.0.0-alpha.5
|
|
2242
2242
|
|
|
2243
2243
|
License: MIT
|
|
2244
2244
|
Repository: <https://github.com/jestjs/jest.git>
|
|
@@ -2246,6 +2246,7 @@ Repository: <https://github.com/jestjs/jest.git>
|
|
|
2246
2246
|
> MIT License
|
|
2247
2247
|
>
|
|
2248
2248
|
> Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
2249
|
+
> Copyright Contributors to the Jest project.
|
|
2249
2250
|
>
|
|
2250
2251
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2251
2252
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2958,7 +2959,7 @@ Author: typicode
|
|
|
2958
2959
|
|
|
2959
2960
|
----------------------------------------
|
|
2960
2961
|
|
|
2961
|
-
### postcss@v8.4.
|
|
2962
|
+
### postcss@v8.4.39
|
|
2962
2963
|
|
|
2963
2964
|
> Tool for transforming styles with JS plugins
|
|
2964
2965
|
|
|
@@ -3700,7 +3701,7 @@ Author: JoshuaKGoldberg <npm@joshuakgoldberg.com>
|
|
|
3700
3701
|
|
|
3701
3702
|
----------------------------------------
|
|
3702
3703
|
|
|
3703
|
-
### typescript@v5.
|
|
3704
|
+
### typescript@v5.5.3
|
|
3704
3705
|
|
|
3705
3706
|
> TypeScript is a language for application scale JavaScript development
|
|
3706
3707
|
|
|
@@ -4375,7 +4376,7 @@ Author: Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
|
|
|
4375
4376
|
|
|
4376
4377
|
----------------------------------------
|
|
4377
4378
|
|
|
4378
|
-
### yocto-queue@v1.
|
|
4379
|
+
### yocto-queue@v1.1.1
|
|
4379
4380
|
|
|
4380
4381
|
> Tiny queue data structure
|
|
4381
4382
|
|