@tsonic/microsoft-extensions 0.1.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.
Files changed (277) hide show
  1. package/LICENSE +21 -0
  2. package/Microsoft.Extensions.Caching.Distributed/bindings.json +1214 -0
  3. package/Microsoft.Extensions.Caching.Distributed/internal/index.d.ts +109 -0
  4. package/Microsoft.Extensions.Caching.Distributed/internal/metadata.json +835 -0
  5. package/Microsoft.Extensions.Caching.Distributed.d.ts +26 -0
  6. package/Microsoft.Extensions.Caching.Distributed.js +9 -0
  7. package/Microsoft.Extensions.Caching.Hybrid/bindings.json +738 -0
  8. package/Microsoft.Extensions.Caching.Hybrid/internal/index.d.ts +82 -0
  9. package/Microsoft.Extensions.Caching.Hybrid/internal/metadata.json +476 -0
  10. package/Microsoft.Extensions.Caching.Hybrid.d.ts +21 -0
  11. package/Microsoft.Extensions.Caching.Hybrid.js +9 -0
  12. package/Microsoft.Extensions.Caching.Memory/bindings.json +2741 -0
  13. package/Microsoft.Extensions.Caching.Memory/internal/index.d.ts +238 -0
  14. package/Microsoft.Extensions.Caching.Memory/internal/metadata.json +1740 -0
  15. package/Microsoft.Extensions.Caching.Memory.d.ts +35 -0
  16. package/Microsoft.Extensions.Caching.Memory.js +9 -0
  17. package/Microsoft.Extensions.Configuration/bindings.json +6692 -0
  18. package/Microsoft.Extensions.Configuration/internal/index.d.ts +616 -0
  19. package/Microsoft.Extensions.Configuration/internal/metadata.json +4603 -0
  20. package/Microsoft.Extensions.Configuration.CommandLine/bindings.json +440 -0
  21. package/Microsoft.Extensions.Configuration.CommandLine/internal/index.d.ts +61 -0
  22. package/Microsoft.Extensions.Configuration.CommandLine/internal/metadata.json +295 -0
  23. package/Microsoft.Extensions.Configuration.CommandLine.d.ts +16 -0
  24. package/Microsoft.Extensions.Configuration.CommandLine.js +9 -0
  25. package/Microsoft.Extensions.Configuration.EnvironmentVariables/bindings.json +449 -0
  26. package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/index.d.ts +62 -0
  27. package/Microsoft.Extensions.Configuration.EnvironmentVariables/internal/metadata.json +301 -0
  28. package/Microsoft.Extensions.Configuration.EnvironmentVariables.d.ts +16 -0
  29. package/Microsoft.Extensions.Configuration.EnvironmentVariables.js +9 -0
  30. package/Microsoft.Extensions.Configuration.Ini/bindings.json +973 -0
  31. package/Microsoft.Extensions.Configuration.Ini/internal/index.d.ts +99 -0
  32. package/Microsoft.Extensions.Configuration.Ini/internal/metadata.json +568 -0
  33. package/Microsoft.Extensions.Configuration.Ini.d.ts +20 -0
  34. package/Microsoft.Extensions.Configuration.Ini.js +9 -0
  35. package/Microsoft.Extensions.Configuration.Json/bindings.json +949 -0
  36. package/Microsoft.Extensions.Configuration.Json/internal/index.d.ts +98 -0
  37. package/Microsoft.Extensions.Configuration.Json/internal/metadata.json +552 -0
  38. package/Microsoft.Extensions.Configuration.Json.d.ts +20 -0
  39. package/Microsoft.Extensions.Configuration.Json.js +9 -0
  40. package/Microsoft.Extensions.Configuration.KeyPerFile/bindings.json +598 -0
  41. package/Microsoft.Extensions.Configuration.KeyPerFile/internal/index.d.ts +69 -0
  42. package/Microsoft.Extensions.Configuration.KeyPerFile/internal/metadata.json +402 -0
  43. package/Microsoft.Extensions.Configuration.KeyPerFile.d.ts +17 -0
  44. package/Microsoft.Extensions.Configuration.KeyPerFile.js +9 -0
  45. package/Microsoft.Extensions.Configuration.Memory/bindings.json +464 -0
  46. package/Microsoft.Extensions.Configuration.Memory/internal/index.d.ts +65 -0
  47. package/Microsoft.Extensions.Configuration.Memory/internal/metadata.json +312 -0
  48. package/Microsoft.Extensions.Configuration.Memory.d.ts +17 -0
  49. package/Microsoft.Extensions.Configuration.Memory.js +9 -0
  50. package/Microsoft.Extensions.Configuration.UserSecrets/bindings.json +127 -0
  51. package/Microsoft.Extensions.Configuration.UserSecrets/internal/index.d.ts +35 -0
  52. package/Microsoft.Extensions.Configuration.UserSecrets/internal/metadata.json +85 -0
  53. package/Microsoft.Extensions.Configuration.UserSecrets.d.ts +13 -0
  54. package/Microsoft.Extensions.Configuration.UserSecrets.js +9 -0
  55. package/Microsoft.Extensions.Configuration.Xml/bindings.json +1036 -0
  56. package/Microsoft.Extensions.Configuration.Xml/internal/index.d.ts +113 -0
  57. package/Microsoft.Extensions.Configuration.Xml/internal/metadata.json +611 -0
  58. package/Microsoft.Extensions.Configuration.Xml.d.ts +22 -0
  59. package/Microsoft.Extensions.Configuration.Xml.js +9 -0
  60. package/Microsoft.Extensions.Configuration.d.ts +63 -0
  61. package/Microsoft.Extensions.Configuration.js +9 -0
  62. package/Microsoft.Extensions.DependencyInjection/bindings.json +7129 -0
  63. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +626 -0
  64. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +4903 -0
  65. package/Microsoft.Extensions.DependencyInjection.Extensions/bindings.json +1052 -0
  66. package/Microsoft.Extensions.DependencyInjection.Extensions/internal/index.d.ts +62 -0
  67. package/Microsoft.Extensions.DependencyInjection.Extensions/internal/metadata.json +713 -0
  68. package/Microsoft.Extensions.DependencyInjection.Extensions.d.ts +17 -0
  69. package/Microsoft.Extensions.DependencyInjection.Extensions.js +9 -0
  70. package/Microsoft.Extensions.DependencyInjection.d.ts +91 -0
  71. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  72. package/Microsoft.Extensions.Diagnostics.HealthChecks/bindings.json +1298 -0
  73. package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/index.d.ts +159 -0
  74. package/Microsoft.Extensions.Diagnostics.HealthChecks/internal/metadata.json +802 -0
  75. package/Microsoft.Extensions.Diagnostics.HealthChecks.d.ts +25 -0
  76. package/Microsoft.Extensions.Diagnostics.HealthChecks.js +9 -0
  77. package/Microsoft.Extensions.Diagnostics.Metrics/bindings.json +1145 -0
  78. package/Microsoft.Extensions.Diagnostics.Metrics/internal/index.d.ts +141 -0
  79. package/Microsoft.Extensions.Diagnostics.Metrics/internal/metadata.json +785 -0
  80. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/bindings.json +44 -0
  81. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/index.d.ts +19 -0
  82. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration/internal/metadata.json +41 -0
  83. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration.d.ts +13 -0
  84. package/Microsoft.Extensions.Diagnostics.Metrics.Configuration.js +9 -0
  85. package/Microsoft.Extensions.Diagnostics.Metrics.d.ts +29 -0
  86. package/Microsoft.Extensions.Diagnostics.Metrics.js +9 -0
  87. package/Microsoft.Extensions.FileProviders/bindings.json +2187 -0
  88. package/Microsoft.Extensions.FileProviders/internal/index.d.ts +234 -0
  89. package/Microsoft.Extensions.FileProviders/internal/metadata.json +1423 -0
  90. package/Microsoft.Extensions.FileProviders.Composite/bindings.json +117 -0
  91. package/Microsoft.Extensions.FileProviders.Composite/internal/index.d.ts +37 -0
  92. package/Microsoft.Extensions.FileProviders.Composite/internal/metadata.json +79 -0
  93. package/Microsoft.Extensions.FileProviders.Composite.d.ts +15 -0
  94. package/Microsoft.Extensions.FileProviders.Composite.js +9 -0
  95. package/Microsoft.Extensions.FileProviders.Embedded/bindings.json +381 -0
  96. package/Microsoft.Extensions.FileProviders.Embedded/internal/index.d.ts +40 -0
  97. package/Microsoft.Extensions.FileProviders.Embedded/internal/metadata.json +251 -0
  98. package/Microsoft.Extensions.FileProviders.Embedded.d.ts +15 -0
  99. package/Microsoft.Extensions.FileProviders.Embedded.js +9 -0
  100. package/Microsoft.Extensions.FileProviders.Internal/bindings.json +136 -0
  101. package/Microsoft.Extensions.FileProviders.Internal/internal/index.d.ts +39 -0
  102. package/Microsoft.Extensions.FileProviders.Internal/internal/metadata.json +84 -0
  103. package/Microsoft.Extensions.FileProviders.Internal.d.ts +16 -0
  104. package/Microsoft.Extensions.FileProviders.Internal.js +9 -0
  105. package/Microsoft.Extensions.FileProviders.Physical/bindings.json +1394 -0
  106. package/Microsoft.Extensions.FileProviders.Physical/internal/index.d.ts +136 -0
  107. package/Microsoft.Extensions.FileProviders.Physical/internal/metadata.json +879 -0
  108. package/Microsoft.Extensions.FileProviders.Physical.d.ts +22 -0
  109. package/Microsoft.Extensions.FileProviders.Physical.js +9 -0
  110. package/Microsoft.Extensions.FileProviders.d.ts +28 -0
  111. package/Microsoft.Extensions.FileProviders.js +9 -0
  112. package/Microsoft.Extensions.FileSystemGlobbing/bindings.json +807 -0
  113. package/Microsoft.Extensions.FileSystemGlobbing/internal/index.d.ts +90 -0
  114. package/Microsoft.Extensions.FileSystemGlobbing/internal/metadata.json +511 -0
  115. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/bindings.json +572 -0
  116. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/index.d.ts +80 -0
  117. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions/internal/metadata.json +352 -0
  118. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions.d.ts +18 -0
  119. package/Microsoft.Extensions.FileSystemGlobbing.Abstractions.js +9 -0
  120. package/Microsoft.Extensions.FileSystemGlobbing.Internal/bindings.json +624 -0
  121. package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.d.ts +90 -0
  122. package/Microsoft.Extensions.FileSystemGlobbing.Internal/internal/metadata.json +443 -0
  123. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/bindings.json +853 -0
  124. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/index.d.ts +121 -0
  125. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments/internal/metadata.json +550 -0
  126. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.d.ts +18 -0
  127. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.js +9 -0
  128. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/bindings.json +2291 -0
  129. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/index.d.ts +198 -0
  130. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts/internal/metadata.json +1527 -0
  131. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.d.ts +23 -0
  132. package/Microsoft.Extensions.FileSystemGlobbing.Internal.PatternContexts.js +9 -0
  133. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/bindings.json +112 -0
  134. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/index.d.ts +26 -0
  135. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns/internal/metadata.json +68 -0
  136. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.d.ts +13 -0
  137. package/Microsoft.Extensions.FileSystemGlobbing.Internal.Patterns.js +9 -0
  138. package/Microsoft.Extensions.FileSystemGlobbing.Internal.d.ts +21 -0
  139. package/Microsoft.Extensions.FileSystemGlobbing.Internal.js +9 -0
  140. package/Microsoft.Extensions.FileSystemGlobbing.d.ts +21 -0
  141. package/Microsoft.Extensions.FileSystemGlobbing.js +9 -0
  142. package/Microsoft.Extensions.Hosting/bindings.json +3856 -0
  143. package/Microsoft.Extensions.Hosting/internal/index.d.ts +369 -0
  144. package/Microsoft.Extensions.Hosting/internal/metadata.json +2577 -0
  145. package/Microsoft.Extensions.Hosting.Internal/bindings.json +858 -0
  146. package/Microsoft.Extensions.Hosting.Internal/internal/index.d.ts +88 -0
  147. package/Microsoft.Extensions.Hosting.Internal/internal/metadata.json +559 -0
  148. package/Microsoft.Extensions.Hosting.Internal.d.ts +20 -0
  149. package/Microsoft.Extensions.Hosting.Internal.js +9 -0
  150. package/Microsoft.Extensions.Hosting.d.ts +51 -0
  151. package/Microsoft.Extensions.Hosting.js +9 -0
  152. package/Microsoft.Extensions.Http/bindings.json +378 -0
  153. package/Microsoft.Extensions.Http/internal/index.d.ts +58 -0
  154. package/Microsoft.Extensions.Http/internal/metadata.json +266 -0
  155. package/Microsoft.Extensions.Http.Logging/bindings.json +357 -0
  156. package/Microsoft.Extensions.Http.Logging/internal/index.d.ts +64 -0
  157. package/Microsoft.Extensions.Http.Logging/internal/metadata.json +240 -0
  158. package/Microsoft.Extensions.Http.Logging.d.ts +20 -0
  159. package/Microsoft.Extensions.Http.Logging.js +9 -0
  160. package/Microsoft.Extensions.Http.d.ts +17 -0
  161. package/Microsoft.Extensions.Http.js +9 -0
  162. package/Microsoft.Extensions.Internal/bindings.json +129 -0
  163. package/Microsoft.Extensions.Internal/internal/index.d.ts +37 -0
  164. package/Microsoft.Extensions.Internal/internal/metadata.json +94 -0
  165. package/Microsoft.Extensions.Internal.d.ts +13 -0
  166. package/Microsoft.Extensions.Internal.js +9 -0
  167. package/Microsoft.Extensions.Localization/bindings.json +1233 -0
  168. package/Microsoft.Extensions.Localization/internal/index.d.ts +194 -0
  169. package/Microsoft.Extensions.Localization/internal/metadata.json +831 -0
  170. package/Microsoft.Extensions.Localization.d.ts +43 -0
  171. package/Microsoft.Extensions.Localization.js +9 -0
  172. package/Microsoft.Extensions.Logging/bindings.json +4881 -0
  173. package/Microsoft.Extensions.Logging/internal/index.d.ts +438 -0
  174. package/Microsoft.Extensions.Logging/internal/metadata.json +3222 -0
  175. package/Microsoft.Extensions.Logging.Abstractions/bindings.json +1166 -0
  176. package/Microsoft.Extensions.Logging.Abstractions/internal/index.d.ts +144 -0
  177. package/Microsoft.Extensions.Logging.Abstractions/internal/metadata.json +782 -0
  178. package/Microsoft.Extensions.Logging.Abstractions.d.ts +33 -0
  179. package/Microsoft.Extensions.Logging.Abstractions.js +9 -0
  180. package/Microsoft.Extensions.Logging.Configuration/bindings.json +273 -0
  181. package/Microsoft.Extensions.Logging.Configuration/internal/index.d.ts +62 -0
  182. package/Microsoft.Extensions.Logging.Configuration/internal/metadata.json +212 -0
  183. package/Microsoft.Extensions.Logging.Configuration.d.ts +24 -0
  184. package/Microsoft.Extensions.Logging.Configuration.js +9 -0
  185. package/Microsoft.Extensions.Logging.Console/bindings.json +1810 -0
  186. package/Microsoft.Extensions.Logging.Console/internal/index.d.ts +203 -0
  187. package/Microsoft.Extensions.Logging.Console/internal/metadata.json +1119 -0
  188. package/Microsoft.Extensions.Logging.Console.d.ts +32 -0
  189. package/Microsoft.Extensions.Logging.Console.js +9 -0
  190. package/Microsoft.Extensions.Logging.Debug/bindings.json +114 -0
  191. package/Microsoft.Extensions.Logging.Debug/internal/index.d.ts +33 -0
  192. package/Microsoft.Extensions.Logging.Debug/internal/metadata.json +80 -0
  193. package/Microsoft.Extensions.Logging.Debug.d.ts +13 -0
  194. package/Microsoft.Extensions.Logging.Debug.js +9 -0
  195. package/Microsoft.Extensions.Logging.EventLog/bindings.json +333 -0
  196. package/Microsoft.Extensions.Logging.EventLog/internal/index.d.ts +57 -0
  197. package/Microsoft.Extensions.Logging.EventLog/internal/metadata.json +206 -0
  198. package/Microsoft.Extensions.Logging.EventLog.d.ts +15 -0
  199. package/Microsoft.Extensions.Logging.EventLog.js +9 -0
  200. package/Microsoft.Extensions.Logging.EventSource/bindings.json +225 -0
  201. package/Microsoft.Extensions.Logging.EventSource/internal/index.d.ts +56 -0
  202. package/Microsoft.Extensions.Logging.EventSource/internal/metadata.json +149 -0
  203. package/Microsoft.Extensions.Logging.EventSource.d.ts +16 -0
  204. package/Microsoft.Extensions.Logging.EventSource.js +9 -0
  205. package/Microsoft.Extensions.Logging.TraceSource/bindings.json +133 -0
  206. package/Microsoft.Extensions.Logging.TraceSource/internal/index.d.ts +35 -0
  207. package/Microsoft.Extensions.Logging.TraceSource/internal/metadata.json +85 -0
  208. package/Microsoft.Extensions.Logging.TraceSource.d.ts +14 -0
  209. package/Microsoft.Extensions.Logging.TraceSource.js +9 -0
  210. package/Microsoft.Extensions.Logging.d.ts +62 -0
  211. package/Microsoft.Extensions.Logging.js +9 -0
  212. package/Microsoft.Extensions.ObjectPool/bindings.json +1265 -0
  213. package/Microsoft.Extensions.ObjectPool/internal/index.d.ts +176 -0
  214. package/Microsoft.Extensions.ObjectPool/internal/metadata.json +867 -0
  215. package/Microsoft.Extensions.ObjectPool.d.ts +40 -0
  216. package/Microsoft.Extensions.ObjectPool.js +9 -0
  217. package/Microsoft.Extensions.Options/bindings.json +7654 -0
  218. package/Microsoft.Extensions.Options/internal/index.d.ts +872 -0
  219. package/Microsoft.Extensions.Options/internal/metadata.json +4965 -0
  220. package/Microsoft.Extensions.Options.d.ts +102 -0
  221. package/Microsoft.Extensions.Options.js +9 -0
  222. package/Microsoft.Extensions.Primitives/bindings.json +2797 -0
  223. package/Microsoft.Extensions.Primitives/internal/index.d.ts +245 -0
  224. package/Microsoft.Extensions.Primitives/internal/metadata.json +1830 -0
  225. package/Microsoft.Extensions.Primitives.d.ts +27 -0
  226. package/Microsoft.Extensions.Primitives.js +9 -0
  227. package/Microsoft.Extensions.Validation/bindings.json +815 -0
  228. package/Microsoft.Extensions.Validation/internal/index.d.ts +158 -0
  229. package/Microsoft.Extensions.Validation/internal/metadata.json +577 -0
  230. package/Microsoft.Extensions.Validation.d.ts +26 -0
  231. package/Microsoft.Extensions.Validation.js +9 -0
  232. package/Microsoft.Extensions.WebEncoders/bindings.json +66 -0
  233. package/Microsoft.Extensions.WebEncoders/internal/index.d.ts +25 -0
  234. package/Microsoft.Extensions.WebEncoders/internal/metadata.json +46 -0
  235. package/Microsoft.Extensions.WebEncoders.Testing/bindings.json +647 -0
  236. package/Microsoft.Extensions.WebEncoders.Testing/internal/index.d.ts +71 -0
  237. package/Microsoft.Extensions.WebEncoders.Testing/internal/metadata.json +431 -0
  238. package/Microsoft.Extensions.WebEncoders.Testing.d.ts +16 -0
  239. package/Microsoft.Extensions.WebEncoders.Testing.js +9 -0
  240. package/Microsoft.Extensions.WebEncoders.d.ts +13 -0
  241. package/Microsoft.Extensions.WebEncoders.js +9 -0
  242. package/README.md +5 -0
  243. package/System.Diagnostics/bindings.json +2729 -0
  244. package/System.Diagnostics/internal/index.d.ts +208 -0
  245. package/System.Diagnostics/internal/metadata.json +1694 -0
  246. package/System.Diagnostics.Eventing.Reader/bindings.json +6318 -0
  247. package/System.Diagnostics.Eventing.Reader/internal/index.d.ts +553 -0
  248. package/System.Diagnostics.Eventing.Reader/internal/metadata.json +3706 -0
  249. package/System.Diagnostics.Eventing.Reader.d.ts +51 -0
  250. package/System.Diagnostics.Eventing.Reader.js +9 -0
  251. package/System.Diagnostics.d.ts +25 -0
  252. package/System.Diagnostics.js +9 -0
  253. package/System.Net.Http/bindings.json +161 -0
  254. package/System.Net.Http/internal/index.d.ts +40 -0
  255. package/System.Net.Http/internal/metadata.json +141 -0
  256. package/System.Net.Http.d.ts +19 -0
  257. package/System.Net.Http.js +9 -0
  258. package/System.Security.Cryptography/bindings.json +474 -0
  259. package/System.Security.Cryptography/internal/index.d.ts +63 -0
  260. package/System.Security.Cryptography/internal/metadata.json +302 -0
  261. package/System.Security.Cryptography.Pkcs/bindings.json +8554 -0
  262. package/System.Security.Cryptography.Pkcs/internal/index.d.ts +763 -0
  263. package/System.Security.Cryptography.Pkcs/internal/metadata.json +5125 -0
  264. package/System.Security.Cryptography.Pkcs.d.ts +61 -0
  265. package/System.Security.Cryptography.Pkcs.js +9 -0
  266. package/System.Security.Cryptography.Xml/bindings.json +10485 -0
  267. package/System.Security.Cryptography.Xml/internal/index.d.ts +855 -0
  268. package/System.Security.Cryptography.Xml/internal/metadata.json +5727 -0
  269. package/System.Security.Cryptography.Xml.d.ts +62 -0
  270. package/System.Security.Cryptography.Xml.js +9 -0
  271. package/System.Security.Cryptography.d.ts +16 -0
  272. package/System.Security.Cryptography.js +9 -0
  273. package/__build/scripts/generate.sh +120 -0
  274. package/__internal/extensions/index.d.ts +699 -0
  275. package/families.json +58 -0
  276. package/package.json +28 -0
  277. package/tsconfig.json +20 -0
@@ -0,0 +1,121 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments
3
+ // Assembly: Microsoft.Extensions.FileSystemGlobbing
4
+
5
+ // Primitive type aliases from @tsonic/core
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';
7
+
8
+ // Import types from other namespaces
9
+ import * as Microsoft_Extensions_FileSystemGlobbing_Internal_Internal from "../../Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.js";
10
+ import type { IPathSegment } from "../../Microsoft.Extensions.FileSystemGlobbing.Internal/internal/index.js";
11
+ import type { List } from "@tsonic/dotnet/System.Collections.Generic.js";
12
+ import * as System_Internal from "@tsonic/dotnet/System.js";
13
+ import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, StringComparison } from "@tsonic/dotnet/System.js";
14
+
15
+ export interface CurrentPathSegment$instance {
16
+ readonly canProduceStem: boolean;
17
+ match(value: string): boolean;
18
+ }
19
+
20
+
21
+ export const CurrentPathSegment: {
22
+ new(): CurrentPathSegment;
23
+ };
24
+
25
+
26
+ export interface __CurrentPathSegment$views {
27
+ As_IPathSegment(): Microsoft_Extensions_FileSystemGlobbing_Internal_Internal.IPathSegment$instance;
28
+ }
29
+
30
+ export interface CurrentPathSegment$instance extends Microsoft_Extensions_FileSystemGlobbing_Internal_Internal.IPathSegment$instance {}
31
+
32
+ export type CurrentPathSegment = CurrentPathSegment$instance & __CurrentPathSegment$views;
33
+
34
+
35
+ export interface LiteralPathSegment$instance {
36
+ readonly canProduceStem: boolean;
37
+ readonly value: string;
38
+ equals(obj: unknown): boolean;
39
+ getHashCode(): int;
40
+ match(value: string): boolean;
41
+ }
42
+
43
+
44
+ export const LiteralPathSegment: {
45
+ new(value: string, comparisonType: StringComparison): LiteralPathSegment;
46
+ };
47
+
48
+
49
+ export interface __LiteralPathSegment$views {
50
+ As_IPathSegment(): Microsoft_Extensions_FileSystemGlobbing_Internal_Internal.IPathSegment$instance;
51
+ }
52
+
53
+ export interface LiteralPathSegment$instance extends Microsoft_Extensions_FileSystemGlobbing_Internal_Internal.IPathSegment$instance {}
54
+
55
+ export type LiteralPathSegment = LiteralPathSegment$instance & __LiteralPathSegment$views;
56
+
57
+
58
+ export interface ParentPathSegment$instance {
59
+ readonly canProduceStem: boolean;
60
+ match(value: string): boolean;
61
+ }
62
+
63
+
64
+ export const ParentPathSegment: {
65
+ new(): ParentPathSegment;
66
+ };
67
+
68
+
69
+ export interface __ParentPathSegment$views {
70
+ As_IPathSegment(): Microsoft_Extensions_FileSystemGlobbing_Internal_Internal.IPathSegment$instance;
71
+ }
72
+
73
+ export interface ParentPathSegment$instance extends Microsoft_Extensions_FileSystemGlobbing_Internal_Internal.IPathSegment$instance {}
74
+
75
+ export type ParentPathSegment = ParentPathSegment$instance & __ParentPathSegment$views;
76
+
77
+
78
+ export interface RecursiveWildcardSegment$instance {
79
+ readonly canProduceStem: boolean;
80
+ match(value: string): boolean;
81
+ }
82
+
83
+
84
+ export const RecursiveWildcardSegment: {
85
+ new(): RecursiveWildcardSegment;
86
+ };
87
+
88
+
89
+ export interface __RecursiveWildcardSegment$views {
90
+ As_IPathSegment(): Microsoft_Extensions_FileSystemGlobbing_Internal_Internal.IPathSegment$instance;
91
+ }
92
+
93
+ export interface RecursiveWildcardSegment$instance extends Microsoft_Extensions_FileSystemGlobbing_Internal_Internal.IPathSegment$instance {}
94
+
95
+ export type RecursiveWildcardSegment = RecursiveWildcardSegment$instance & __RecursiveWildcardSegment$views;
96
+
97
+
98
+ export interface WildcardPathSegment$instance {
99
+ readonly beginsWith: string;
100
+ readonly canProduceStem: boolean;
101
+ readonly contains: List<System_Internal.String>;
102
+ readonly endsWith: string;
103
+ match(value: string): boolean;
104
+ }
105
+
106
+
107
+ export const WildcardPathSegment: {
108
+ new(beginsWith: string, contains: List<System_Internal.String>, endsWith: string, comparisonType: StringComparison): WildcardPathSegment;
109
+ readonly matchAll: WildcardPathSegment;
110
+ };
111
+
112
+
113
+ export interface __WildcardPathSegment$views {
114
+ As_IPathSegment(): Microsoft_Extensions_FileSystemGlobbing_Internal_Internal.IPathSegment$instance;
115
+ }
116
+
117
+ export interface WildcardPathSegment$instance extends Microsoft_Extensions_FileSystemGlobbing_Internal_Internal.IPathSegment$instance {}
118
+
119
+ export type WildcardPathSegment = WildcardPathSegment$instance & __WildcardPathSegment$views;
120
+
121
+
@@ -0,0 +1,550 @@
1
+ {
2
+ "namespace": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments",
3
+ "contributingAssemblies": [
4
+ "Microsoft.Extensions.FileSystemGlobbing"
5
+ ],
6
+ "types": [
7
+ {
8
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment",
9
+ "clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment",
10
+ "tsEmitName": "CurrentPathSegment",
11
+ "kind": "Class",
12
+ "accessibility": "Public",
13
+ "isAbstract": false,
14
+ "isSealed": false,
15
+ "isStatic": false,
16
+ "arity": 0,
17
+ "methods": [
18
+ {
19
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment::Match(System.String):System.Boolean",
20
+ "clrName": "Match",
21
+ "tsEmitName": "match",
22
+ "normalizedSignature": "Match|(System.String):System.Boolean|static=false",
23
+ "provenance": "Original",
24
+ "emitScope": "ClassSurface",
25
+ "isStatic": false,
26
+ "isAbstract": false,
27
+ "isVirtual": true,
28
+ "isOverride": false,
29
+ "isSealed": true,
30
+ "arity": 0,
31
+ "parameterCount": 1,
32
+ "isExtensionMethod": false
33
+ },
34
+ {
35
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment::Match(System.String):System.Boolean",
36
+ "clrName": "Match",
37
+ "tsEmitName": "match$view",
38
+ "normalizedSignature": "Match|(System.String):System.Boolean|static=false",
39
+ "provenance": "ExplicitView",
40
+ "emitScope": "ViewOnly",
41
+ "isStatic": false,
42
+ "isAbstract": false,
43
+ "isVirtual": true,
44
+ "isOverride": false,
45
+ "isSealed": false,
46
+ "arity": 0,
47
+ "parameterCount": 1,
48
+ "sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
49
+ "isExtensionMethod": false
50
+ }
51
+ ],
52
+ "properties": [
53
+ {
54
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.CurrentPathSegment::CanProduceStem:System.Boolean",
55
+ "clrName": "CanProduceStem",
56
+ "tsEmitName": "canProduceStem",
57
+ "normalizedSignature": "CanProduceStem|:System.Boolean|static=false|accessor=get",
58
+ "provenance": "Original",
59
+ "emitScope": "ClassSurface",
60
+ "isStatic": false,
61
+ "isAbstract": false,
62
+ "isVirtual": true,
63
+ "isOverride": false,
64
+ "isIndexer": false,
65
+ "hasGetter": true,
66
+ "hasSetter": false
67
+ },
68
+ {
69
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment::CanProduceStem:System.Boolean",
70
+ "clrName": "CanProduceStem",
71
+ "tsEmitName": "canProduceStem$view",
72
+ "normalizedSignature": "CanProduceStem|:System.Boolean|static=false|accessor=get",
73
+ "provenance": "ExplicitView",
74
+ "emitScope": "ViewOnly",
75
+ "isStatic": false,
76
+ "isAbstract": false,
77
+ "isVirtual": true,
78
+ "isOverride": false,
79
+ "isIndexer": false,
80
+ "hasGetter": true,
81
+ "hasSetter": false,
82
+ "sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment"
83
+ }
84
+ ],
85
+ "fields": [],
86
+ "events": [],
87
+ "constructors": [
88
+ {
89
+ "normalizedSignature": "constructor|():void|static=false",
90
+ "isStatic": false,
91
+ "parameterCount": 0
92
+ }
93
+ ]
94
+ },
95
+ {
96
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment",
97
+ "clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment",
98
+ "tsEmitName": "LiteralPathSegment",
99
+ "kind": "Class",
100
+ "accessibility": "Public",
101
+ "isAbstract": false,
102
+ "isSealed": false,
103
+ "isStatic": false,
104
+ "arity": 0,
105
+ "methods": [
106
+ {
107
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment::Match(System.String):System.Boolean",
108
+ "clrName": "Match",
109
+ "tsEmitName": "match",
110
+ "normalizedSignature": "Match|(System.String):System.Boolean|static=false",
111
+ "provenance": "Original",
112
+ "emitScope": "ClassSurface",
113
+ "isStatic": false,
114
+ "isAbstract": false,
115
+ "isVirtual": true,
116
+ "isOverride": false,
117
+ "isSealed": true,
118
+ "arity": 0,
119
+ "parameterCount": 1,
120
+ "isExtensionMethod": false
121
+ },
122
+ {
123
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment::Equals(System.Object):System.Boolean",
124
+ "clrName": "Equals",
125
+ "tsEmitName": "equals",
126
+ "normalizedSignature": "Equals|(System.Object):System.Boolean|static=false",
127
+ "provenance": "Original",
128
+ "emitScope": "ClassSurface",
129
+ "isStatic": false,
130
+ "isAbstract": false,
131
+ "isVirtual": true,
132
+ "isOverride": true,
133
+ "isSealed": false,
134
+ "arity": 0,
135
+ "parameterCount": 1,
136
+ "isExtensionMethod": false
137
+ },
138
+ {
139
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment::GetHashCode():System.Int32",
140
+ "clrName": "GetHashCode",
141
+ "tsEmitName": "getHashCode",
142
+ "normalizedSignature": "GetHashCode|():System.Int32|static=false",
143
+ "provenance": "Original",
144
+ "emitScope": "ClassSurface",
145
+ "isStatic": false,
146
+ "isAbstract": false,
147
+ "isVirtual": true,
148
+ "isOverride": true,
149
+ "isSealed": false,
150
+ "arity": 0,
151
+ "parameterCount": 0,
152
+ "isExtensionMethod": false
153
+ },
154
+ {
155
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment::Match(System.String):System.Boolean",
156
+ "clrName": "Match",
157
+ "tsEmitName": "match$view",
158
+ "normalizedSignature": "Match|(System.String):System.Boolean|static=false",
159
+ "provenance": "ExplicitView",
160
+ "emitScope": "ViewOnly",
161
+ "isStatic": false,
162
+ "isAbstract": false,
163
+ "isVirtual": true,
164
+ "isOverride": false,
165
+ "isSealed": false,
166
+ "arity": 0,
167
+ "parameterCount": 1,
168
+ "sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
169
+ "isExtensionMethod": false
170
+ }
171
+ ],
172
+ "properties": [
173
+ {
174
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment::CanProduceStem:System.Boolean",
175
+ "clrName": "CanProduceStem",
176
+ "tsEmitName": "canProduceStem",
177
+ "normalizedSignature": "CanProduceStem|:System.Boolean|static=false|accessor=get",
178
+ "provenance": "Original",
179
+ "emitScope": "ClassSurface",
180
+ "isStatic": false,
181
+ "isAbstract": false,
182
+ "isVirtual": true,
183
+ "isOverride": false,
184
+ "isIndexer": false,
185
+ "hasGetter": true,
186
+ "hasSetter": false
187
+ },
188
+ {
189
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.LiteralPathSegment::Value:System.String",
190
+ "clrName": "Value",
191
+ "tsEmitName": "value",
192
+ "normalizedSignature": "Value|:System.String|static=false|accessor=get",
193
+ "provenance": "Original",
194
+ "emitScope": "ClassSurface",
195
+ "isStatic": false,
196
+ "isAbstract": false,
197
+ "isVirtual": false,
198
+ "isOverride": false,
199
+ "isIndexer": false,
200
+ "hasGetter": true,
201
+ "hasSetter": false
202
+ },
203
+ {
204
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment::CanProduceStem:System.Boolean",
205
+ "clrName": "CanProduceStem",
206
+ "tsEmitName": "canProduceStem$view",
207
+ "normalizedSignature": "CanProduceStem|:System.Boolean|static=false|accessor=get",
208
+ "provenance": "ExplicitView",
209
+ "emitScope": "ViewOnly",
210
+ "isStatic": false,
211
+ "isAbstract": false,
212
+ "isVirtual": true,
213
+ "isOverride": false,
214
+ "isIndexer": false,
215
+ "hasGetter": true,
216
+ "hasSetter": false,
217
+ "sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment"
218
+ }
219
+ ],
220
+ "fields": [],
221
+ "events": [],
222
+ "constructors": [
223
+ {
224
+ "normalizedSignature": "constructor|(System.String,System.StringComparison):void|static=false",
225
+ "isStatic": false,
226
+ "parameterCount": 2
227
+ }
228
+ ]
229
+ },
230
+ {
231
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment",
232
+ "clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment",
233
+ "tsEmitName": "ParentPathSegment",
234
+ "kind": "Class",
235
+ "accessibility": "Public",
236
+ "isAbstract": false,
237
+ "isSealed": false,
238
+ "isStatic": false,
239
+ "arity": 0,
240
+ "methods": [
241
+ {
242
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment::Match(System.String):System.Boolean",
243
+ "clrName": "Match",
244
+ "tsEmitName": "match",
245
+ "normalizedSignature": "Match|(System.String):System.Boolean|static=false",
246
+ "provenance": "Original",
247
+ "emitScope": "ClassSurface",
248
+ "isStatic": false,
249
+ "isAbstract": false,
250
+ "isVirtual": true,
251
+ "isOverride": false,
252
+ "isSealed": true,
253
+ "arity": 0,
254
+ "parameterCount": 1,
255
+ "isExtensionMethod": false
256
+ },
257
+ {
258
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment::Match(System.String):System.Boolean",
259
+ "clrName": "Match",
260
+ "tsEmitName": "match$view",
261
+ "normalizedSignature": "Match|(System.String):System.Boolean|static=false",
262
+ "provenance": "ExplicitView",
263
+ "emitScope": "ViewOnly",
264
+ "isStatic": false,
265
+ "isAbstract": false,
266
+ "isVirtual": true,
267
+ "isOverride": false,
268
+ "isSealed": false,
269
+ "arity": 0,
270
+ "parameterCount": 1,
271
+ "sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
272
+ "isExtensionMethod": false
273
+ }
274
+ ],
275
+ "properties": [
276
+ {
277
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.ParentPathSegment::CanProduceStem:System.Boolean",
278
+ "clrName": "CanProduceStem",
279
+ "tsEmitName": "canProduceStem",
280
+ "normalizedSignature": "CanProduceStem|:System.Boolean|static=false|accessor=get",
281
+ "provenance": "Original",
282
+ "emitScope": "ClassSurface",
283
+ "isStatic": false,
284
+ "isAbstract": false,
285
+ "isVirtual": true,
286
+ "isOverride": false,
287
+ "isIndexer": false,
288
+ "hasGetter": true,
289
+ "hasSetter": false
290
+ },
291
+ {
292
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment::CanProduceStem:System.Boolean",
293
+ "clrName": "CanProduceStem",
294
+ "tsEmitName": "canProduceStem$view",
295
+ "normalizedSignature": "CanProduceStem|:System.Boolean|static=false|accessor=get",
296
+ "provenance": "ExplicitView",
297
+ "emitScope": "ViewOnly",
298
+ "isStatic": false,
299
+ "isAbstract": false,
300
+ "isVirtual": true,
301
+ "isOverride": false,
302
+ "isIndexer": false,
303
+ "hasGetter": true,
304
+ "hasSetter": false,
305
+ "sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment"
306
+ }
307
+ ],
308
+ "fields": [],
309
+ "events": [],
310
+ "constructors": [
311
+ {
312
+ "normalizedSignature": "constructor|():void|static=false",
313
+ "isStatic": false,
314
+ "parameterCount": 0
315
+ }
316
+ ]
317
+ },
318
+ {
319
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment",
320
+ "clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment",
321
+ "tsEmitName": "RecursiveWildcardSegment",
322
+ "kind": "Class",
323
+ "accessibility": "Public",
324
+ "isAbstract": false,
325
+ "isSealed": false,
326
+ "isStatic": false,
327
+ "arity": 0,
328
+ "methods": [
329
+ {
330
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment::Match(System.String):System.Boolean",
331
+ "clrName": "Match",
332
+ "tsEmitName": "match",
333
+ "normalizedSignature": "Match|(System.String):System.Boolean|static=false",
334
+ "provenance": "Original",
335
+ "emitScope": "ClassSurface",
336
+ "isStatic": false,
337
+ "isAbstract": false,
338
+ "isVirtual": true,
339
+ "isOverride": false,
340
+ "isSealed": true,
341
+ "arity": 0,
342
+ "parameterCount": 1,
343
+ "isExtensionMethod": false
344
+ },
345
+ {
346
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment::Match(System.String):System.Boolean",
347
+ "clrName": "Match",
348
+ "tsEmitName": "match$view",
349
+ "normalizedSignature": "Match|(System.String):System.Boolean|static=false",
350
+ "provenance": "ExplicitView",
351
+ "emitScope": "ViewOnly",
352
+ "isStatic": false,
353
+ "isAbstract": false,
354
+ "isVirtual": true,
355
+ "isOverride": false,
356
+ "isSealed": false,
357
+ "arity": 0,
358
+ "parameterCount": 1,
359
+ "sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
360
+ "isExtensionMethod": false
361
+ }
362
+ ],
363
+ "properties": [
364
+ {
365
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.RecursiveWildcardSegment::CanProduceStem:System.Boolean",
366
+ "clrName": "CanProduceStem",
367
+ "tsEmitName": "canProduceStem",
368
+ "normalizedSignature": "CanProduceStem|:System.Boolean|static=false|accessor=get",
369
+ "provenance": "Original",
370
+ "emitScope": "ClassSurface",
371
+ "isStatic": false,
372
+ "isAbstract": false,
373
+ "isVirtual": true,
374
+ "isOverride": false,
375
+ "isIndexer": false,
376
+ "hasGetter": true,
377
+ "hasSetter": false
378
+ },
379
+ {
380
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment::CanProduceStem:System.Boolean",
381
+ "clrName": "CanProduceStem",
382
+ "tsEmitName": "canProduceStem$view",
383
+ "normalizedSignature": "CanProduceStem|:System.Boolean|static=false|accessor=get",
384
+ "provenance": "ExplicitView",
385
+ "emitScope": "ViewOnly",
386
+ "isStatic": false,
387
+ "isAbstract": false,
388
+ "isVirtual": true,
389
+ "isOverride": false,
390
+ "isIndexer": false,
391
+ "hasGetter": true,
392
+ "hasSetter": false,
393
+ "sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment"
394
+ }
395
+ ],
396
+ "fields": [],
397
+ "events": [],
398
+ "constructors": [
399
+ {
400
+ "normalizedSignature": "constructor|():void|static=false",
401
+ "isStatic": false,
402
+ "parameterCount": 0
403
+ }
404
+ ]
405
+ },
406
+ {
407
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment",
408
+ "clrName": "Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment",
409
+ "tsEmitName": "WildcardPathSegment",
410
+ "kind": "Class",
411
+ "accessibility": "Public",
412
+ "isAbstract": false,
413
+ "isSealed": false,
414
+ "isStatic": false,
415
+ "arity": 0,
416
+ "methods": [
417
+ {
418
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment::Match(System.String):System.Boolean",
419
+ "clrName": "Match",
420
+ "tsEmitName": "match",
421
+ "normalizedSignature": "Match|(System.String):System.Boolean|static=false",
422
+ "provenance": "Original",
423
+ "emitScope": "ClassSurface",
424
+ "isStatic": false,
425
+ "isAbstract": false,
426
+ "isVirtual": true,
427
+ "isOverride": false,
428
+ "isSealed": true,
429
+ "arity": 0,
430
+ "parameterCount": 1,
431
+ "isExtensionMethod": false
432
+ },
433
+ {
434
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment::Match(System.String):System.Boolean",
435
+ "clrName": "Match",
436
+ "tsEmitName": "match$view",
437
+ "normalizedSignature": "Match|(System.String):System.Boolean|static=false",
438
+ "provenance": "ExplicitView",
439
+ "emitScope": "ViewOnly",
440
+ "isStatic": false,
441
+ "isAbstract": false,
442
+ "isVirtual": true,
443
+ "isOverride": false,
444
+ "isSealed": false,
445
+ "arity": 0,
446
+ "parameterCount": 1,
447
+ "sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment",
448
+ "isExtensionMethod": false
449
+ }
450
+ ],
451
+ "properties": [
452
+ {
453
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment::CanProduceStem:System.Boolean",
454
+ "clrName": "CanProduceStem",
455
+ "tsEmitName": "canProduceStem",
456
+ "normalizedSignature": "CanProduceStem|:System.Boolean|static=false|accessor=get",
457
+ "provenance": "Original",
458
+ "emitScope": "ClassSurface",
459
+ "isStatic": false,
460
+ "isAbstract": false,
461
+ "isVirtual": true,
462
+ "isOverride": false,
463
+ "isIndexer": false,
464
+ "hasGetter": true,
465
+ "hasSetter": false
466
+ },
467
+ {
468
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment::BeginsWith:System.String",
469
+ "clrName": "BeginsWith",
470
+ "tsEmitName": "beginsWith",
471
+ "normalizedSignature": "BeginsWith|:System.String|static=false|accessor=get",
472
+ "provenance": "Original",
473
+ "emitScope": "ClassSurface",
474
+ "isStatic": false,
475
+ "isAbstract": false,
476
+ "isVirtual": false,
477
+ "isOverride": false,
478
+ "isIndexer": false,
479
+ "hasGetter": true,
480
+ "hasSetter": false
481
+ },
482
+ {
483
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment::Contains:System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
484
+ "clrName": "Contains",
485
+ "tsEmitName": "contains",
486
+ "normalizedSignature": "Contains|:System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
487
+ "provenance": "Original",
488
+ "emitScope": "ClassSurface",
489
+ "isStatic": false,
490
+ "isAbstract": false,
491
+ "isVirtual": false,
492
+ "isOverride": false,
493
+ "isIndexer": false,
494
+ "hasGetter": true,
495
+ "hasSetter": false
496
+ },
497
+ {
498
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment::EndsWith:System.String",
499
+ "clrName": "EndsWith",
500
+ "tsEmitName": "endsWith",
501
+ "normalizedSignature": "EndsWith|:System.String|static=false|accessor=get",
502
+ "provenance": "Original",
503
+ "emitScope": "ClassSurface",
504
+ "isStatic": false,
505
+ "isAbstract": false,
506
+ "isVirtual": false,
507
+ "isOverride": false,
508
+ "isIndexer": false,
509
+ "hasGetter": true,
510
+ "hasSetter": false
511
+ },
512
+ {
513
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment::CanProduceStem:System.Boolean",
514
+ "clrName": "CanProduceStem",
515
+ "tsEmitName": "canProduceStem$view",
516
+ "normalizedSignature": "CanProduceStem|:System.Boolean|static=false|accessor=get",
517
+ "provenance": "ExplicitView",
518
+ "emitScope": "ViewOnly",
519
+ "isStatic": false,
520
+ "isAbstract": false,
521
+ "isVirtual": true,
522
+ "isOverride": false,
523
+ "isIndexer": false,
524
+ "hasGetter": true,
525
+ "hasSetter": false,
526
+ "sourceInterface": "Microsoft.Extensions.FileSystemGlobbing.Internal.IPathSegment"
527
+ }
528
+ ],
529
+ "fields": [
530
+ {
531
+ "stableId": "Microsoft.Extensions.FileSystemGlobbing:Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment::MatchAllMicrosoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment",
532
+ "clrName": "MatchAll",
533
+ "tsEmitName": "matchAll",
534
+ "normalizedSignature": "MatchAll|Microsoft.Extensions.FileSystemGlobbing.Internal.PathSegments.WildcardPathSegment|static=true|const=false",
535
+ "isStatic": true,
536
+ "isReadOnly": true,
537
+ "isLiteral": false
538
+ }
539
+ ],
540
+ "events": [],
541
+ "constructors": [
542
+ {
543
+ "normalizedSignature": "constructor|(System.String,System.Collections.Generic.List_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.StringComparison):void|static=false",
544
+ "isStatic": false,
545
+ "parameterCount": 4
546
+ }
547
+ ]
548
+ }
549
+ ]
550
+ }