@tsonic/microsoft-extensions 10.0.39 → 10.0.41
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/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +11 -10
- package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +10 -12
- package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +38 -40
- package/Microsoft.Extensions.Configuration/internal/index.d.ts +69 -71
- package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +6 -5
- package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +6 -5
- package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +4 -3
- package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +5 -4
- package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +6 -5
- package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +5 -4
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +103 -102
- package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +24 -23
- package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +22 -21
- package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +30 -32
- package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.FileProviders/internal/index.d.ts +6 -5
- package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +6 -5
- package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +9 -8
- package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +9 -8
- package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +5 -4
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +4 -3
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +230 -230
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +45 -44
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.d.ts +2 -2
- package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +30 -29
- package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Http/internal/index.d.ts +5 -4
- package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +12 -11
- package/Microsoft.Extensions.Internal/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Localization/internal/index.d.ts +15 -14
- package/Microsoft.Extensions.Logging/internal/index.d.ts +78 -77
- package/Microsoft.Extensions.Logging.Abstractions/bindings.json +4 -1
- package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +13 -12
- package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +15 -17
- package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +12 -11
- package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +3 -2
- package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +4 -3
- package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +4 -3
- package/Microsoft.Extensions.Options/internal/index.d.ts +104 -103
- package/Microsoft.Extensions.Primitives/bindings.json +0 -20
- package/Microsoft.Extensions.Primitives/internal/index.d.ts +30 -33
- package/Microsoft.Extensions.Primitives.d.ts +1 -1
- package/Microsoft.Extensions.Validation/internal/index.d.ts +14 -16
- package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +5 -4
- package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +2 -4
- package/README.md +45 -15
- package/System.Diagnostics/internal/index.d.ts +11 -10
- package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +7 -6
- package/System.Net.Http/internal/index.d.ts +3 -2
- package/System.Security.Cryptography/internal/index.d.ts +5 -4
- package/System.Security.Cryptography.Pkcs/internal/index.d.ts +48 -50
- package/System.Security.Cryptography.Xml/internal/index.d.ts +148 -150
- package/__internal/extensions/index.d.ts +186 -188
- package/package.json +3 -3
|
@@ -4,236 +4,6 @@
|
|
|
4
4
|
"Microsoft.Extensions.FileSystemGlobbing"
|
|
5
5
|
],
|
|
6
6
|
"types": [
|
|
7
|
-
{
|
|
8
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
9
|
-
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
10
|
-
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
11
|
-
"metadataToken": 0,
|
|
12
|
-
"kind": "Struct",
|
|
13
|
-
"accessibility": "Public",
|
|
14
|
-
"isAbstract": false,
|
|
15
|
-
"isSealed": true,
|
|
16
|
-
"isStatic": false,
|
|
17
|
-
"arity": 0,
|
|
18
|
-
"baseType": {
|
|
19
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
20
|
-
"clrName": "System.ValueType"
|
|
21
|
-
},
|
|
22
|
-
"methods": [],
|
|
23
|
-
"properties": [
|
|
24
|
-
{
|
|
25
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::StemItems:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
26
|
-
"clrName": "StemItems",
|
|
27
|
-
"metadataToken": 385876021,
|
|
28
|
-
"canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
29
|
-
"normalizedSignature": "StemItems|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
30
|
-
"emitScope": "ClassSurface",
|
|
31
|
-
"provenance": "Original",
|
|
32
|
-
"isIndexer": false,
|
|
33
|
-
"hasGetter": true,
|
|
34
|
-
"hasSetter": false,
|
|
35
|
-
"isStatic": false,
|
|
36
|
-
"isAbstract": false,
|
|
37
|
-
"isVirtual": false,
|
|
38
|
-
"isOverride": false,
|
|
39
|
-
"visibility": "Public",
|
|
40
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
41
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::Stem:System.String",
|
|
45
|
-
"clrName": "Stem",
|
|
46
|
-
"metadataToken": 385876022,
|
|
47
|
-
"canonicalSignature": ":System.String",
|
|
48
|
-
"normalizedSignature": "Stem|:System.String|static=false|accessor=get",
|
|
49
|
-
"emitScope": "ClassSurface",
|
|
50
|
-
"provenance": "Original",
|
|
51
|
-
"isIndexer": false,
|
|
52
|
-
"hasGetter": true,
|
|
53
|
-
"hasSetter": false,
|
|
54
|
-
"isStatic": false,
|
|
55
|
-
"isAbstract": false,
|
|
56
|
-
"isVirtual": false,
|
|
57
|
-
"isOverride": false,
|
|
58
|
-
"visibility": "Public",
|
|
59
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
60
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
61
|
-
}
|
|
62
|
-
],
|
|
63
|
-
"fields": [
|
|
64
|
-
{
|
|
65
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::IsNotApplicableSystem.Boolean",
|
|
66
|
-
"clrName": "IsNotApplicable",
|
|
67
|
-
"metadataToken": 67108939,
|
|
68
|
-
"normalizedSignature": "IsNotApplicable|System.Boolean|static=false|const=false",
|
|
69
|
-
"isStatic": false,
|
|
70
|
-
"isReadOnly": false,
|
|
71
|
-
"isLiteral": false,
|
|
72
|
-
"visibility": "Public",
|
|
73
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
74
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::SegmentIndexSystem.Int32",
|
|
78
|
-
"clrName": "SegmentIndex",
|
|
79
|
-
"metadataToken": 67108940,
|
|
80
|
-
"normalizedSignature": "SegmentIndex|System.Int32|static=false|const=false",
|
|
81
|
-
"isStatic": false,
|
|
82
|
-
"isReadOnly": false,
|
|
83
|
-
"isLiteral": false,
|
|
84
|
-
"visibility": "Public",
|
|
85
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
86
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::InStemSystem.Boolean",
|
|
90
|
-
"clrName": "InStem",
|
|
91
|
-
"metadataToken": 67108941,
|
|
92
|
-
"normalizedSignature": "InStem|System.Boolean|static=false|const=false",
|
|
93
|
-
"isStatic": false,
|
|
94
|
-
"isReadOnly": false,
|
|
95
|
-
"isLiteral": false,
|
|
96
|
-
"visibility": "Public",
|
|
97
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
98
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
99
|
-
}
|
|
100
|
-
],
|
|
101
|
-
"events": [],
|
|
102
|
-
"constructors": []
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
106
|
-
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
107
|
-
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
108
|
-
"metadataToken": 0,
|
|
109
|
-
"kind": "Struct",
|
|
110
|
-
"accessibility": "Public",
|
|
111
|
-
"isAbstract": false,
|
|
112
|
-
"isSealed": true,
|
|
113
|
-
"isStatic": false,
|
|
114
|
-
"arity": 0,
|
|
115
|
-
"baseType": {
|
|
116
|
-
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
117
|
-
"clrName": "System.ValueType"
|
|
118
|
-
},
|
|
119
|
-
"methods": [],
|
|
120
|
-
"properties": [
|
|
121
|
-
{
|
|
122
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::StemItems:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
123
|
-
"clrName": "StemItems",
|
|
124
|
-
"metadataToken": 385876023,
|
|
125
|
-
"canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
126
|
-
"normalizedSignature": "StemItems|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
127
|
-
"emitScope": "ClassSurface",
|
|
128
|
-
"provenance": "Original",
|
|
129
|
-
"isIndexer": false,
|
|
130
|
-
"hasGetter": true,
|
|
131
|
-
"hasSetter": false,
|
|
132
|
-
"isStatic": false,
|
|
133
|
-
"isAbstract": false,
|
|
134
|
-
"isVirtual": false,
|
|
135
|
-
"isOverride": false,
|
|
136
|
-
"visibility": "Public",
|
|
137
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
138
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::Stem:System.String",
|
|
142
|
-
"clrName": "Stem",
|
|
143
|
-
"metadataToken": 385876024,
|
|
144
|
-
"canonicalSignature": ":System.String",
|
|
145
|
-
"normalizedSignature": "Stem|:System.String|static=false|accessor=get",
|
|
146
|
-
"emitScope": "ClassSurface",
|
|
147
|
-
"provenance": "Original",
|
|
148
|
-
"isIndexer": false,
|
|
149
|
-
"hasGetter": true,
|
|
150
|
-
"hasSetter": false,
|
|
151
|
-
"isStatic": false,
|
|
152
|
-
"isAbstract": false,
|
|
153
|
-
"isVirtual": false,
|
|
154
|
-
"isOverride": false,
|
|
155
|
-
"visibility": "Public",
|
|
156
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
157
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
158
|
-
}
|
|
159
|
-
],
|
|
160
|
-
"fields": [
|
|
161
|
-
{
|
|
162
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::IsNotApplicableSystem.Boolean",
|
|
163
|
-
"clrName": "IsNotApplicable",
|
|
164
|
-
"metadataToken": 67108943,
|
|
165
|
-
"normalizedSignature": "IsNotApplicable|System.Boolean|static=false|const=false",
|
|
166
|
-
"isStatic": false,
|
|
167
|
-
"isReadOnly": false,
|
|
168
|
-
"isLiteral": false,
|
|
169
|
-
"visibility": "Public",
|
|
170
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
171
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
172
|
-
},
|
|
173
|
-
{
|
|
174
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::SegmentGroupIndexSystem.Int32",
|
|
175
|
-
"clrName": "SegmentGroupIndex",
|
|
176
|
-
"metadataToken": 67108944,
|
|
177
|
-
"normalizedSignature": "SegmentGroupIndex|System.Int32|static=false|const=false",
|
|
178
|
-
"isStatic": false,
|
|
179
|
-
"isReadOnly": false,
|
|
180
|
-
"isLiteral": false,
|
|
181
|
-
"visibility": "Public",
|
|
182
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
183
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::SegmentGroupSystem.Collections.Generic.IList\u00601[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment, Microsoft.Extensions.FileSystemGlobbing, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]]",
|
|
187
|
-
"clrName": "SegmentGroup",
|
|
188
|
-
"metadataToken": 67108945,
|
|
189
|
-
"normalizedSignature": "SegmentGroup|System.Collections.Generic.IList\u00601[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment, Microsoft.Extensions.FileSystemGlobbing, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]]|static=false|const=false",
|
|
190
|
-
"isStatic": false,
|
|
191
|
-
"isReadOnly": false,
|
|
192
|
-
"isLiteral": false,
|
|
193
|
-
"visibility": "Public",
|
|
194
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
195
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::BacktrackAvailableSystem.Int32",
|
|
199
|
-
"clrName": "BacktrackAvailable",
|
|
200
|
-
"metadataToken": 67108946,
|
|
201
|
-
"normalizedSignature": "BacktrackAvailable|System.Int32|static=false|const=false",
|
|
202
|
-
"isStatic": false,
|
|
203
|
-
"isReadOnly": false,
|
|
204
|
-
"isLiteral": false,
|
|
205
|
-
"visibility": "Public",
|
|
206
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
207
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
208
|
-
},
|
|
209
|
-
{
|
|
210
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::SegmentIndexSystem.Int32",
|
|
211
|
-
"clrName": "SegmentIndex",
|
|
212
|
-
"metadataToken": 67108947,
|
|
213
|
-
"normalizedSignature": "SegmentIndex|System.Int32|static=false|const=false",
|
|
214
|
-
"isStatic": false,
|
|
215
|
-
"isReadOnly": false,
|
|
216
|
-
"isLiteral": false,
|
|
217
|
-
"visibility": "Public",
|
|
218
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
219
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::InStemSystem.Boolean",
|
|
223
|
-
"clrName": "InStem",
|
|
224
|
-
"metadataToken": 67108948,
|
|
225
|
-
"normalizedSignature": "InStem|System.Boolean|static=false|const=false",
|
|
226
|
-
"isStatic": false,
|
|
227
|
-
"isReadOnly": false,
|
|
228
|
-
"isLiteral": false,
|
|
229
|
-
"visibility": "Public",
|
|
230
|
-
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
231
|
-
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
232
|
-
}
|
|
233
|
-
],
|
|
234
|
-
"events": [],
|
|
235
|
-
"constructors": []
|
|
236
|
-
},
|
|
237
7
|
{
|
|
238
8
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext\u00601",
|
|
239
9
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContext\u00601",
|
|
@@ -823,6 +593,103 @@
|
|
|
823
593
|
}
|
|
824
594
|
]
|
|
825
595
|
},
|
|
596
|
+
{
|
|
597
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
598
|
+
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
599
|
+
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
600
|
+
"metadataToken": 0,
|
|
601
|
+
"kind": "Struct",
|
|
602
|
+
"accessibility": "Public",
|
|
603
|
+
"isAbstract": false,
|
|
604
|
+
"isSealed": true,
|
|
605
|
+
"isStatic": false,
|
|
606
|
+
"arity": 0,
|
|
607
|
+
"baseType": {
|
|
608
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
609
|
+
"clrName": "System.ValueType"
|
|
610
|
+
},
|
|
611
|
+
"methods": [],
|
|
612
|
+
"properties": [
|
|
613
|
+
{
|
|
614
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::StemItems:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
615
|
+
"clrName": "StemItems",
|
|
616
|
+
"metadataToken": 385876021,
|
|
617
|
+
"canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
618
|
+
"normalizedSignature": "StemItems|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
619
|
+
"emitScope": "ClassSurface",
|
|
620
|
+
"provenance": "Original",
|
|
621
|
+
"isIndexer": false,
|
|
622
|
+
"hasGetter": true,
|
|
623
|
+
"hasSetter": false,
|
|
624
|
+
"isStatic": false,
|
|
625
|
+
"isAbstract": false,
|
|
626
|
+
"isVirtual": false,
|
|
627
|
+
"isOverride": false,
|
|
628
|
+
"visibility": "Public",
|
|
629
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
630
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::Stem:System.String",
|
|
634
|
+
"clrName": "Stem",
|
|
635
|
+
"metadataToken": 385876022,
|
|
636
|
+
"canonicalSignature": ":System.String",
|
|
637
|
+
"normalizedSignature": "Stem|:System.String|static=false|accessor=get",
|
|
638
|
+
"emitScope": "ClassSurface",
|
|
639
|
+
"provenance": "Original",
|
|
640
|
+
"isIndexer": false,
|
|
641
|
+
"hasGetter": true,
|
|
642
|
+
"hasSetter": false,
|
|
643
|
+
"isStatic": false,
|
|
644
|
+
"isAbstract": false,
|
|
645
|
+
"isVirtual": false,
|
|
646
|
+
"isOverride": false,
|
|
647
|
+
"visibility": "Public",
|
|
648
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
649
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
650
|
+
}
|
|
651
|
+
],
|
|
652
|
+
"fields": [
|
|
653
|
+
{
|
|
654
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::IsNotApplicableSystem.Boolean",
|
|
655
|
+
"clrName": "IsNotApplicable",
|
|
656
|
+
"metadataToken": 67108939,
|
|
657
|
+
"normalizedSignature": "IsNotApplicable|System.Boolean|static=false|const=false",
|
|
658
|
+
"isStatic": false,
|
|
659
|
+
"isReadOnly": false,
|
|
660
|
+
"isLiteral": false,
|
|
661
|
+
"visibility": "Public",
|
|
662
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
663
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::SegmentIndexSystem.Int32",
|
|
667
|
+
"clrName": "SegmentIndex",
|
|
668
|
+
"metadataToken": 67108940,
|
|
669
|
+
"normalizedSignature": "SegmentIndex|System.Int32|static=false|const=false",
|
|
670
|
+
"isStatic": false,
|
|
671
|
+
"isReadOnly": false,
|
|
672
|
+
"isLiteral": false,
|
|
673
|
+
"visibility": "Public",
|
|
674
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
675
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData::InStemSystem.Boolean",
|
|
679
|
+
"clrName": "InStem",
|
|
680
|
+
"metadataToken": 67108941,
|
|
681
|
+
"normalizedSignature": "InStem|System.Boolean|static=false|const=false",
|
|
682
|
+
"isStatic": false,
|
|
683
|
+
"isReadOnly": false,
|
|
684
|
+
"isLiteral": false,
|
|
685
|
+
"visibility": "Public",
|
|
686
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinear\u002BFrameData",
|
|
687
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
688
|
+
}
|
|
689
|
+
],
|
|
690
|
+
"events": [],
|
|
691
|
+
"constructors": []
|
|
692
|
+
},
|
|
826
693
|
{
|
|
827
694
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude",
|
|
828
695
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextLinearExclude",
|
|
@@ -1561,6 +1428,139 @@
|
|
|
1561
1428
|
}
|
|
1562
1429
|
]
|
|
1563
1430
|
},
|
|
1431
|
+
{
|
|
1432
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
1433
|
+
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
1434
|
+
"assemblyName": "Microsoft.Extensions.FileSystemGlobbing",
|
|
1435
|
+
"metadataToken": 0,
|
|
1436
|
+
"kind": "Struct",
|
|
1437
|
+
"accessibility": "Public",
|
|
1438
|
+
"isAbstract": false,
|
|
1439
|
+
"isSealed": true,
|
|
1440
|
+
"isStatic": false,
|
|
1441
|
+
"arity": 0,
|
|
1442
|
+
"baseType": {
|
|
1443
|
+
"stableId": "System.Private.CoreLib:System.ValueType",
|
|
1444
|
+
"clrName": "System.ValueType"
|
|
1445
|
+
},
|
|
1446
|
+
"methods": [],
|
|
1447
|
+
"properties": [
|
|
1448
|
+
{
|
|
1449
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::StemItems:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1450
|
+
"clrName": "StemItems",
|
|
1451
|
+
"metadataToken": 385876023,
|
|
1452
|
+
"canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
1453
|
+
"normalizedSignature": "StemItems|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
|
|
1454
|
+
"emitScope": "ClassSurface",
|
|
1455
|
+
"provenance": "Original",
|
|
1456
|
+
"isIndexer": false,
|
|
1457
|
+
"hasGetter": true,
|
|
1458
|
+
"hasSetter": false,
|
|
1459
|
+
"isStatic": false,
|
|
1460
|
+
"isAbstract": false,
|
|
1461
|
+
"isVirtual": false,
|
|
1462
|
+
"isOverride": false,
|
|
1463
|
+
"visibility": "Public",
|
|
1464
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
1465
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::Stem:System.String",
|
|
1469
|
+
"clrName": "Stem",
|
|
1470
|
+
"metadataToken": 385876024,
|
|
1471
|
+
"canonicalSignature": ":System.String",
|
|
1472
|
+
"normalizedSignature": "Stem|:System.String|static=false|accessor=get",
|
|
1473
|
+
"emitScope": "ClassSurface",
|
|
1474
|
+
"provenance": "Original",
|
|
1475
|
+
"isIndexer": false,
|
|
1476
|
+
"hasGetter": true,
|
|
1477
|
+
"hasSetter": false,
|
|
1478
|
+
"isStatic": false,
|
|
1479
|
+
"isAbstract": false,
|
|
1480
|
+
"isVirtual": false,
|
|
1481
|
+
"isOverride": false,
|
|
1482
|
+
"visibility": "Public",
|
|
1483
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
1484
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
1485
|
+
}
|
|
1486
|
+
],
|
|
1487
|
+
"fields": [
|
|
1488
|
+
{
|
|
1489
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::IsNotApplicableSystem.Boolean",
|
|
1490
|
+
"clrName": "IsNotApplicable",
|
|
1491
|
+
"metadataToken": 67108943,
|
|
1492
|
+
"normalizedSignature": "IsNotApplicable|System.Boolean|static=false|const=false",
|
|
1493
|
+
"isStatic": false,
|
|
1494
|
+
"isReadOnly": false,
|
|
1495
|
+
"isLiteral": false,
|
|
1496
|
+
"visibility": "Public",
|
|
1497
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
1498
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::SegmentGroupIndexSystem.Int32",
|
|
1502
|
+
"clrName": "SegmentGroupIndex",
|
|
1503
|
+
"metadataToken": 67108944,
|
|
1504
|
+
"normalizedSignature": "SegmentGroupIndex|System.Int32|static=false|const=false",
|
|
1505
|
+
"isStatic": false,
|
|
1506
|
+
"isReadOnly": false,
|
|
1507
|
+
"isLiteral": false,
|
|
1508
|
+
"visibility": "Public",
|
|
1509
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
1510
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::SegmentGroupSystem.Collections.Generic.IList\u00601[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment, Microsoft.Extensions.FileSystemGlobbing, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]]",
|
|
1514
|
+
"clrName": "SegmentGroup",
|
|
1515
|
+
"metadataToken": 67108945,
|
|
1516
|
+
"normalizedSignature": "SegmentGroup|System.Collections.Generic.IList\u00601[[Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment, Microsoft.Extensions.FileSystemGlobbing, Version=10.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60]]|static=false|const=false",
|
|
1517
|
+
"isStatic": false,
|
|
1518
|
+
"isReadOnly": false,
|
|
1519
|
+
"isLiteral": false,
|
|
1520
|
+
"visibility": "Public",
|
|
1521
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
1522
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
1523
|
+
},
|
|
1524
|
+
{
|
|
1525
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::BacktrackAvailableSystem.Int32",
|
|
1526
|
+
"clrName": "BacktrackAvailable",
|
|
1527
|
+
"metadataToken": 67108946,
|
|
1528
|
+
"normalizedSignature": "BacktrackAvailable|System.Int32|static=false|const=false",
|
|
1529
|
+
"isStatic": false,
|
|
1530
|
+
"isReadOnly": false,
|
|
1531
|
+
"isLiteral": false,
|
|
1532
|
+
"visibility": "Public",
|
|
1533
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
1534
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::SegmentIndexSystem.Int32",
|
|
1538
|
+
"clrName": "SegmentIndex",
|
|
1539
|
+
"metadataToken": 67108947,
|
|
1540
|
+
"normalizedSignature": "SegmentIndex|System.Int32|static=false|const=false",
|
|
1541
|
+
"isStatic": false,
|
|
1542
|
+
"isReadOnly": false,
|
|
1543
|
+
"isLiteral": false,
|
|
1544
|
+
"visibility": "Public",
|
|
1545
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
1546
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData::InStemSystem.Boolean",
|
|
1550
|
+
"clrName": "InStem",
|
|
1551
|
+
"metadataToken": 67108948,
|
|
1552
|
+
"normalizedSignature": "InStem|System.Boolean|static=false|const=false",
|
|
1553
|
+
"isStatic": false,
|
|
1554
|
+
"isReadOnly": false,
|
|
1555
|
+
"isLiteral": false,
|
|
1556
|
+
"visibility": "Public",
|
|
1557
|
+
"declaringClrType": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRagged\u002BFrameData",
|
|
1558
|
+
"declaringAssemblyName": "Microsoft.Extensions.FileSystemGlobbing"
|
|
1559
|
+
}
|
|
1560
|
+
],
|
|
1561
|
+
"events": [],
|
|
1562
|
+
"constructors": []
|
|
1563
|
+
},
|
|
1564
1564
|
{
|
|
1565
1565
|
"stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude",
|
|
1566
1566
|
"clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.PatternContextRaggedExclude",
|
package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts
CHANGED
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts
|
|
3
3
|
// Assembly: Microsoft.Extensions.FileSystemGlobbing
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { DirectoryInfoBase, FileInfoBase, FileSystemInfoBase } from "../../Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.js";
|
|
@@ -13,46 +14,7 @@ import type { IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal
|
|
|
13
14
|
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
14
15
|
import type { Action_2, Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
15
16
|
|
|
16
|
-
export interface
|
|
17
|
-
readonly __tsonic_type_Microsoft_Extensions_FileSystemGlobbing_Internal_PatternContexts_PatternContextLinear_FrameData: never;
|
|
18
|
-
|
|
19
|
-
IsNotApplicable: boolean;
|
|
20
|
-
SegmentIndex: int;
|
|
21
|
-
InStem: boolean;
|
|
22
|
-
readonly Stem: string | undefined;
|
|
23
|
-
readonly StemItems: IList_1<System_Internal.String>;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
export const PatternContextLinear_FrameData: {
|
|
28
|
-
new(): PatternContextLinear_FrameData;
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
export type PatternContextLinear_FrameData = PatternContextLinear_FrameData$instance;
|
|
33
|
-
|
|
34
|
-
export interface PatternContextRagged_FrameData$instance {
|
|
35
|
-
readonly __tsonic_type_Microsoft_Extensions_FileSystemGlobbing_Internal_PatternContexts_PatternContextRagged_FrameData: never;
|
|
36
|
-
|
|
37
|
-
IsNotApplicable: boolean;
|
|
38
|
-
SegmentGroupIndex: int;
|
|
39
|
-
SegmentGroup: IList_1<IPathSegment>;
|
|
40
|
-
BacktrackAvailable: int;
|
|
41
|
-
SegmentIndex: int;
|
|
42
|
-
InStem: boolean;
|
|
43
|
-
readonly Stem: string | undefined;
|
|
44
|
-
readonly StemItems: IList_1<System_Internal.String>;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
export const PatternContextRagged_FrameData: {
|
|
49
|
-
new(): PatternContextRagged_FrameData;
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
export type PatternContextRagged_FrameData = PatternContextRagged_FrameData$instance;
|
|
54
|
-
|
|
55
|
-
export interface PatternContext_1$instance<TFrame extends unknown> {
|
|
17
|
+
export interface PatternContext_1$instance<TFrame extends NonNullable<JsValue>> {
|
|
56
18
|
readonly __tsonic_type_Microsoft_Extensions_FileSystemGlobbing_Internal_PatternContexts_PatternContext_1: never;
|
|
57
19
|
|
|
58
20
|
readonly __tsonic_iface_Microsoft_Extensions_FileSystemGlobbing_Internal_IPatternContext: never;
|
|
@@ -65,11 +27,11 @@ export interface PatternContext_1$instance<TFrame extends unknown> {
|
|
|
65
27
|
}
|
|
66
28
|
|
|
67
29
|
|
|
68
|
-
export const PatternContext_1: (abstract new<TFrame extends
|
|
30
|
+
export const PatternContext_1: (abstract new<TFrame extends NonNullable<JsValue>>() => PatternContext_1<TFrame>) & {
|
|
69
31
|
};
|
|
70
32
|
|
|
71
33
|
|
|
72
|
-
export interface __PatternContext_1$views<TFrame extends
|
|
34
|
+
export interface __PatternContext_1$views<TFrame extends NonNullable<JsValue>> {
|
|
73
35
|
As_IPatternContext(): Microsoft_Extensions_FileSystemGlobbing_Internal_Internal.IPatternContext$instance;
|
|
74
36
|
}
|
|
75
37
|
|
|
@@ -98,6 +60,24 @@ export interface __PatternContextLinear$views {
|
|
|
98
60
|
export type PatternContextLinear = PatternContextLinear$instance & __PatternContextLinear$views;
|
|
99
61
|
|
|
100
62
|
|
|
63
|
+
export interface PatternContextLinear_FrameData$instance {
|
|
64
|
+
readonly __tsonic_type_Microsoft_Extensions_FileSystemGlobbing_Internal_PatternContexts_PatternContextLinear_FrameData: never;
|
|
65
|
+
|
|
66
|
+
IsNotApplicable: boolean;
|
|
67
|
+
SegmentIndex: int;
|
|
68
|
+
InStem: boolean;
|
|
69
|
+
readonly Stem: string | null;
|
|
70
|
+
readonly StemItems: IList_1<System_Internal.String>;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
export const PatternContextLinear_FrameData: {
|
|
75
|
+
new(): PatternContextLinear_FrameData;
|
|
76
|
+
};
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
export type PatternContextLinear_FrameData = PatternContextLinear_FrameData$instance;
|
|
80
|
+
|
|
101
81
|
export interface PatternContextLinearExclude$instance extends PatternContextLinear$instance {
|
|
102
82
|
readonly __tsonic_type_Microsoft_Extensions_FileSystemGlobbing_Internal_PatternContexts_PatternContextLinearExclude: never;
|
|
103
83
|
|
|
@@ -166,6 +146,27 @@ export interface __PatternContextRagged$views {
|
|
|
166
146
|
export type PatternContextRagged = PatternContextRagged$instance & __PatternContextRagged$views;
|
|
167
147
|
|
|
168
148
|
|
|
149
|
+
export interface PatternContextRagged_FrameData$instance {
|
|
150
|
+
readonly __tsonic_type_Microsoft_Extensions_FileSystemGlobbing_Internal_PatternContexts_PatternContextRagged_FrameData: never;
|
|
151
|
+
|
|
152
|
+
IsNotApplicable: boolean;
|
|
153
|
+
SegmentGroupIndex: int;
|
|
154
|
+
SegmentGroup: IList_1<IPathSegment>;
|
|
155
|
+
BacktrackAvailable: int;
|
|
156
|
+
SegmentIndex: int;
|
|
157
|
+
InStem: boolean;
|
|
158
|
+
readonly Stem: string | null;
|
|
159
|
+
readonly StemItems: IList_1<System_Internal.String>;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
export const PatternContextRagged_FrameData: {
|
|
164
|
+
new(): PatternContextRagged_FrameData;
|
|
165
|
+
};
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
export type PatternContextRagged_FrameData = PatternContextRagged_FrameData$instance;
|
|
169
|
+
|
|
169
170
|
export interface PatternContextRaggedExclude$instance extends PatternContextRagged$instance {
|
|
170
171
|
readonly __tsonic_type_Microsoft_Extensions_FileSystemGlobbing_Internal_PatternContexts_PatternContextRaggedExclude: never;
|
|
171
172
|
|
|
@@ -14,10 +14,10 @@ import type { Action, Boolean as ClrBoolean, Int32, Object as ClrObject, String
|
|
|
14
14
|
// Public API exports (curated - no internal $instance/$views leakage)
|
|
15
15
|
export { PatternContext_1 as PatternContext } from './Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.js';
|
|
16
16
|
export { PatternContextLinear as PatternContextLinear } from './Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.js';
|
|
17
|
+
export { PatternContextLinear_FrameData as PatternContextLinear_FrameData } from './Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.js';
|
|
17
18
|
export { PatternContextLinearExclude as PatternContextLinearExclude } from './Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.js';
|
|
18
19
|
export { PatternContextLinearInclude as PatternContextLinearInclude } from './Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.js';
|
|
19
20
|
export { PatternContextRagged as PatternContextRagged } from './Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.js';
|
|
21
|
+
export { PatternContextRagged_FrameData as PatternContextRagged_FrameData } from './Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.js';
|
|
20
22
|
export { PatternContextRaggedExclude as PatternContextRaggedExclude } from './Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.js';
|
|
21
23
|
export { PatternContextRaggedInclude as PatternContextRaggedInclude } from './Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.js';
|
|
22
|
-
export { PatternContextLinear_FrameData as PatternContextLinear_FrameData } from './Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.js';
|
|
23
|
-
export { PatternContextRagged_FrameData as PatternContextRagged_FrameData } from './Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.js';
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns
|
|
3
3
|
// Assembly: Microsoft.Extensions.FileSystemGlobbing
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import type { IPattern } from "../../Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.js";
|