@tsonic/dotnet 0.7.3 → 0.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +0 -25
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
- package/Microsoft.VisualBasic/bindings.json +203 -29
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -63
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +6 -31
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +10 -35
- package/Microsoft.Win32/internal/index.d.ts +0 -25
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
- package/System/bindings.json +4800 -552
- package/System/internal/index.d.ts +2608 -459
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +30 -55
- package/System.Buffers/internal/metadata.json +196 -24
- package/System.Buffers.Binary/bindings.json +182 -26
- package/System.Buffers.Binary/internal/index.d.ts +115 -140
- package/System.Buffers.Binary/internal/metadata.json +182 -26
- package/System.Buffers.Text/bindings.json +431 -49
- package/System.Buffers.Text/internal/index.d.ts +64 -89
- package/System.Buffers.Text/internal/metadata.json +431 -49
- package/System.Buffers.d.ts +11 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +8 -33
- package/System.Collections/bindings.json +11 -1
- package/System.Collections/internal/index.d.ts +2 -27
- package/System.Collections/internal/metadata.json +11 -1
- package/System.Collections.Concurrent/bindings.json +211 -29
- package/System.Collections.Concurrent/internal/index.d.ts +32 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Concurrent.d.ts +11 -2
- package/System.Collections.Frozen/bindings.json +56 -8
- package/System.Collections.Frozen/internal/index.d.ts +9 -34
- package/System.Collections.Frozen/internal/metadata.json +56 -8
- package/System.Collections.Generic/bindings.json +273 -35
- package/System.Collections.Generic/internal/index.d.ts +46 -61
- package/System.Collections.Generic/internal/metadata.json +273 -35
- package/System.Collections.Immutable/bindings.json +362 -50
- package/System.Collections.Immutable/internal/index.d.ts +65 -85
- package/System.Collections.Immutable/internal/metadata.json +362 -50
- package/System.Collections.ObjectModel/bindings.json +28 -4
- package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
- package/System.Collections.ObjectModel/internal/metadata.json +28 -4
- package/System.Collections.ObjectModel.d.ts +11 -2
- package/System.Collections.Specialized/internal/index.d.ts +3 -27
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +33 -54
- package/System.ComponentModel/internal/metadata.json +174 -18
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design/internal/index.d.ts +3 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -26
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +19 -39
- package/System.Data.Common/bindings.json +14 -2
- package/System.Data.Common/internal/index.d.ts +27 -52
- package/System.Data.Common/internal/metadata.json +14 -2
- package/System.Data.SqlTypes/internal/index.d.ts +27 -52
- package/System.Data.d.ts +17 -4
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +106 -131
- package/System.Diagnostics/internal/metadata.json +181 -23
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
- package/System.Diagnostics.Contracts/bindings.json +7 -1
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
- package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
- package/System.Diagnostics.Metrics/bindings.json +35 -5
- package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
- package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
- package/System.Diagnostics.Metrics.d.ts +11 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -26
- package/System.Diagnostics.Tracing/bindings.json +37 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
- package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
- package/System.Drawing/internal/index.d.ts +7 -32
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +19 -44
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +70 -95
- package/System.Formats.Asn1/internal/metadata.json +451 -49
- package/System.Formats.Tar/internal/index.d.ts +4 -29
- package/System.Globalization/bindings.json +28 -4
- package/System.Globalization/internal/index.d.ts +19 -44
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +206 -231
- package/System.IO/internal/metadata.json +35 -5
- package/System.IO.Compression/bindings.json +50 -6
- package/System.IO.Compression/internal/index.d.ts +51 -76
- package/System.IO.Compression/internal/metadata.json +50 -6
- package/System.IO.Enumeration/bindings.json +42 -6
- package/System.IO.Enumeration/internal/index.d.ts +11 -36
- package/System.IO.Enumeration/internal/metadata.json +42 -6
- package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
- package/System.IO.Pipelines/bindings.json +7 -1
- package/System.IO.Pipelines/internal/index.d.ts +17 -42
- package/System.IO.Pipelines/internal/metadata.json +7 -1
- package/System.IO.Pipes/internal/index.d.ts +11 -36
- package/System.Linq/bindings.json +7 -1
- package/System.Linq/internal/index.d.ts +337 -357
- package/System.Linq/internal/metadata.json +7 -1
- package/System.Linq.Expressions/bindings.json +14 -2
- package/System.Linq.Expressions/internal/index.d.ts +50 -75
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -27
- package/System.Linq.Expressions.d.ts +11 -2
- package/System.Linq.d.ts +35 -10
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +40 -61
- package/System.Net/internal/metadata.json +175 -25
- package/System.Net.Cache/internal/index.d.ts +0 -25
- package/System.Net.Http/bindings.json +21 -3
- package/System.Net.Http/internal/index.d.ts +22 -47
- package/System.Net.Http/internal/metadata.json +21 -3
- package/System.Net.Http.Headers/bindings.json +154 -22
- package/System.Net.Http.Headers/internal/index.d.ts +67 -92
- package/System.Net.Http.Headers/internal/metadata.json +154 -22
- package/System.Net.Http.Json/internal/index.d.ts +0 -25
- package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
- package/System.Net.Mail/bindings.json +21 -3
- package/System.Net.Mail/internal/index.d.ts +4 -29
- package/System.Net.Mail/internal/metadata.json +21 -3
- package/System.Net.Mime/internal/index.d.ts +0 -25
- package/System.Net.NetworkInformation/bindings.json +14 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
- package/System.Net.NetworkInformation/internal/metadata.json +14 -2
- package/System.Net.Quic/internal/index.d.ts +14 -39
- package/System.Net.Security/bindings.json +43 -5
- package/System.Net.Security/internal/index.d.ts +30 -55
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.ServerSentEvents.d.ts +11 -2
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +110 -135
- package/System.Net.Sockets/internal/metadata.json +224 -28
- package/System.Net.WebSockets/internal/index.d.ts +29 -54
- package/System.Numerics/bindings.json +1030 -142
- package/System.Numerics/internal/index.d.ts +303 -288
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Numerics.d.ts +11 -2
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +7 -32
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +10 -35
- package/System.Reflection.Emit/internal/metadata.json +26 -2
- package/System.Reflection.Metadata/bindings.json +46 -6
- package/System.Reflection.Metadata/internal/index.d.ts +77 -99
- package/System.Reflection.Metadata/internal/metadata.json +46 -6
- package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +26 -51
- package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
- package/System.Reflection.PortableExecutable/bindings.json +18 -2
- package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
- package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
- package/System.Resources/bindings.json +11 -1
- package/System.Resources/internal/index.d.ts +5 -28
- package/System.Resources/internal/metadata.json +11 -1
- package/System.Runtime/internal/index.d.ts +0 -25
- package/System.Runtime.CompilerServices/bindings.json +495 -57
- package/System.Runtime.CompilerServices/internal/index.d.ts +70 -94
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.CompilerServices.d.ts +41 -12
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
- package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices/bindings.json +377 -47
- package/System.Runtime.InteropServices/internal/index.d.ts +83 -107
- package/System.Runtime.InteropServices/internal/metadata.json +377 -47
- package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
- package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
- package/System.Runtime.InteropServices.JavaScript.d.ts +17 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
- package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
- package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.Swift.d.ts +11 -2
- package/System.Runtime.InteropServices.d.ts +11 -2
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +804 -829
- package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
- package/System.Runtime.Intrinsics.d.ts +29 -8
- package/System.Runtime.Loader/internal/index.d.ts +0 -25
- package/System.Runtime.Remoting/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization/bindings.json +71 -9
- package/System.Runtime.Serialization/internal/index.d.ts +9 -34
- package/System.Runtime.Serialization/internal/metadata.json +71 -9
- package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
- package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
- package/System.Runtime.Versioning/internal/index.d.ts +1 -26
- package/System.Security/internal/index.d.ts +1 -26
- package/System.Security.AccessControl/bindings.json +14 -2
- package/System.Security.AccessControl/internal/index.d.ts +3 -28
- package/System.Security.AccessControl/internal/metadata.json +14 -2
- package/System.Security.AccessControl.d.ts +23 -6
- package/System.Security.Authentication/internal/index.d.ts +0 -25
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
- package/System.Security.Claims/internal/index.d.ts +1 -26
- package/System.Security.Cryptography/bindings.json +1348 -192
- package/System.Security.Cryptography/internal/index.d.ts +608 -633
- package/System.Security.Cryptography/internal/metadata.json +1348 -192
- package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
- package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
- package/System.Security.Permissions/internal/index.d.ts +0 -25
- package/System.Security.Policy/internal/index.d.ts +0 -25
- package/System.Security.Principal/internal/index.d.ts +1 -26
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +146 -170
- package/System.Text/internal/metadata.json +494 -58
- package/System.Text.Encodings.Web/bindings.json +29 -3
- package/System.Text.Encodings.Web/internal/index.d.ts +14 -39
- package/System.Text.Encodings.Web/internal/metadata.json +29 -3
- package/System.Text.Json/bindings.json +309 -43
- package/System.Text.Json/internal/index.d.ts +142 -167
- package/System.Text.Json/internal/metadata.json +309 -43
- package/System.Text.Json.Nodes/bindings.json +46 -6
- package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
- package/System.Text.Json.Nodes/internal/metadata.json +46 -6
- package/System.Text.Json.Schema/internal/index.d.ts +1 -26
- package/System.Text.Json.Serialization/bindings.json +21 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
- package/System.Text.Json.Serialization/internal/metadata.json +21 -3
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +21 -46
- package/System.Text.Json.Serialization.Metadata.d.ts +11 -2
- package/System.Text.Json.Serialization.d.ts +23 -6
- package/System.Text.RegularExpressions/bindings.json +14 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
- package/System.Text.RegularExpressions/internal/metadata.json +14 -2
- package/System.Text.Unicode/bindings.json +58 -6
- package/System.Text.Unicode/internal/index.d.ts +12 -37
- package/System.Text.Unicode/internal/metadata.json +58 -6
- package/System.Threading/bindings.json +1012 -140
- package/System.Threading/internal/index.d.ts +154 -179
- package/System.Threading/internal/metadata.json +1012 -140
- package/System.Threading.Channels/bindings.json +14 -2
- package/System.Threading.Channels/internal/index.d.ts +5 -30
- package/System.Threading.Channels/internal/metadata.json +14 -2
- package/System.Threading.Channels.d.ts +13 -2
- package/System.Threading.Tasks/internal/index.d.ts +35 -60
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +34 -59
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Dataflow.d.ts +21 -2
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Threading.Tasks.Sources.d.ts +11 -2
- package/System.Threading.Tasks.d.ts +29 -8
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +1 -26
- package/System.Web/internal/index.d.ts +0 -25
- package/System.Windows.Input/internal/index.d.ts +0 -25
- package/System.Windows.Markup/internal/index.d.ts +0 -25
- package/System.Xml/bindings.json +197 -27
- package/System.Xml/internal/index.d.ts +35 -60
- package/System.Xml/internal/metadata.json +197 -27
- package/System.Xml.Linq/internal/index.d.ts +10 -35
- package/System.Xml.Resolvers/internal/index.d.ts +0 -25
- package/System.Xml.Schema/internal/index.d.ts +0 -25
- package/System.Xml.Serialization/internal/index.d.ts +0 -25
- package/System.Xml.XPath/internal/index.d.ts +1 -26
- package/System.Xml.Xsl/internal/index.d.ts +1 -26
- package/System.Xml.Xsl.Runtime/bindings.json +35 -5
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
- package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
- package/System.d.ts +75 -14
- package/__internal/extensions/index.d.ts +463 -463
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -1
|
@@ -19,31 +19,6 @@ import type { IXmlNamespaceResolver, XmlNamespaceManager, XmlNamespaceScope, Xml
|
|
|
19
19
|
import * as System_Internal from "../../System/internal/index.js";
|
|
20
20
|
import type { AsyncCallback, Boolean as ClrBoolean, Byte, Delegate, EventArgs, Exception, IAsyncResult, ICloneable, Int32, IntPtr, MulticastDelegate, Object as ClrObject, String as ClrString, SystemException, Type, Void } from "../../System/internal/index.js";
|
|
21
21
|
|
|
22
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
23
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
24
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
25
|
-
export type CLROf<T> =
|
|
26
|
-
T extends sbyte ? System_Internal.SByte :
|
|
27
|
-
T extends short ? System_Internal.Int16 :
|
|
28
|
-
T extends int ? System_Internal.Int32 :
|
|
29
|
-
T extends long ? System_Internal.Int64 :
|
|
30
|
-
T extends int128 ? System_Internal.Int128 :
|
|
31
|
-
T extends nint ? System_Internal.IntPtr :
|
|
32
|
-
T extends byte ? System_Internal.Byte :
|
|
33
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
34
|
-
T extends uint ? System_Internal.UInt32 :
|
|
35
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
36
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
37
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
38
|
-
T extends half ? System_Internal.Half :
|
|
39
|
-
T extends float ? System_Internal.Single :
|
|
40
|
-
T extends double ? System_Internal.Double :
|
|
41
|
-
T extends decimal ? System_Internal.Decimal :
|
|
42
|
-
T extends char ? System_Internal.Char :
|
|
43
|
-
T extends boolean ? System_Internal.Boolean :
|
|
44
|
-
T extends string ? System_Internal.String :
|
|
45
|
-
T; // Identity fallback for non-primitive types
|
|
46
|
-
|
|
47
22
|
export type XsltMessageEncounteredEventHandler = (sender: unknown, e: XsltMessageEncounteredEventArgs) => void;
|
|
48
23
|
|
|
49
24
|
|
|
@@ -146,7 +121,7 @@ export interface XsltContext$instance extends XmlNamespaceManager {
|
|
|
146
121
|
readonly whitespace: boolean;
|
|
147
122
|
compareDocument(baseUri: string, nextbaseUri: string): int;
|
|
148
123
|
getEnumerator(): IEnumerator;
|
|
149
|
-
getNamespacesInScope(scope: XmlNamespaceScope): IDictionary_2<
|
|
124
|
+
getNamespacesInScope(scope: XmlNamespaceScope): IDictionary_2<System_Internal.String, System_Internal.String>;
|
|
150
125
|
lookupNamespace(prefix: string): string;
|
|
151
126
|
preserveWhitespace(node: XPathNavigator): boolean;
|
|
152
127
|
resolveFunction(prefix: string, name: string, ArgTypes: XPathResultType[]): IXsltContextFunction;
|
|
@@ -13154,7 +13154,13 @@
|
|
|
13154
13154
|
"parameterCount": 3,
|
|
13155
13155
|
"declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryRuntime",
|
|
13156
13156
|
"declaringAssemblyName": "System.Private.Xml",
|
|
13157
|
-
"isExtensionMethod": false
|
|
13157
|
+
"isExtensionMethod": false,
|
|
13158
|
+
"parameterModifiers": [
|
|
13159
|
+
{
|
|
13160
|
+
"index": 2,
|
|
13161
|
+
"modifier": "out"
|
|
13162
|
+
}
|
|
13163
|
+
]
|
|
13158
13164
|
},
|
|
13159
13165
|
{
|
|
13160
13166
|
"stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryRuntime::AddNewIndex(System.Xml.XPath.XPathNavigator,System.Int32,System.Xml.Xsl.Runtime.XmlILIndex):System.Void",
|
|
@@ -13182,7 +13188,13 @@
|
|
|
13182
13188
|
"parameterCount": 1,
|
|
13183
13189
|
"declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryRuntime",
|
|
13184
13190
|
"declaringAssemblyName": "System.Private.Xml",
|
|
13185
|
-
"isExtensionMethod": false
|
|
13191
|
+
"isExtensionMethod": false,
|
|
13192
|
+
"parameterModifiers": [
|
|
13193
|
+
{
|
|
13194
|
+
"index": 0,
|
|
13195
|
+
"modifier": "out"
|
|
13196
|
+
}
|
|
13197
|
+
]
|
|
13186
13198
|
},
|
|
13187
13199
|
{
|
|
13188
13200
|
"stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryRuntime::EndSequenceConstruction(System.Xml.Xsl.Runtime.XmlQueryOutput\u0026):System.Collections.Generic.IList_1[[System.Xml.XPath.XPathItem,System.Private.Xml,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]",
|
|
@@ -13196,7 +13208,13 @@
|
|
|
13196
13208
|
"parameterCount": 1,
|
|
13197
13209
|
"declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryRuntime",
|
|
13198
13210
|
"declaringAssemblyName": "System.Private.Xml",
|
|
13199
|
-
"isExtensionMethod": false
|
|
13211
|
+
"isExtensionMethod": false,
|
|
13212
|
+
"parameterModifiers": [
|
|
13213
|
+
{
|
|
13214
|
+
"index": 0,
|
|
13215
|
+
"modifier": "out"
|
|
13216
|
+
}
|
|
13217
|
+
]
|
|
13200
13218
|
},
|
|
13201
13219
|
{
|
|
13202
13220
|
"stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryRuntime::StartRtfConstruction(System.String,System.Xml.Xsl.Runtime.XmlQueryOutput\u0026):System.Void",
|
|
@@ -13210,7 +13228,13 @@
|
|
|
13210
13228
|
"parameterCount": 2,
|
|
13211
13229
|
"declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryRuntime",
|
|
13212
13230
|
"declaringAssemblyName": "System.Private.Xml",
|
|
13213
|
-
"isExtensionMethod": false
|
|
13231
|
+
"isExtensionMethod": false,
|
|
13232
|
+
"parameterModifiers": [
|
|
13233
|
+
{
|
|
13234
|
+
"index": 1,
|
|
13235
|
+
"modifier": "out"
|
|
13236
|
+
}
|
|
13237
|
+
]
|
|
13214
13238
|
},
|
|
13215
13239
|
{
|
|
13216
13240
|
"stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryRuntime::EndRtfConstruction(System.Xml.Xsl.Runtime.XmlQueryOutput\u0026):System.Xml.XPath.XPathNavigator",
|
|
@@ -13224,7 +13248,13 @@
|
|
|
13224
13248
|
"parameterCount": 1,
|
|
13225
13249
|
"declaringClrType": "System.Xml.Xsl.Runtime.XmlQueryRuntime",
|
|
13226
13250
|
"declaringAssemblyName": "System.Private.Xml",
|
|
13227
|
-
"isExtensionMethod": false
|
|
13251
|
+
"isExtensionMethod": false,
|
|
13252
|
+
"parameterModifiers": [
|
|
13253
|
+
{
|
|
13254
|
+
"index": 0,
|
|
13255
|
+
"modifier": "out"
|
|
13256
|
+
}
|
|
13257
|
+
]
|
|
13228
13258
|
},
|
|
13229
13259
|
{
|
|
13230
13260
|
"stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryRuntime::TextRtfConstruction(System.String,System.String):System.Xml.XPath.XPathNavigator",
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
|
|
7
7
|
|
|
8
8
|
// Import support types from @tsonic/types
|
|
9
|
-
import type { ptr
|
|
9
|
+
import type { ptr } from "@tsonic/types";
|
|
10
10
|
|
|
11
11
|
// Import types from other namespaces
|
|
12
12
|
import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -22,31 +22,6 @@ import type { WriteState, XmlNameTable, XmlQualifiedName, XmlReader, XmlSpace, X
|
|
|
22
22
|
import * as System_Internal from "../../System/internal/index.js";
|
|
23
23
|
import type { Array as ClrArray, Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Decimal, Double, Enum, IAsyncDisposable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, Single, String as ClrString, TimeSpan, Type, TypeCode, ValueType, Void } from "../../System/internal/index.js";
|
|
24
24
|
|
|
25
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
26
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
27
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
28
|
-
export type CLROf<T> =
|
|
29
|
-
T extends sbyte ? System_Internal.SByte :
|
|
30
|
-
T extends short ? System_Internal.Int16 :
|
|
31
|
-
T extends int ? System_Internal.Int32 :
|
|
32
|
-
T extends long ? System_Internal.Int64 :
|
|
33
|
-
T extends int128 ? System_Internal.Int128 :
|
|
34
|
-
T extends nint ? System_Internal.IntPtr :
|
|
35
|
-
T extends byte ? System_Internal.Byte :
|
|
36
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
37
|
-
T extends uint ? System_Internal.UInt32 :
|
|
38
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
39
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
40
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
41
|
-
T extends half ? System_Internal.Half :
|
|
42
|
-
T extends float ? System_Internal.Single :
|
|
43
|
-
T extends double ? System_Internal.Double :
|
|
44
|
-
T extends decimal ? System_Internal.Decimal :
|
|
45
|
-
T extends char ? System_Internal.Char :
|
|
46
|
-
T extends boolean ? System_Internal.Boolean :
|
|
47
|
-
T extends string ? System_Internal.String :
|
|
48
|
-
T; // Identity fallback for non-primitive types
|
|
49
|
-
|
|
50
25
|
export enum IteratorResult {
|
|
51
26
|
noMoreNodes = 0,
|
|
52
27
|
needInputNode = 1,
|
|
@@ -824,9 +799,9 @@ export interface XmlQueryRuntime$instance {
|
|
|
824
799
|
debugSetGlobalValue(name: string, value: unknown): void;
|
|
825
800
|
docOrderDistinct(seq: IList_1<XPathNavigator>): IList_1<XPathNavigator>;
|
|
826
801
|
earlyBoundFunctionExists(name: string, namespaceUri: string): boolean;
|
|
827
|
-
endRtfConstruction(output:
|
|
828
|
-
endSequenceConstruction(output:
|
|
829
|
-
findIndex(context: XPathNavigator, indexId: int, index:
|
|
802
|
+
endRtfConstruction(output: XmlQueryOutput): XPathNavigator;
|
|
803
|
+
endSequenceConstruction(output: XmlQueryOutput): IList_1<XPathItem>;
|
|
804
|
+
findIndex(context: XPathNavigator, indexId: int, index: XmlILIndex): boolean;
|
|
830
805
|
generateId(navigator: XPathNavigator): string;
|
|
831
806
|
getAtomizedName(index: int): string;
|
|
832
807
|
getCollation(index: int): XmlCollation;
|
|
@@ -845,8 +820,8 @@ export interface XmlQueryRuntime$instance {
|
|
|
845
820
|
parseTagName(tagName: string, ns: string): XmlQualifiedName;
|
|
846
821
|
sendMessage(message: string): void;
|
|
847
822
|
setGlobalValue(index: int, value: unknown): void;
|
|
848
|
-
startRtfConstruction(baseUri: string, output:
|
|
849
|
-
startSequenceConstruction(output:
|
|
823
|
+
startRtfConstruction(baseUri: string, output: XmlQueryOutput): void;
|
|
824
|
+
startSequenceConstruction(output: XmlQueryOutput): void;
|
|
850
825
|
textRtfConstruction(text: string, baseUri: string): XPathNavigator;
|
|
851
826
|
throwException(text: string): void;
|
|
852
827
|
}
|
|
@@ -900,7 +875,7 @@ export interface XsltLibrary$instance {
|
|
|
900
875
|
checkScriptNamespace(nsUri: string): int;
|
|
901
876
|
elementAvailable(name: XmlQualifiedName): boolean;
|
|
902
877
|
equalityOperator(opCode: double, left: IList_1<XPathItem>, right: IList_1<XPathItem>): boolean;
|
|
903
|
-
formatMessage(res: string, args: IList_1<
|
|
878
|
+
formatMessage(res: string, args: IList_1<System_Internal.String>): string;
|
|
904
879
|
formatNumberDynamic(value: double, formatPicture: string, decimalFormatName: XmlQualifiedName, errorMessageName: string): string;
|
|
905
880
|
formatNumberStatic(value: double, decimalFormatterIndex: double): string;
|
|
906
881
|
functionAvailable(name: XmlQualifiedName): boolean;
|
|
@@ -6399,7 +6399,13 @@
|
|
|
6399
6399
|
"isSealed": false,
|
|
6400
6400
|
"arity": 0,
|
|
6401
6401
|
"parameterCount": 3,
|
|
6402
|
-
"isExtensionMethod": false
|
|
6402
|
+
"isExtensionMethod": false,
|
|
6403
|
+
"parameterModifiers": [
|
|
6404
|
+
{
|
|
6405
|
+
"index": 2,
|
|
6406
|
+
"modifier": "out"
|
|
6407
|
+
}
|
|
6408
|
+
]
|
|
6403
6409
|
},
|
|
6404
6410
|
{
|
|
6405
6411
|
"stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryRuntime::AddNewIndex(System.Xml.XPath.XPathNavigator,System.Int32,System.Xml.Xsl.Runtime.XmlILIndex):System.Void",
|
|
@@ -6431,7 +6437,13 @@
|
|
|
6431
6437
|
"isSealed": false,
|
|
6432
6438
|
"arity": 0,
|
|
6433
6439
|
"parameterCount": 1,
|
|
6434
|
-
"isExtensionMethod": false
|
|
6440
|
+
"isExtensionMethod": false,
|
|
6441
|
+
"parameterModifiers": [
|
|
6442
|
+
{
|
|
6443
|
+
"index": 0,
|
|
6444
|
+
"modifier": "out"
|
|
6445
|
+
}
|
|
6446
|
+
]
|
|
6435
6447
|
},
|
|
6436
6448
|
{
|
|
6437
6449
|
"stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryRuntime::EndSequenceConstruction(System.Xml.Xsl.Runtime.XmlQueryOutput\u0026):System.Collections.Generic.IList_1[[System.Xml.XPath.XPathItem,System.Private.Xml,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51]]",
|
|
@@ -6447,7 +6459,13 @@
|
|
|
6447
6459
|
"isSealed": false,
|
|
6448
6460
|
"arity": 0,
|
|
6449
6461
|
"parameterCount": 1,
|
|
6450
|
-
"isExtensionMethod": false
|
|
6462
|
+
"isExtensionMethod": false,
|
|
6463
|
+
"parameterModifiers": [
|
|
6464
|
+
{
|
|
6465
|
+
"index": 0,
|
|
6466
|
+
"modifier": "out"
|
|
6467
|
+
}
|
|
6468
|
+
]
|
|
6451
6469
|
},
|
|
6452
6470
|
{
|
|
6453
6471
|
"stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryRuntime::StartRtfConstruction(System.String,System.Xml.Xsl.Runtime.XmlQueryOutput\u0026):System.Void",
|
|
@@ -6463,7 +6481,13 @@
|
|
|
6463
6481
|
"isSealed": false,
|
|
6464
6482
|
"arity": 0,
|
|
6465
6483
|
"parameterCount": 2,
|
|
6466
|
-
"isExtensionMethod": false
|
|
6484
|
+
"isExtensionMethod": false,
|
|
6485
|
+
"parameterModifiers": [
|
|
6486
|
+
{
|
|
6487
|
+
"index": 1,
|
|
6488
|
+
"modifier": "out"
|
|
6489
|
+
}
|
|
6490
|
+
]
|
|
6467
6491
|
},
|
|
6468
6492
|
{
|
|
6469
6493
|
"stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryRuntime::EndRtfConstruction(System.Xml.Xsl.Runtime.XmlQueryOutput\u0026):System.Xml.XPath.XPathNavigator",
|
|
@@ -6479,7 +6503,13 @@
|
|
|
6479
6503
|
"isSealed": false,
|
|
6480
6504
|
"arity": 0,
|
|
6481
6505
|
"parameterCount": 1,
|
|
6482
|
-
"isExtensionMethod": false
|
|
6506
|
+
"isExtensionMethod": false,
|
|
6507
|
+
"parameterModifiers": [
|
|
6508
|
+
{
|
|
6509
|
+
"index": 0,
|
|
6510
|
+
"modifier": "out"
|
|
6511
|
+
}
|
|
6512
|
+
]
|
|
6483
6513
|
},
|
|
6484
6514
|
{
|
|
6485
6515
|
"stableId": "System.Private.Xml:System.Xml.Xsl.Runtime.XmlQueryRuntime::TextRtfConstruction(System.String,System.String):System.Xml.XPath.XPathNavigator",
|
package/System.d.ts
CHANGED
|
@@ -119,8 +119,6 @@ export { DuplicateWaitObjectException as DuplicateWaitObjectException } from './
|
|
|
119
119
|
export { EntryPointNotFoundException as EntryPointNotFoundException } from './System/internal/index.js';
|
|
120
120
|
export { EnvironmentVariableTarget as EnvironmentVariableTarget } from './System/internal/index.js';
|
|
121
121
|
export { EventArgs as EventArgs } from './System/internal/index.js';
|
|
122
|
-
export type EventHandler_0 = Internal.EventHandler;
|
|
123
|
-
export type EventHandler<TEventArgs> = Internal.EventHandler_1<TEventArgs>;
|
|
124
122
|
export { ExecutionEngineException as ExecutionEngineException } from './System/internal/index.js';
|
|
125
123
|
export { FieldAccessException as FieldAccessException } from './System/internal/index.js';
|
|
126
124
|
export { FlagsAttribute as FlagsAttribute } from './System/internal/index.js';
|
|
@@ -135,8 +133,6 @@ export { HashCode as HashCode } from './System/internal/index.js';
|
|
|
135
133
|
export type IAsyncDisposable = Internal.IAsyncDisposable;
|
|
136
134
|
export type IAsyncResult = Internal.IAsyncResult;
|
|
137
135
|
export type ICloneable = Internal.ICloneable;
|
|
138
|
-
export type IComparable_0 = Internal.IComparable;
|
|
139
|
-
export type IComparable<T> = Internal.IComparable_1<T>;
|
|
140
136
|
export type IConvertible = Internal.IConvertible;
|
|
141
137
|
export type ICustomFormatter = Internal.ICustomFormatter;
|
|
142
138
|
export type IDisposable = Internal.IDisposable;
|
|
@@ -162,7 +158,6 @@ export type IProgress<T> = Internal.IProgress_1<T>;
|
|
|
162
158
|
export type ISpanFormattable = Internal.ISpanFormattable;
|
|
163
159
|
export type IUtf8SpanFormattable = Internal.IUtf8SpanFormattable;
|
|
164
160
|
export type IUtf8SpanParsable<TSelf extends Internal.IUtf8SpanParsable_1<TSelf>> = Internal.IUtf8SpanParsable_1<TSelf>;
|
|
165
|
-
export { Lazy_1 as Lazy } from './System/internal/index.js';
|
|
166
161
|
export { LoaderOptimization as LoaderOptimization } from './System/internal/index.js';
|
|
167
162
|
export { LoaderOptimizationAttribute as LoaderOptimizationAttribute } from './System/internal/index.js';
|
|
168
163
|
export { LocalDataStoreSlot as LocalDataStoreSlot } from './System/internal/index.js';
|
|
@@ -182,8 +177,6 @@ export { NonSerializedAttribute as NonSerializedAttribute } from './System/inter
|
|
|
182
177
|
export { NotFiniteNumberException as NotFiniteNumberException } from './System/internal/index.js';
|
|
183
178
|
export { NotImplementedException as NotImplementedException } from './System/internal/index.js';
|
|
184
179
|
export { NotSupportedException as NotSupportedException } from './System/internal/index.js';
|
|
185
|
-
export { Nullable_1 as Nullable } from './System/internal/index.js';
|
|
186
|
-
export { Nullable$instance as Nullable_0 } from './System/internal/index.js';
|
|
187
180
|
export { NullReferenceException as NullReferenceException } from './System/internal/index.js';
|
|
188
181
|
export { ObjectDisposedException as ObjectDisposedException } from './System/internal/index.js';
|
|
189
182
|
export { ObsoleteAttribute as ObsoleteAttribute } from './System/internal/index.js';
|
|
@@ -225,8 +218,6 @@ export { TimeZoneInfo as TimeZoneInfo } from './System/internal/index.js';
|
|
|
225
218
|
export { TimeZoneInfo_AdjustmentRule as TimeZoneInfo_AdjustmentRule } from './System/internal/index.js';
|
|
226
219
|
export { TimeZoneInfo_TransitionTime as TimeZoneInfo_TransitionTime } from './System/internal/index.js';
|
|
227
220
|
export { TimeZoneNotFoundException as TimeZoneNotFoundException } from './System/internal/index.js';
|
|
228
|
-
export { Tuple$instance as Tuple_0 } from './System/internal/index.js';
|
|
229
|
-
export { Tuple_1 as Tuple } from './System/internal/index.js';
|
|
230
221
|
export { TupleExtensions$instance as TupleExtensions } from './System/internal/index.js';
|
|
231
222
|
export { TypeAccessException as TypeAccessException } from './System/internal/index.js';
|
|
232
223
|
export { TypeCode as TypeCode } from './System/internal/index.js';
|
|
@@ -241,12 +232,8 @@ export { UnauthorizedAccessException as UnauthorizedAccessException } from './Sy
|
|
|
241
232
|
export { UnhandledExceptionEventArgs as UnhandledExceptionEventArgs } from './System/internal/index.js';
|
|
242
233
|
export type UnhandledExceptionEventHandler = Internal.UnhandledExceptionEventHandler;
|
|
243
234
|
export { UnitySerializationHolder as UnitySerializationHolder } from './System/internal/index.js';
|
|
244
|
-
export { ValueTuple as ValueTuple_0 } from './System/internal/index.js';
|
|
245
|
-
export { ValueTuple_1 as ValueTuple } from './System/internal/index.js';
|
|
246
235
|
export { Version as Version } from './System/internal/index.js';
|
|
247
236
|
export { Void as Void } from './System/internal/index.js';
|
|
248
|
-
export { WeakReference as WeakReference_0 } from './System/internal/index.js';
|
|
249
|
-
export { WeakReference_1 as WeakReference } from './System/internal/index.js';
|
|
250
237
|
export { TimeProvider as TimeProvider } from './System/internal/index.js';
|
|
251
238
|
export type IParsable<TSelf extends Internal.IParsable_1<TSelf>> = Internal.IParsable_1<TSelf>;
|
|
252
239
|
export type ISpanParsable<TSelf extends Internal.ISpanParsable_1<TSelf>> = Internal.ISpanParsable_1<TSelf>;
|
|
@@ -271,7 +258,7 @@ export { NetTcpStyleUriParser as NetTcpStyleUriParser } from './System/internal/
|
|
|
271
258
|
export { UriPartial as UriPartial } from './System/internal/index.js';
|
|
272
259
|
export { UriParser as UriParser } from './System/internal/index.js';
|
|
273
260
|
|
|
274
|
-
//
|
|
261
|
+
// Multi-arity family sentinel (detects unspecified type parameters)
|
|
275
262
|
declare const __unspecified: unique symbol;
|
|
276
263
|
export type __ = typeof __unspecified;
|
|
277
264
|
|
|
@@ -311,6 +298,14 @@ export type Action<
|
|
|
311
298
|
[T16] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12, arg13: T13, arg14: T14, arg15: T15) => void) | Internal.Action_15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) :
|
|
312
299
|
(((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12, arg13: T13, arg14: T14, arg15: T15, arg16: T16) => void) | Internal.Action_16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>);
|
|
313
300
|
|
|
301
|
+
export type EventHandler<
|
|
302
|
+
T1 = __,
|
|
303
|
+
T2 = __,
|
|
304
|
+
> =
|
|
305
|
+
[T1] extends [__] ? ((() => void) | Internal.EventHandler) :
|
|
306
|
+
[T2] extends [__] ? (((arg1: T1) => void) | Internal.EventHandler_1<T1>) :
|
|
307
|
+
(((arg1: T1, arg2: T2) => void) | Internal.EventHandler_2<T1, T2>);
|
|
308
|
+
|
|
314
309
|
export type Func<
|
|
315
310
|
T1 = __,
|
|
316
311
|
T2 = __,
|
|
@@ -347,3 +342,69 @@ export type Func<
|
|
|
347
342
|
[T16] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12, arg13: T13, arg14: T14) => T15) | Internal.Func_15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) :
|
|
348
343
|
[T17] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12, arg13: T13, arg14: T14, arg15: T15) => T16) | Internal.Func_16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) :
|
|
349
344
|
(((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12, arg13: T13, arg14: T14, arg15: T15, arg16: T16) => T17) | Internal.Func_17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>);
|
|
345
|
+
|
|
346
|
+
export type IComparable<
|
|
347
|
+
T1 = __,
|
|
348
|
+
> =
|
|
349
|
+
[T1] extends [__] ? Internal.IComparable :
|
|
350
|
+
Internal.IComparable_1<T1>;
|
|
351
|
+
|
|
352
|
+
export type Lazy<
|
|
353
|
+
T1 = __,
|
|
354
|
+
T2 = __,
|
|
355
|
+
> =
|
|
356
|
+
[T2] extends [__] ? Internal.Lazy_1<T1> :
|
|
357
|
+
Internal.Lazy_2<T1, T2>;
|
|
358
|
+
|
|
359
|
+
export type Nullable<
|
|
360
|
+
T1 = __,
|
|
361
|
+
> =
|
|
362
|
+
[T1] extends [__] ? Internal.Nullable :
|
|
363
|
+
[T1] extends [unknown] ? Internal.Nullable_1<T1> : never;
|
|
364
|
+
|
|
365
|
+
export type Tuple<
|
|
366
|
+
T1 = __,
|
|
367
|
+
T2 = __,
|
|
368
|
+
T3 = __,
|
|
369
|
+
T4 = __,
|
|
370
|
+
T5 = __,
|
|
371
|
+
T6 = __,
|
|
372
|
+
T7 = __,
|
|
373
|
+
T8 = __,
|
|
374
|
+
> =
|
|
375
|
+
[T1] extends [__] ? Internal.Tuple :
|
|
376
|
+
[T2] extends [__] ? Internal.Tuple_1<T1> :
|
|
377
|
+
[T3] extends [__] ? Internal.Tuple_2<T1, T2> :
|
|
378
|
+
[T4] extends [__] ? Internal.Tuple_3<T1, T2, T3> :
|
|
379
|
+
[T5] extends [__] ? Internal.Tuple_4<T1, T2, T3, T4> :
|
|
380
|
+
[T6] extends [__] ? Internal.Tuple_5<T1, T2, T3, T4, T5> :
|
|
381
|
+
[T7] extends [__] ? Internal.Tuple_6<T1, T2, T3, T4, T5, T6> :
|
|
382
|
+
[T8] extends [__] ? Internal.Tuple_7<T1, T2, T3, T4, T5, T6, T7> :
|
|
383
|
+
Internal.Tuple_8<T1, T2, T3, T4, T5, T6, T7, T8>;
|
|
384
|
+
|
|
385
|
+
export type ValueTuple<
|
|
386
|
+
T1 = __,
|
|
387
|
+
T2 = __,
|
|
388
|
+
T3 = __,
|
|
389
|
+
T4 = __,
|
|
390
|
+
T5 = __,
|
|
391
|
+
T6 = __,
|
|
392
|
+
T7 = __,
|
|
393
|
+
T8 = __,
|
|
394
|
+
> =
|
|
395
|
+
[T1] extends [__] ? Internal.ValueTuple :
|
|
396
|
+
[T2] extends [__] ? Internal.ValueTuple_1<T1> :
|
|
397
|
+
[T3] extends [__] ? Internal.ValueTuple_2<T1, T2> :
|
|
398
|
+
[T4] extends [__] ? Internal.ValueTuple_3<T1, T2, T3> :
|
|
399
|
+
[T5] extends [__] ? Internal.ValueTuple_4<T1, T2, T3, T4> :
|
|
400
|
+
[T6] extends [__] ? Internal.ValueTuple_5<T1, T2, T3, T4, T5> :
|
|
401
|
+
[T7] extends [__] ? Internal.ValueTuple_6<T1, T2, T3, T4, T5, T6> :
|
|
402
|
+
[T8] extends [__] ? Internal.ValueTuple_7<T1, T2, T3, T4, T5, T6, T7> :
|
|
403
|
+
[T8] extends [unknown] ? Internal.ValueTuple_8<T1, T2, T3, T4, T5, T6, T7, T8> : never;
|
|
404
|
+
|
|
405
|
+
export type WeakReference<
|
|
406
|
+
T1 = __,
|
|
407
|
+
> =
|
|
408
|
+
[T1] extends [__] ? Internal.WeakReference :
|
|
409
|
+
Internal.WeakReference_1<T1>;
|
|
410
|
+
|