@tsonic/dotnet 0.7.4 → 0.7.7
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 +30 -55
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +4 -29
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +6 -31
- 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 +2537 -395
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +29 -54
- 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.CodeDom.Compiler/internal/index.d.ts +6 -31
- 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 +31 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- 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 +36 -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 +49 -74
- 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.Specialized/internal/index.d.ts +0 -25
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +22 -47
- 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 +0 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +0 -25
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +7 -32
- 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 +1 -26
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +87 -112
- 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.SymbolStore/internal/index.d.ts +0 -25
- 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 +0 -25
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +17 -42
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +69 -94
- 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 +18 -43
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +197 -222
- 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 +332 -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 +3 -28
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -25
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +36 -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 +21 -46
- 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 +29 -54
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +108 -133
- 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 +264 -289
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +4 -29
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +3 -28
- 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 +31 -56
- 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 +24 -49
- 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 +3 -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 +68 -93
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- 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 +68 -93
- 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.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.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +800 -825
- 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.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 +0 -25
- 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.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 +593 -618
- 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 +0 -25
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +137 -162
- 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 +7 -32
- 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 +141 -166
- 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 +20 -45
- 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 +149 -174
- 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.Tasks/internal/index.d.ts +23 -48
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +33 -58
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +0 -25
- 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 +0 -25
- 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 +21 -0
- package/__internal/extensions/index.d.ts +463 -463
- package/package.json +1 -1
|
@@ -15,31 +15,6 @@ import type { XmlResolver } from "../../System.Xml/internal/index.js";
|
|
|
15
15
|
import * as System_Internal from "../../System/internal/index.js";
|
|
16
16
|
import type { Boolean as ClrBoolean, Byte, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Uri, Void } from "../../System/internal/index.js";
|
|
17
17
|
|
|
18
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
19
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
20
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
21
|
-
export type CLROf<T> =
|
|
22
|
-
T extends sbyte ? System_Internal.SByte :
|
|
23
|
-
T extends short ? System_Internal.Int16 :
|
|
24
|
-
T extends int ? System_Internal.Int32 :
|
|
25
|
-
T extends long ? System_Internal.Int64 :
|
|
26
|
-
T extends int128 ? System_Internal.Int128 :
|
|
27
|
-
T extends nint ? System_Internal.IntPtr :
|
|
28
|
-
T extends byte ? System_Internal.Byte :
|
|
29
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
30
|
-
T extends uint ? System_Internal.UInt32 :
|
|
31
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
32
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
33
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
34
|
-
T extends half ? System_Internal.Half :
|
|
35
|
-
T extends float ? System_Internal.Single :
|
|
36
|
-
T extends double ? System_Internal.Double :
|
|
37
|
-
T extends decimal ? System_Internal.Decimal :
|
|
38
|
-
T extends char ? System_Internal.Char :
|
|
39
|
-
T extends boolean ? System_Internal.Boolean :
|
|
40
|
-
T extends string ? System_Internal.String :
|
|
41
|
-
T; // Identity fallback for non-primitive types
|
|
42
|
-
|
|
43
18
|
export enum XmlKnownDtds {
|
|
44
19
|
none = 0,
|
|
45
20
|
xhtml10 = 1,
|
|
@@ -20,31 +20,6 @@ import type { IXmlLineInfo, IXmlNamespaceResolver, XmlAttribute, XmlNamespaceMan
|
|
|
20
20
|
import * as System_Internal from "../../System/internal/index.js";
|
|
21
21
|
import type { Array as ClrArray, AsyncCallback, Boolean as ClrBoolean, DateTime, Decimal, Delegate, Double, Enum, EventArgs, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, SystemException, Type, TypeCode, Uri, Void } from "../../System/internal/index.js";
|
|
22
22
|
|
|
23
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
24
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
25
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
26
|
-
export type CLROf<T> =
|
|
27
|
-
T extends sbyte ? System_Internal.SByte :
|
|
28
|
-
T extends short ? System_Internal.Int16 :
|
|
29
|
-
T extends int ? System_Internal.Int32 :
|
|
30
|
-
T extends long ? System_Internal.Int64 :
|
|
31
|
-
T extends int128 ? System_Internal.Int128 :
|
|
32
|
-
T extends nint ? System_Internal.IntPtr :
|
|
33
|
-
T extends byte ? System_Internal.Byte :
|
|
34
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
35
|
-
T extends uint ? System_Internal.UInt32 :
|
|
36
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
37
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
38
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
39
|
-
T extends half ? System_Internal.Half :
|
|
40
|
-
T extends float ? System_Internal.Single :
|
|
41
|
-
T extends double ? System_Internal.Double :
|
|
42
|
-
T extends decimal ? System_Internal.Decimal :
|
|
43
|
-
T extends char ? System_Internal.Char :
|
|
44
|
-
T extends boolean ? System_Internal.Boolean :
|
|
45
|
-
T extends string ? System_Internal.String :
|
|
46
|
-
T; // Identity fallback for non-primitive types
|
|
47
|
-
|
|
48
23
|
export enum XmlSchemaContentProcessing {
|
|
49
24
|
none = 0,
|
|
50
25
|
skip = 1,
|
|
@@ -21,31 +21,6 @@ import type { WhitespaceHandling, XmlAttribute, XmlElement, XmlNodeType, XmlQual
|
|
|
21
21
|
import * as System_Internal from "../../System/internal/index.js";
|
|
22
22
|
import type { Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Delegate, Enum, EventArgs, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, Type, TypeCode, Uri, ValueType, Void } from "../../System/internal/index.js";
|
|
23
23
|
|
|
24
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
25
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
26
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
27
|
-
export type CLROf<T> =
|
|
28
|
-
T extends sbyte ? System_Internal.SByte :
|
|
29
|
-
T extends short ? System_Internal.Int16 :
|
|
30
|
-
T extends int ? System_Internal.Int32 :
|
|
31
|
-
T extends long ? System_Internal.Int64 :
|
|
32
|
-
T extends int128 ? System_Internal.Int128 :
|
|
33
|
-
T extends nint ? System_Internal.IntPtr :
|
|
34
|
-
T extends byte ? System_Internal.Byte :
|
|
35
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
36
|
-
T extends uint ? System_Internal.UInt32 :
|
|
37
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
38
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
39
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
40
|
-
T extends half ? System_Internal.Half :
|
|
41
|
-
T extends float ? System_Internal.Single :
|
|
42
|
-
T extends double ? System_Internal.Double :
|
|
43
|
-
T extends decimal ? System_Internal.Decimal :
|
|
44
|
-
T extends char ? System_Internal.Char :
|
|
45
|
-
T extends boolean ? System_Internal.Boolean :
|
|
46
|
-
T extends string ? System_Internal.String :
|
|
47
|
-
T; // Identity fallback for non-primitive types
|
|
48
|
-
|
|
49
24
|
export enum CodeGenerationOptions {
|
|
50
25
|
none = 0,
|
|
51
26
|
generateProperties = 1,
|
|
@@ -20,31 +20,6 @@ import type { IXmlNamespaceResolver, XmlNamespaceManager, XmlNamespaceScope, Xml
|
|
|
20
20
|
import * as System_Internal from "../../System/internal/index.js";
|
|
21
21
|
import type { Boolean as ClrBoolean, DateTime, Double, Enum, Exception, ICloneable, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, String as ClrString, SystemException, Type, TypeCode, Void } from "../../System/internal/index.js";
|
|
22
22
|
|
|
23
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
24
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
25
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
26
|
-
export type CLROf<T> =
|
|
27
|
-
T extends sbyte ? System_Internal.SByte :
|
|
28
|
-
T extends short ? System_Internal.Int16 :
|
|
29
|
-
T extends int ? System_Internal.Int32 :
|
|
30
|
-
T extends long ? System_Internal.Int64 :
|
|
31
|
-
T extends int128 ? System_Internal.Int128 :
|
|
32
|
-
T extends nint ? System_Internal.IntPtr :
|
|
33
|
-
T extends byte ? System_Internal.Byte :
|
|
34
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
35
|
-
T extends uint ? System_Internal.UInt32 :
|
|
36
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
37
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
38
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
39
|
-
T extends half ? System_Internal.Half :
|
|
40
|
-
T extends float ? System_Internal.Single :
|
|
41
|
-
T extends double ? System_Internal.Double :
|
|
42
|
-
T extends decimal ? System_Internal.Decimal :
|
|
43
|
-
T extends char ? System_Internal.Char :
|
|
44
|
-
T extends boolean ? System_Internal.Boolean :
|
|
45
|
-
T extends string ? System_Internal.String :
|
|
46
|
-
T; // Identity fallback for non-primitive types
|
|
47
|
-
|
|
48
23
|
export enum XmlCaseOrder {
|
|
49
24
|
none = 0,
|
|
50
25
|
upperFirst = 1,
|
|
@@ -234,7 +209,7 @@ export interface XPathNavigator$instance extends XPathItem {
|
|
|
234
209
|
evaluate(expr: XPathExpression, context: XPathNodeIterator): unknown;
|
|
235
210
|
getAttribute(localName: string, namespaceURI: string): string;
|
|
236
211
|
getNamespace(name: string): string;
|
|
237
|
-
getNamespacesInScope(scope: XmlNamespaceScope): IDictionary_2<
|
|
212
|
+
getNamespacesInScope(scope: XmlNamespaceScope): IDictionary_2<System_Internal.String, System_Internal.String>;
|
|
238
213
|
insertAfter(): XmlWriter;
|
|
239
214
|
insertAfter(newSibling: string): void;
|
|
240
215
|
insertAfter(newSibling: XmlReader): void;
|
|
@@ -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
|
@@ -408,3 +408,24 @@ export type WeakReference<
|
|
|
408
408
|
[T1] extends [__] ? Internal.WeakReference :
|
|
409
409
|
Internal.WeakReference_1<T1>;
|
|
410
410
|
|
|
411
|
+
|
|
412
|
+
// Primitive $instance interfaces for global type augmentation (@tsonic/globals)
|
|
413
|
+
export type { SByte$instance } from './System/internal/index.js';
|
|
414
|
+
export type { Int16$instance } from './System/internal/index.js';
|
|
415
|
+
export type { Int32$instance } from './System/internal/index.js';
|
|
416
|
+
export type { Int64$instance } from './System/internal/index.js';
|
|
417
|
+
export type { Int128$instance } from './System/internal/index.js';
|
|
418
|
+
export type { IntPtr$instance } from './System/internal/index.js';
|
|
419
|
+
export type { Byte$instance } from './System/internal/index.js';
|
|
420
|
+
export type { UInt16$instance } from './System/internal/index.js';
|
|
421
|
+
export type { UInt32$instance } from './System/internal/index.js';
|
|
422
|
+
export type { UInt64$instance } from './System/internal/index.js';
|
|
423
|
+
export type { UInt128$instance } from './System/internal/index.js';
|
|
424
|
+
export type { UIntPtr$instance } from './System/internal/index.js';
|
|
425
|
+
export type { Half$instance } from './System/internal/index.js';
|
|
426
|
+
export type { Single$instance } from './System/internal/index.js';
|
|
427
|
+
export type { Double$instance } from './System/internal/index.js';
|
|
428
|
+
export type { Decimal$instance } from './System/internal/index.js';
|
|
429
|
+
export type { Char$instance } from './System/internal/index.js';
|
|
430
|
+
export type { Boolean$instance } from './System/internal/index.js';
|
|
431
|
+
export type { String$instance } from './System/internal/index.js';
|