@schemastore/vs-nesting 0.0.4 → 0.0.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 +21 -0
- package/README.md +2 -2
- package/index.d.ts +10 -10
- package/package.json +4 -4
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) Florian Imdahl. All rights reserved.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE
|
package/README.md
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
This package contains type definitions for vs-nesting.
|
|
6
6
|
|
|
7
7
|
## Details
|
|
8
|
-
Files were exported from https://github.com/ffflorian/schemastore-updater/tree/
|
|
8
|
+
Files were exported from https://github.com/ffflorian/schemastore-updater/tree/main/schemas/vs-nesting.
|
|
9
9
|
|
|
10
10
|
## Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Fri, Feb 24, 2023, 11:23:42 GMT
|
|
12
12
|
* Dependencies: none
|
package/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*
|
|
1
|
+
/* eslint-disable */
|
|
2
2
|
/**
|
|
3
3
|
* This file was automatically generated by json-schema-to-typescript.
|
|
4
4
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
@@ -22,16 +22,16 @@ export interface JSONSchemaForVisualStudioSFileNestingFeature {
|
|
|
22
22
|
* Remove specified nesting rules if they are merged from higher level nesting settings.
|
|
23
23
|
*/
|
|
24
24
|
remove?: Providers | "*";
|
|
25
|
-
[k: string]:
|
|
25
|
+
[k: string]: unknown;
|
|
26
26
|
};
|
|
27
|
-
[k: string]:
|
|
27
|
+
[k: string]: unknown;
|
|
28
28
|
}
|
|
29
29
|
export interface Providers {
|
|
30
30
|
/**
|
|
31
31
|
* If this exist, files with an additional extension should nest under file without additional extension. Example: file.html.css nest under file.html
|
|
32
32
|
*/
|
|
33
33
|
addedExtension?: {
|
|
34
|
-
[k: string]:
|
|
34
|
+
[k: string]: unknown;
|
|
35
35
|
};
|
|
36
36
|
/**
|
|
37
37
|
* If this exists, files with "extra" extension part in the file name should nest under files without it, but having same name and last extension. Example: file.min.js nest under file.js.
|
|
@@ -42,7 +42,7 @@ export interface Providers {
|
|
|
42
42
|
*/
|
|
43
43
|
add?: {
|
|
44
44
|
".*"?: FileExtension[];
|
|
45
|
-
[k: string]:
|
|
45
|
+
[k: string]: unknown;
|
|
46
46
|
};
|
|
47
47
|
/**
|
|
48
48
|
* Remove specified nesting rules if they are merged from higher level nesting settings.
|
|
@@ -101,7 +101,7 @@ export interface Providers {
|
|
|
101
101
|
*/
|
|
102
102
|
add?: {
|
|
103
103
|
".*"?: FileExtension[];
|
|
104
|
-
[k: string]:
|
|
104
|
+
[k: string]: unknown;
|
|
105
105
|
};
|
|
106
106
|
/**
|
|
107
107
|
* Remove specified nesting rules if they are merged from higher level nesting settings.
|
|
@@ -109,14 +109,14 @@ export interface Providers {
|
|
|
109
109
|
remove?:
|
|
110
110
|
| {
|
|
111
111
|
".*"?: FileExtension[];
|
|
112
|
-
[k: string]:
|
|
112
|
+
[k: string]: unknown;
|
|
113
113
|
}
|
|
114
114
|
| "*";
|
|
115
115
|
};
|
|
116
|
-
[k: string]:
|
|
116
|
+
[k: string]: unknown;
|
|
117
117
|
}
|
|
118
118
|
export interface FileExtension {
|
|
119
|
-
[k: string]:
|
|
119
|
+
[k: string]: unknown;
|
|
120
120
|
}
|
|
121
121
|
export interface ExtExt {
|
|
122
122
|
/**
|
|
@@ -133,7 +133,7 @@ export interface FileFile {
|
|
|
133
133
|
[k: string]: FileName[];
|
|
134
134
|
}
|
|
135
135
|
export interface FileName {
|
|
136
|
-
[k: string]:
|
|
136
|
+
[k: string]: unknown;
|
|
137
137
|
}
|
|
138
138
|
export interface FileExt {
|
|
139
139
|
/**
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"author": "Florian
|
|
2
|
+
"author": "Florian Imdahl <git@ffflorian.de>",
|
|
3
3
|
"dependencies": {},
|
|
4
4
|
"description": "TypeScript definitions for vs-nesting.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "index.d.ts",
|
|
7
7
|
"name": "@schemastore/vs-nesting",
|
|
8
|
-
"repository": "https://github.com/ffflorian/schemastore-updater/tree/
|
|
8
|
+
"repository": "https://github.com/ffflorian/schemastore-updater/tree/main/schemas/vs-nesting",
|
|
9
9
|
"scripts": {},
|
|
10
|
-
"typesPublisherContentHash": "
|
|
10
|
+
"typesPublisherContentHash": "cd9760a7d6d4224e183e3d5b362ccf8bca0cda387a363b6d6fbad583a8bed737",
|
|
11
11
|
"types": "index.d.ts",
|
|
12
|
-
"version": "0.0.
|
|
12
|
+
"version": "0.0.6",
|
|
13
13
|
"typeScriptVersion": "2.2"
|
|
14
14
|
}
|