@tsonic/dotnet 0.7.3 → 0.7.4

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 (76) hide show
  1. package/Microsoft.VisualBasic/internal/index.d.ts +8 -8
  2. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -2
  3. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +7 -7
  4. package/System/internal/index.d.ts +79 -72
  5. package/System.Buffers/internal/index.d.ts +1 -1
  6. package/System.Buffers.d.ts +11 -2
  7. package/System.CodeDom.Compiler/internal/index.d.ts +2 -2
  8. package/System.Collections.Concurrent/internal/index.d.ts +1 -0
  9. package/System.Collections.Concurrent.d.ts +11 -2
  10. package/System.Collections.Generic/internal/index.d.ts +10 -0
  11. package/System.Collections.Immutable/internal/index.d.ts +16 -11
  12. package/System.Collections.ObjectModel.d.ts +11 -2
  13. package/System.Collections.Specialized/internal/index.d.ts +3 -2
  14. package/System.ComponentModel/internal/index.d.ts +11 -7
  15. package/System.ComponentModel.Design/internal/index.d.ts +3 -0
  16. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -1
  17. package/System.Data/internal/index.d.ts +12 -7
  18. package/System.Data.SqlTypes/internal/index.d.ts +26 -26
  19. package/System.Data.d.ts +17 -4
  20. package/System.Diagnostics/internal/index.d.ts +19 -19
  21. package/System.Diagnostics.Metrics/internal/index.d.ts +4 -4
  22. package/System.Diagnostics.Metrics.d.ts +11 -2
  23. package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -1
  24. package/System.Drawing/internal/index.d.ts +7 -7
  25. package/System.Dynamic/internal/index.d.ts +2 -2
  26. package/System.Formats.Asn1/internal/index.d.ts +1 -1
  27. package/System.Globalization/internal/index.d.ts +1 -1
  28. package/System.IO/internal/index.d.ts +9 -9
  29. package/System.Linq/internal/index.d.ts +5 -0
  30. package/System.Linq.Expressions/internal/index.d.ts +47 -47
  31. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
  32. package/System.Linq.Expressions.d.ts +11 -2
  33. package/System.Linq.d.ts +35 -10
  34. package/System.Net/internal/index.d.ts +6 -2
  35. package/System.Net.Http/internal/index.d.ts +1 -1
  36. package/System.Net.Security/internal/index.d.ts +1 -1
  37. package/System.Net.ServerSentEvents.d.ts +11 -2
  38. package/System.Net.Sockets/internal/index.d.ts +2 -2
  39. package/System.Numerics/internal/index.d.ts +61 -21
  40. package/System.Numerics.d.ts +11 -2
  41. package/System.Reflection/internal/index.d.ts +3 -3
  42. package/System.Reflection.Emit/internal/index.d.ts +7 -7
  43. package/System.Reflection.Metadata/internal/index.d.ts +46 -43
  44. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +2 -2
  45. package/System.Resources/internal/index.d.ts +2 -0
  46. package/System.Runtime.CompilerServices/internal/index.d.ts +2 -1
  47. package/System.Runtime.CompilerServices.d.ts +41 -12
  48. package/System.Runtime.InteropServices/internal/index.d.ts +19 -18
  49. package/System.Runtime.InteropServices.JavaScript.d.ts +17 -2
  50. package/System.Runtime.InteropServices.Swift.d.ts +11 -2
  51. package/System.Runtime.InteropServices.d.ts +11 -2
  52. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  53. package/System.Runtime.Intrinsics.d.ts +29 -8
  54. package/System.Runtime.Versioning/internal/index.d.ts +1 -1
  55. package/System.Security.AccessControl.d.ts +23 -6
  56. package/System.Security.Cryptography/internal/index.d.ts +15 -15
  57. package/System.Security.Principal/internal/index.d.ts +1 -1
  58. package/System.Text/internal/index.d.ts +10 -9
  59. package/System.Text.Encodings.Web/internal/index.d.ts +7 -7
  60. package/System.Text.Json/internal/index.d.ts +1 -1
  61. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +1 -1
  62. package/System.Text.Json.Serialization.Metadata.d.ts +11 -2
  63. package/System.Text.Json.Serialization.d.ts +23 -6
  64. package/System.Threading/internal/index.d.ts +5 -5
  65. package/System.Threading.Channels.d.ts +13 -2
  66. package/System.Threading.Tasks/internal/index.d.ts +12 -12
  67. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +1 -1
  68. package/System.Threading.Tasks.Dataflow.d.ts +21 -2
  69. package/System.Threading.Tasks.Sources.d.ts +11 -2
  70. package/System.Threading.Tasks.d.ts +29 -8
  71. package/System.Transactions/internal/index.d.ts +1 -1
  72. package/System.Xml.Linq/internal/index.d.ts +10 -10
  73. package/System.d.ts +75 -14
  74. package/families.json +359 -0
  75. package/package.json +1 -1
  76. package/tsconfig.json +2 -1
package/families.json ADDED
@@ -0,0 +1,359 @@
1
+ {
2
+ "System.Action": {
3
+ "stem": "Action",
4
+ "namespace": "System",
5
+ "minArity": 0,
6
+ "maxArity": 16,
7
+ "isDelegate": true
8
+ },
9
+ "System.EventHandler": {
10
+ "stem": "EventHandler",
11
+ "namespace": "System",
12
+ "minArity": 0,
13
+ "maxArity": 2,
14
+ "isDelegate": true
15
+ },
16
+ "System.Func": {
17
+ "stem": "Func",
18
+ "namespace": "System",
19
+ "minArity": 1,
20
+ "maxArity": 17,
21
+ "isDelegate": true
22
+ },
23
+ "System.IComparable": {
24
+ "stem": "IComparable",
25
+ "namespace": "System",
26
+ "minArity": 0,
27
+ "maxArity": 1,
28
+ "isDelegate": false
29
+ },
30
+ "System.Lazy": {
31
+ "stem": "Lazy",
32
+ "namespace": "System",
33
+ "minArity": 1,
34
+ "maxArity": 2,
35
+ "isDelegate": false
36
+ },
37
+ "System.Nullable": {
38
+ "stem": "Nullable",
39
+ "namespace": "System",
40
+ "minArity": 0,
41
+ "maxArity": 1,
42
+ "isDelegate": false
43
+ },
44
+ "System.Tuple": {
45
+ "stem": "Tuple",
46
+ "namespace": "System",
47
+ "minArity": 0,
48
+ "maxArity": 8,
49
+ "isDelegate": false
50
+ },
51
+ "System.ValueTuple": {
52
+ "stem": "ValueTuple",
53
+ "namespace": "System",
54
+ "minArity": 0,
55
+ "maxArity": 8,
56
+ "isDelegate": false
57
+ },
58
+ "System.WeakReference": {
59
+ "stem": "WeakReference",
60
+ "namespace": "System",
61
+ "minArity": 0,
62
+ "maxArity": 1,
63
+ "isDelegate": false
64
+ },
65
+ "System.Buffers.SearchValues": {
66
+ "stem": "SearchValues",
67
+ "namespace": "System.Buffers",
68
+ "minArity": 0,
69
+ "maxArity": 1,
70
+ "isDelegate": false
71
+ },
72
+ "System.Collections.Concurrent.Partitioner": {
73
+ "stem": "Partitioner",
74
+ "namespace": "System.Collections.Concurrent",
75
+ "minArity": 0,
76
+ "maxArity": 1,
77
+ "isDelegate": false
78
+ },
79
+ "System.Collections.ObjectModel.ReadOnlyCollection": {
80
+ "stem": "ReadOnlyCollection",
81
+ "namespace": "System.Collections.ObjectModel",
82
+ "minArity": 0,
83
+ "maxArity": 1,
84
+ "isDelegate": false
85
+ },
86
+ "System.Data.DataRowComparer": {
87
+ "stem": "DataRowComparer",
88
+ "namespace": "System.Data",
89
+ "minArity": 0,
90
+ "maxArity": 1,
91
+ "isDelegate": false
92
+ },
93
+ "System.Data.EnumerableRowCollection": {
94
+ "stem": "EnumerableRowCollection",
95
+ "namespace": "System.Data",
96
+ "minArity": 0,
97
+ "maxArity": 1,
98
+ "isDelegate": false
99
+ },
100
+ "System.Diagnostics.Metrics.Instrument": {
101
+ "stem": "Instrument",
102
+ "namespace": "System.Diagnostics.Metrics",
103
+ "minArity": 0,
104
+ "maxArity": 1,
105
+ "isDelegate": false
106
+ },
107
+ "System.Linq.IQueryable": {
108
+ "stem": "IQueryable",
109
+ "namespace": "System.Linq",
110
+ "minArity": 0,
111
+ "maxArity": 1,
112
+ "isDelegate": false
113
+ },
114
+ "System.Linq.IOrderedQueryable": {
115
+ "stem": "IOrderedQueryable",
116
+ "namespace": "System.Linq",
117
+ "minArity": 0,
118
+ "maxArity": 1,
119
+ "isDelegate": false
120
+ },
121
+ "System.Linq.ParallelQuery": {
122
+ "stem": "ParallelQuery",
123
+ "namespace": "System.Linq",
124
+ "minArity": 0,
125
+ "maxArity": 1,
126
+ "isDelegate": false
127
+ },
128
+ "System.Linq.EnumerableExecutor": {
129
+ "stem": "EnumerableExecutor",
130
+ "namespace": "System.Linq",
131
+ "minArity": 0,
132
+ "maxArity": 1,
133
+ "isDelegate": false
134
+ },
135
+ "System.Linq.EnumerableQuery": {
136
+ "stem": "EnumerableQuery",
137
+ "namespace": "System.Linq",
138
+ "minArity": 0,
139
+ "maxArity": 1,
140
+ "isDelegate": false
141
+ },
142
+ "System.Linq.Expressions.Expression": {
143
+ "stem": "Expression",
144
+ "namespace": "System.Linq.Expressions",
145
+ "minArity": 0,
146
+ "maxArity": 1,
147
+ "isDelegate": false
148
+ },
149
+ "System.Net.ServerSentEvents.SseParser": {
150
+ "stem": "SseParser",
151
+ "namespace": "System.Net.ServerSentEvents",
152
+ "minArity": 0,
153
+ "maxArity": 1,
154
+ "isDelegate": false
155
+ },
156
+ "System.Numerics.Vector": {
157
+ "stem": "Vector",
158
+ "namespace": "System.Numerics",
159
+ "minArity": 0,
160
+ "maxArity": 1,
161
+ "isDelegate": false
162
+ },
163
+ "System.Runtime.CompilerServices.CallSite": {
164
+ "stem": "CallSite",
165
+ "namespace": "System.Runtime.CompilerServices",
166
+ "minArity": 0,
167
+ "maxArity": 1,
168
+ "isDelegate": false
169
+ },
170
+ "System.Runtime.CompilerServices.AsyncTaskMethodBuilder": {
171
+ "stem": "AsyncTaskMethodBuilder",
172
+ "namespace": "System.Runtime.CompilerServices",
173
+ "minArity": 0,
174
+ "maxArity": 1,
175
+ "isDelegate": false
176
+ },
177
+ "System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder": {
178
+ "stem": "AsyncValueTaskMethodBuilder",
179
+ "namespace": "System.Runtime.CompilerServices",
180
+ "minArity": 0,
181
+ "maxArity": 1,
182
+ "isDelegate": false
183
+ },
184
+ "System.Runtime.CompilerServices.PoolingAsyncValueTaskMethodBuilder": {
185
+ "stem": "PoolingAsyncValueTaskMethodBuilder",
186
+ "namespace": "System.Runtime.CompilerServices",
187
+ "minArity": 0,
188
+ "maxArity": 1,
189
+ "isDelegate": false
190
+ },
191
+ "System.Runtime.CompilerServices.TaskAwaiter": {
192
+ "stem": "TaskAwaiter",
193
+ "namespace": "System.Runtime.CompilerServices",
194
+ "minArity": 0,
195
+ "maxArity": 1,
196
+ "isDelegate": false
197
+ },
198
+ "System.Runtime.CompilerServices.ValueTaskAwaiter": {
199
+ "stem": "ValueTaskAwaiter",
200
+ "namespace": "System.Runtime.CompilerServices",
201
+ "minArity": 0,
202
+ "maxArity": 1,
203
+ "isDelegate": false
204
+ },
205
+ "System.Runtime.InteropServices.GCHandle": {
206
+ "stem": "GCHandle",
207
+ "namespace": "System.Runtime.InteropServices",
208
+ "minArity": 0,
209
+ "maxArity": 1,
210
+ "isDelegate": false
211
+ },
212
+ "System.Runtime.InteropServices.JavaScript.JSType\u002BFunction": {
213
+ "stem": "JSType_Function",
214
+ "namespace": "System.Runtime.InteropServices.JavaScript",
215
+ "minArity": 0,
216
+ "maxArity": 4,
217
+ "isDelegate": false
218
+ },
219
+ "System.Runtime.InteropServices.Swift.SwiftSelf": {
220
+ "stem": "SwiftSelf",
221
+ "namespace": "System.Runtime.InteropServices.Swift",
222
+ "minArity": 0,
223
+ "maxArity": 1,
224
+ "isDelegate": false
225
+ },
226
+ "System.Runtime.Intrinsics.Vector128": {
227
+ "stem": "Vector128",
228
+ "namespace": "System.Runtime.Intrinsics",
229
+ "minArity": 0,
230
+ "maxArity": 1,
231
+ "isDelegate": false
232
+ },
233
+ "System.Runtime.Intrinsics.Vector256": {
234
+ "stem": "Vector256",
235
+ "namespace": "System.Runtime.Intrinsics",
236
+ "minArity": 0,
237
+ "maxArity": 1,
238
+ "isDelegate": false
239
+ },
240
+ "System.Runtime.Intrinsics.Vector512": {
241
+ "stem": "Vector512",
242
+ "namespace": "System.Runtime.Intrinsics",
243
+ "minArity": 0,
244
+ "maxArity": 1,
245
+ "isDelegate": false
246
+ },
247
+ "System.Runtime.Intrinsics.Vector64": {
248
+ "stem": "Vector64",
249
+ "namespace": "System.Runtime.Intrinsics",
250
+ "minArity": 0,
251
+ "maxArity": 1,
252
+ "isDelegate": false
253
+ },
254
+ "System.Security.AccessControl.AccessRule": {
255
+ "stem": "AccessRule",
256
+ "namespace": "System.Security.AccessControl",
257
+ "minArity": 0,
258
+ "maxArity": 1,
259
+ "isDelegate": false
260
+ },
261
+ "System.Security.AccessControl.AuditRule": {
262
+ "stem": "AuditRule",
263
+ "namespace": "System.Security.AccessControl",
264
+ "minArity": 0,
265
+ "maxArity": 1,
266
+ "isDelegate": false
267
+ },
268
+ "System.Security.AccessControl.ObjectSecurity": {
269
+ "stem": "ObjectSecurity",
270
+ "namespace": "System.Security.AccessControl",
271
+ "minArity": 0,
272
+ "maxArity": 1,
273
+ "isDelegate": false
274
+ },
275
+ "System.Text.Json.Serialization.JsonConverter": {
276
+ "stem": "JsonConverter",
277
+ "namespace": "System.Text.Json.Serialization",
278
+ "minArity": 0,
279
+ "maxArity": 1,
280
+ "isDelegate": false
281
+ },
282
+ "System.Text.Json.Serialization.JsonStringEnumConverter": {
283
+ "stem": "JsonStringEnumConverter",
284
+ "namespace": "System.Text.Json.Serialization",
285
+ "minArity": 0,
286
+ "maxArity": 1,
287
+ "isDelegate": false
288
+ },
289
+ "System.Text.Json.Serialization.ReferenceHandler": {
290
+ "stem": "ReferenceHandler",
291
+ "namespace": "System.Text.Json.Serialization",
292
+ "minArity": 0,
293
+ "maxArity": 1,
294
+ "isDelegate": false
295
+ },
296
+ "System.Text.Json.Serialization.Metadata.JsonTypeInfo": {
297
+ "stem": "JsonTypeInfo",
298
+ "namespace": "System.Text.Json.Serialization.Metadata",
299
+ "minArity": 0,
300
+ "maxArity": 1,
301
+ "isDelegate": false
302
+ },
303
+ "System.Threading.Channels.Channel": {
304
+ "stem": "Channel",
305
+ "namespace": "System.Threading.Channels",
306
+ "minArity": 0,
307
+ "maxArity": 2,
308
+ "isDelegate": false
309
+ },
310
+ "System.Threading.Tasks.Task": {
311
+ "stem": "Task",
312
+ "namespace": "System.Threading.Tasks",
313
+ "minArity": 0,
314
+ "maxArity": 1,
315
+ "isDelegate": false
316
+ },
317
+ "System.Threading.Tasks.TaskFactory": {
318
+ "stem": "TaskFactory",
319
+ "namespace": "System.Threading.Tasks",
320
+ "minArity": 0,
321
+ "maxArity": 1,
322
+ "isDelegate": false
323
+ },
324
+ "System.Threading.Tasks.TaskCompletionSource": {
325
+ "stem": "TaskCompletionSource",
326
+ "namespace": "System.Threading.Tasks",
327
+ "minArity": 0,
328
+ "maxArity": 1,
329
+ "isDelegate": false
330
+ },
331
+ "System.Threading.Tasks.ValueTask": {
332
+ "stem": "ValueTask",
333
+ "namespace": "System.Threading.Tasks",
334
+ "minArity": 0,
335
+ "maxArity": 1,
336
+ "isDelegate": false
337
+ },
338
+ "System.Threading.Tasks.Dataflow.BatchedJoinBlock": {
339
+ "stem": "BatchedJoinBlock",
340
+ "namespace": "System.Threading.Tasks.Dataflow",
341
+ "minArity": 2,
342
+ "maxArity": 3,
343
+ "isDelegate": false
344
+ },
345
+ "System.Threading.Tasks.Dataflow.JoinBlock": {
346
+ "stem": "JoinBlock",
347
+ "namespace": "System.Threading.Tasks.Dataflow",
348
+ "minArity": 2,
349
+ "maxArity": 3,
350
+ "isDelegate": false
351
+ },
352
+ "System.Threading.Tasks.Sources.IValueTaskSource": {
353
+ "stem": "IValueTaskSource",
354
+ "namespace": "System.Threading.Tasks.Sources",
355
+ "minArity": 0,
356
+ "maxArity": 1,
357
+ "isDelegate": false
358
+ }
359
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsonic/dotnet",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "TypeScript type definitions for .NET 10 BCL (Base Class Library)",
5
5
  "type": "module",
6
6
  "files": [
package/tsconfig.json CHANGED
@@ -13,6 +13,7 @@
13
13
  "**/*.d.ts"
14
14
  ],
15
15
  "exclude": [
16
- "node_modules"
16
+ "node_modules",
17
+ "__build"
17
18
  ]
18
19
  }