@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
|
@@ -13,31 +13,6 @@ import type { CancellationToken } from "../../System.Threading/internal/index.js
|
|
|
13
13
|
import * as System_Internal from "../../System/internal/index.js";
|
|
14
14
|
import type { Boolean as ClrBoolean, Byte, DateTimeOffset, Enum, IAsyncDisposable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from "../../System/internal/index.js";
|
|
15
15
|
|
|
16
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
17
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
18
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
19
|
-
export type CLROf<T> =
|
|
20
|
-
T extends sbyte ? System_Internal.SByte :
|
|
21
|
-
T extends short ? System_Internal.Int16 :
|
|
22
|
-
T extends int ? System_Internal.Int32 :
|
|
23
|
-
T extends long ? System_Internal.Int64 :
|
|
24
|
-
T extends int128 ? System_Internal.Int128 :
|
|
25
|
-
T extends nint ? System_Internal.IntPtr :
|
|
26
|
-
T extends byte ? System_Internal.Byte :
|
|
27
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
28
|
-
T extends uint ? System_Internal.UInt32 :
|
|
29
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
30
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
31
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
32
|
-
T extends half ? System_Internal.Half :
|
|
33
|
-
T extends float ? System_Internal.Single :
|
|
34
|
-
T extends double ? System_Internal.Double :
|
|
35
|
-
T extends decimal ? System_Internal.Decimal :
|
|
36
|
-
T extends char ? System_Internal.Char :
|
|
37
|
-
T extends boolean ? System_Internal.Boolean :
|
|
38
|
-
T extends string ? System_Internal.String :
|
|
39
|
-
T; // Identity fallback for non-primitive types
|
|
40
|
-
|
|
41
16
|
export enum TarEntryFormat {
|
|
42
17
|
unknown_ = 0,
|
|
43
18
|
V7 = 1,
|
|
@@ -84,25 +59,25 @@ export const GnuTarEntry: {
|
|
|
84
59
|
export type GnuTarEntry = GnuTarEntry$instance;
|
|
85
60
|
|
|
86
61
|
export interface PaxGlobalExtendedAttributesTarEntry$instance extends PosixTarEntry {
|
|
87
|
-
readonly globalExtendedAttributes: IReadOnlyDictionary_2<
|
|
62
|
+
readonly globalExtendedAttributes: IReadOnlyDictionary_2<System_Internal.String, System_Internal.String>;
|
|
88
63
|
}
|
|
89
64
|
|
|
90
65
|
|
|
91
66
|
export const PaxGlobalExtendedAttributesTarEntry: {
|
|
92
|
-
new(globalExtendedAttributes: IEnumerable_1<KeyValuePair_2<
|
|
67
|
+
new(globalExtendedAttributes: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>): PaxGlobalExtendedAttributesTarEntry$instance;
|
|
93
68
|
};
|
|
94
69
|
|
|
95
70
|
|
|
96
71
|
export type PaxGlobalExtendedAttributesTarEntry = PaxGlobalExtendedAttributesTarEntry$instance;
|
|
97
72
|
|
|
98
73
|
export interface PaxTarEntry$instance extends PosixTarEntry {
|
|
99
|
-
readonly extendedAttributes: IReadOnlyDictionary_2<
|
|
74
|
+
readonly extendedAttributes: IReadOnlyDictionary_2<System_Internal.String, System_Internal.String>;
|
|
100
75
|
}
|
|
101
76
|
|
|
102
77
|
|
|
103
78
|
export const PaxTarEntry: {
|
|
104
79
|
new(entryType: TarEntryType, entryName: string): PaxTarEntry$instance;
|
|
105
|
-
new(entryType: TarEntryType, entryName: string, extendedAttributes: IEnumerable_1<KeyValuePair_2<
|
|
80
|
+
new(entryType: TarEntryType, entryName: string, extendedAttributes: IEnumerable_1<KeyValuePair_2<System_Internal.String, System_Internal.String>>): PaxTarEntry$instance;
|
|
106
81
|
new(other: TarEntry): PaxTarEntry$instance;
|
|
107
82
|
};
|
|
108
83
|
|
|
@@ -9803,7 +9803,13 @@
|
|
|
9803
9803
|
"parameterCount": 4,
|
|
9804
9804
|
"declaringClrType": "System.Globalization.CompareInfo",
|
|
9805
9805
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9806
|
-
"isExtensionMethod": false
|
|
9806
|
+
"isExtensionMethod": false,
|
|
9807
|
+
"parameterModifiers": [
|
|
9808
|
+
{
|
|
9809
|
+
"index": 3,
|
|
9810
|
+
"modifier": "out"
|
|
9811
|
+
}
|
|
9812
|
+
]
|
|
9807
9813
|
},
|
|
9808
9814
|
{
|
|
9809
9815
|
"stableId": "System.Private.CoreLib:System.Globalization.CompareInfo::IsPrefix(System.String,System.String):System.Boolean",
|
|
@@ -9859,7 +9865,13 @@
|
|
|
9859
9865
|
"parameterCount": 4,
|
|
9860
9866
|
"declaringClrType": "System.Globalization.CompareInfo",
|
|
9861
9867
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
9862
|
-
"isExtensionMethod": false
|
|
9868
|
+
"isExtensionMethod": false,
|
|
9869
|
+
"parameterModifiers": [
|
|
9870
|
+
{
|
|
9871
|
+
"index": 3,
|
|
9872
|
+
"modifier": "out"
|
|
9873
|
+
}
|
|
9874
|
+
]
|
|
9863
9875
|
},
|
|
9864
9876
|
{
|
|
9865
9877
|
"stableId": "System.Private.CoreLib:System.Globalization.CompareInfo::IsSuffix(System.String,System.String):System.Boolean",
|
|
@@ -10069,7 +10081,13 @@
|
|
|
10069
10081
|
"parameterCount": 4,
|
|
10070
10082
|
"declaringClrType": "System.Globalization.CompareInfo",
|
|
10071
10083
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
10072
|
-
"isExtensionMethod": false
|
|
10084
|
+
"isExtensionMethod": false,
|
|
10085
|
+
"parameterModifiers": [
|
|
10086
|
+
{
|
|
10087
|
+
"index": 3,
|
|
10088
|
+
"modifier": "out"
|
|
10089
|
+
}
|
|
10090
|
+
]
|
|
10073
10091
|
},
|
|
10074
10092
|
{
|
|
10075
10093
|
"stableId": "System.Private.CoreLib:System.Globalization.CompareInfo::IndexOf(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Text.Rune,System.Globalization.CompareOptions):System.Int32",
|
|
@@ -10279,7 +10297,13 @@
|
|
|
10279
10297
|
"parameterCount": 4,
|
|
10280
10298
|
"declaringClrType": "System.Globalization.CompareInfo",
|
|
10281
10299
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
10282
|
-
"isExtensionMethod": false
|
|
10300
|
+
"isExtensionMethod": false,
|
|
10301
|
+
"parameterModifiers": [
|
|
10302
|
+
{
|
|
10303
|
+
"index": 3,
|
|
10304
|
+
"modifier": "out"
|
|
10305
|
+
}
|
|
10306
|
+
]
|
|
10283
10307
|
},
|
|
10284
10308
|
{
|
|
10285
10309
|
"stableId": "System.Private.CoreLib:System.Globalization.CompareInfo::LastIndexOf(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Text.Rune,System.Globalization.CompareOptions):System.Int32",
|
|
@@ -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_Internal from "../../System.Collections/internal/index.js";
|
|
@@ -18,31 +18,6 @@ import type { Rune } from "../../System.Text/internal/index.js";
|
|
|
18
18
|
import * as System_Internal from "../../System/internal/index.js";
|
|
19
19
|
import type { ArgumentException, Boolean as ClrBoolean, Byte, Char, DateOnly, DateTime, DayOfWeek, Double, Enum, Exception, Guid, ICloneable, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int32, ISpanFormattable, Nullable_1, Object as ClrObject, ReadOnlySpan_1, Span_1, String as ClrString, StringComparer, TimeSpan, Type, TypeCode, Void } from "../../System/internal/index.js";
|
|
20
20
|
|
|
21
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
22
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
23
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
24
|
-
export type CLROf<T> =
|
|
25
|
-
T extends sbyte ? System_Internal.SByte :
|
|
26
|
-
T extends short ? System_Internal.Int16 :
|
|
27
|
-
T extends int ? System_Internal.Int32 :
|
|
28
|
-
T extends long ? System_Internal.Int64 :
|
|
29
|
-
T extends int128 ? System_Internal.Int128 :
|
|
30
|
-
T extends nint ? System_Internal.IntPtr :
|
|
31
|
-
T extends byte ? System_Internal.Byte :
|
|
32
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
33
|
-
T extends uint ? System_Internal.UInt32 :
|
|
34
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
35
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
36
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
37
|
-
T extends half ? System_Internal.Half :
|
|
38
|
-
T extends float ? System_Internal.Single :
|
|
39
|
-
T extends double ? System_Internal.Double :
|
|
40
|
-
T extends decimal ? System_Internal.Decimal :
|
|
41
|
-
T extends char ? System_Internal.Char :
|
|
42
|
-
T extends boolean ? System_Internal.Boolean :
|
|
43
|
-
T extends string ? System_Internal.String :
|
|
44
|
-
T; // Identity fallback for non-primitive types
|
|
45
|
-
|
|
46
21
|
export enum CalendarAlgorithmType {
|
|
47
22
|
unknown_ = 0,
|
|
48
23
|
solarCalendar = 1,
|
|
@@ -272,15 +247,15 @@ export interface CompareInfo$instance {
|
|
|
272
247
|
compare(string1: string, offset1: int, string2: string, offset2: int, options: CompareOptions): int;
|
|
273
248
|
compare(string1: string, offset1: int, string2: string, offset2: int): int;
|
|
274
249
|
compare(string1: string, offset1: int, length1: int, string2: string, offset2: int, length2: int, options: CompareOptions): int;
|
|
275
|
-
compare(string1: ReadOnlySpan_1<
|
|
250
|
+
compare(string1: ReadOnlySpan_1<System_Internal.Char>, string2: ReadOnlySpan_1<System_Internal.Char>, options?: CompareOptions): int;
|
|
276
251
|
equals(value: unknown): boolean;
|
|
277
252
|
getHashCode(): int;
|
|
278
253
|
getHashCode(source: string, options: CompareOptions): int;
|
|
279
|
-
getHashCode(source: ReadOnlySpan_1<
|
|
254
|
+
getHashCode(source: ReadOnlySpan_1<System_Internal.Char>, options: CompareOptions): int;
|
|
280
255
|
getSortKey(source: string, options: CompareOptions): SortKey;
|
|
281
256
|
getSortKey(source: string): SortKey;
|
|
282
|
-
getSortKey(source: ReadOnlySpan_1<
|
|
283
|
-
getSortKeyLength(source: ReadOnlySpan_1<
|
|
257
|
+
getSortKey(source: ReadOnlySpan_1<System_Internal.Char>, destination: Span_1<System_Internal.Byte>, options?: CompareOptions): int;
|
|
258
|
+
getSortKeyLength(source: ReadOnlySpan_1<System_Internal.Char>, options?: CompareOptions): int;
|
|
284
259
|
indexOf(source: string, value: char): int;
|
|
285
260
|
indexOf(source: string, value: string): int;
|
|
286
261
|
indexOf(source: string, value: char, options: CompareOptions): int;
|
|
@@ -293,16 +268,16 @@ export interface CompareInfo$instance {
|
|
|
293
268
|
indexOf(source: string, value: string, startIndex: int, count: int): int;
|
|
294
269
|
indexOf(source: string, value: char, startIndex: int, count: int, options: CompareOptions): int;
|
|
295
270
|
indexOf(source: string, value: string, startIndex: int, count: int, options: CompareOptions): int;
|
|
296
|
-
indexOf(source: ReadOnlySpan_1<
|
|
297
|
-
indexOf(source: ReadOnlySpan_1<
|
|
298
|
-
indexOf(source: ReadOnlySpan_1<
|
|
271
|
+
indexOf(source: ReadOnlySpan_1<System_Internal.Char>, value: ReadOnlySpan_1<System_Internal.Char>, options?: CompareOptions): int;
|
|
272
|
+
indexOf(source: ReadOnlySpan_1<System_Internal.Char>, value: ReadOnlySpan_1<System_Internal.Char>, options: CompareOptions, matchLength: int): int;
|
|
273
|
+
indexOf(source: ReadOnlySpan_1<System_Internal.Char>, value: Rune, options?: CompareOptions): int;
|
|
299
274
|
isPrefix(source: string, prefix: string, options: CompareOptions): boolean;
|
|
300
|
-
isPrefix(source: ReadOnlySpan_1<
|
|
301
|
-
isPrefix(source: ReadOnlySpan_1<
|
|
275
|
+
isPrefix(source: ReadOnlySpan_1<System_Internal.Char>, prefix: ReadOnlySpan_1<System_Internal.Char>, options?: CompareOptions): boolean;
|
|
276
|
+
isPrefix(source: ReadOnlySpan_1<System_Internal.Char>, prefix: ReadOnlySpan_1<System_Internal.Char>, options: CompareOptions, matchLength: int): boolean;
|
|
302
277
|
isPrefix(source: string, prefix: string): boolean;
|
|
303
278
|
isSuffix(source: string, suffix: string, options: CompareOptions): boolean;
|
|
304
|
-
isSuffix(source: ReadOnlySpan_1<
|
|
305
|
-
isSuffix(source: ReadOnlySpan_1<
|
|
279
|
+
isSuffix(source: ReadOnlySpan_1<System_Internal.Char>, suffix: ReadOnlySpan_1<System_Internal.Char>, options?: CompareOptions): boolean;
|
|
280
|
+
isSuffix(source: ReadOnlySpan_1<System_Internal.Char>, suffix: ReadOnlySpan_1<System_Internal.Char>, options: CompareOptions, matchLength: int): boolean;
|
|
306
281
|
isSuffix(source: string, suffix: string): boolean;
|
|
307
282
|
lastIndexOf(source: string, value: char): int;
|
|
308
283
|
lastIndexOf(source: string, value: string): int;
|
|
@@ -316,9 +291,9 @@ export interface CompareInfo$instance {
|
|
|
316
291
|
lastIndexOf(source: string, value: string, startIndex: int, count: int): int;
|
|
317
292
|
lastIndexOf(source: string, value: char, startIndex: int, count: int, options: CompareOptions): int;
|
|
318
293
|
lastIndexOf(source: string, value: string, startIndex: int, count: int, options: CompareOptions): int;
|
|
319
|
-
lastIndexOf(source: ReadOnlySpan_1<
|
|
320
|
-
lastIndexOf(source: ReadOnlySpan_1<
|
|
321
|
-
lastIndexOf(source: ReadOnlySpan_1<
|
|
294
|
+
lastIndexOf(source: ReadOnlySpan_1<System_Internal.Char>, value: ReadOnlySpan_1<System_Internal.Char>, options?: CompareOptions): int;
|
|
295
|
+
lastIndexOf(source: ReadOnlySpan_1<System_Internal.Char>, value: ReadOnlySpan_1<System_Internal.Char>, options: CompareOptions, matchLength: int): int;
|
|
296
|
+
lastIndexOf(source: ReadOnlySpan_1<System_Internal.Char>, value: Rune, options?: CompareOptions): int;
|
|
322
297
|
toString(): string;
|
|
323
298
|
}
|
|
324
299
|
|
|
@@ -330,7 +305,7 @@ export const CompareInfo: {
|
|
|
330
305
|
getCompareInfo(name: string, assembly: Assembly): CompareInfo;
|
|
331
306
|
getCompareInfo(name: string): CompareInfo;
|
|
332
307
|
isSortable(ch: char): boolean;
|
|
333
|
-
isSortable(text: ReadOnlySpan_1<
|
|
308
|
+
isSortable(text: ReadOnlySpan_1<System_Internal.Char>): boolean;
|
|
334
309
|
isSortable(text: string): boolean;
|
|
335
310
|
isSortable(value: Rune): boolean;
|
|
336
311
|
};
|
|
@@ -410,7 +385,7 @@ export type CultureInfo = CultureInfo$instance & __CultureInfo$views;
|
|
|
410
385
|
|
|
411
386
|
|
|
412
387
|
export interface CultureNotFoundException$instance extends ArgumentException {
|
|
413
|
-
readonly invalidCultureId: Nullable_1<
|
|
388
|
+
readonly invalidCultureId: Nullable_1<System_Internal.Int32>;
|
|
414
389
|
readonly invalidCultureName: string;
|
|
415
390
|
readonly message: string;
|
|
416
391
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1100,7 +1075,7 @@ export const StringInfo: {
|
|
|
1100
1075
|
new(value: string): StringInfo$instance;
|
|
1101
1076
|
getNextTextElement(str: string, index: int): string;
|
|
1102
1077
|
getNextTextElement(str: string): string;
|
|
1103
|
-
getNextTextElementLength(str: ReadOnlySpan_1<
|
|
1078
|
+
getNextTextElementLength(str: ReadOnlySpan_1<System_Internal.Char>): int;
|
|
1104
1079
|
getNextTextElementLength(str: string, index: int): int;
|
|
1105
1080
|
getNextTextElementLength(str: string): int;
|
|
1106
1081
|
getTextElementEnumerator(str: string, index: int): TextElementEnumerator;
|
|
@@ -2287,7 +2287,13 @@
|
|
|
2287
2287
|
"isSealed": false,
|
|
2288
2288
|
"arity": 0,
|
|
2289
2289
|
"parameterCount": 4,
|
|
2290
|
-
"isExtensionMethod": false
|
|
2290
|
+
"isExtensionMethod": false,
|
|
2291
|
+
"parameterModifiers": [
|
|
2292
|
+
{
|
|
2293
|
+
"index": 3,
|
|
2294
|
+
"modifier": "out"
|
|
2295
|
+
}
|
|
2296
|
+
]
|
|
2291
2297
|
},
|
|
2292
2298
|
{
|
|
2293
2299
|
"stableId": "System.Private.CoreLib:System.Globalization.CompareInfo::IsPrefix(System.String,System.String):System.Boolean",
|
|
@@ -2351,7 +2357,13 @@
|
|
|
2351
2357
|
"isSealed": false,
|
|
2352
2358
|
"arity": 0,
|
|
2353
2359
|
"parameterCount": 4,
|
|
2354
|
-
"isExtensionMethod": false
|
|
2360
|
+
"isExtensionMethod": false,
|
|
2361
|
+
"parameterModifiers": [
|
|
2362
|
+
{
|
|
2363
|
+
"index": 3,
|
|
2364
|
+
"modifier": "out"
|
|
2365
|
+
}
|
|
2366
|
+
]
|
|
2355
2367
|
},
|
|
2356
2368
|
{
|
|
2357
2369
|
"stableId": "System.Private.CoreLib:System.Globalization.CompareInfo::IsSuffix(System.String,System.String):System.Boolean",
|
|
@@ -2591,7 +2603,13 @@
|
|
|
2591
2603
|
"isSealed": false,
|
|
2592
2604
|
"arity": 0,
|
|
2593
2605
|
"parameterCount": 4,
|
|
2594
|
-
"isExtensionMethod": false
|
|
2606
|
+
"isExtensionMethod": false,
|
|
2607
|
+
"parameterModifiers": [
|
|
2608
|
+
{
|
|
2609
|
+
"index": 3,
|
|
2610
|
+
"modifier": "out"
|
|
2611
|
+
}
|
|
2612
|
+
]
|
|
2595
2613
|
},
|
|
2596
2614
|
{
|
|
2597
2615
|
"stableId": "System.Private.CoreLib:System.Globalization.CompareInfo::IndexOf(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Text.Rune,System.Globalization.CompareOptions):System.Int32",
|
|
@@ -2831,7 +2849,13 @@
|
|
|
2831
2849
|
"isSealed": false,
|
|
2832
2850
|
"arity": 0,
|
|
2833
2851
|
"parameterCount": 4,
|
|
2834
|
-
"isExtensionMethod": false
|
|
2852
|
+
"isExtensionMethod": false,
|
|
2853
|
+
"parameterModifiers": [
|
|
2854
|
+
{
|
|
2855
|
+
"index": 3,
|
|
2856
|
+
"modifier": "out"
|
|
2857
|
+
}
|
|
2858
|
+
]
|
|
2835
2859
|
},
|
|
2836
2860
|
{
|
|
2837
2861
|
"stableId": "System.Private.CoreLib:System.Globalization.CompareInfo::LastIndexOf(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Text.Rune,System.Globalization.CompareOptions):System.Int32",
|
package/System.IO/bindings.json
CHANGED
|
@@ -22664,7 +22664,13 @@
|
|
|
22664
22664
|
"parameterCount": 1,
|
|
22665
22665
|
"declaringClrType": "System.IO.MemoryStream",
|
|
22666
22666
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
22667
|
-
"isExtensionMethod": false
|
|
22667
|
+
"isExtensionMethod": false,
|
|
22668
|
+
"parameterModifiers": [
|
|
22669
|
+
{
|
|
22670
|
+
"index": 0,
|
|
22671
|
+
"modifier": "out"
|
|
22672
|
+
}
|
|
22673
|
+
]
|
|
22668
22674
|
},
|
|
22669
22675
|
{
|
|
22670
22676
|
"stableId": "System.Private.CoreLib:System.IO.MemoryStream::Read(System.Byte[],System.Int32,System.Int32):System.Int32",
|
|
@@ -34156,7 +34162,13 @@
|
|
|
34156
34162
|
"parameterCount": 2,
|
|
34157
34163
|
"declaringClrType": "System.IO.UnmanagedMemoryAccessor",
|
|
34158
34164
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
34159
|
-
"isExtensionMethod": false
|
|
34165
|
+
"isExtensionMethod": false,
|
|
34166
|
+
"parameterModifiers": [
|
|
34167
|
+
{
|
|
34168
|
+
"index": 1,
|
|
34169
|
+
"modifier": "out"
|
|
34170
|
+
}
|
|
34171
|
+
]
|
|
34160
34172
|
},
|
|
34161
34173
|
{
|
|
34162
34174
|
"stableId": "System.Private.CoreLib:System.IO.UnmanagedMemoryAccessor::ReadArray(System.Int64,T[],System.Int32,System.Int32):System.Int32",
|
|
@@ -34366,7 +34378,13 @@
|
|
|
34366
34378
|
"parameterCount": 2,
|
|
34367
34379
|
"declaringClrType": "System.IO.UnmanagedMemoryAccessor",
|
|
34368
34380
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
34369
|
-
"isExtensionMethod": false
|
|
34381
|
+
"isExtensionMethod": false,
|
|
34382
|
+
"parameterModifiers": [
|
|
34383
|
+
{
|
|
34384
|
+
"index": 1,
|
|
34385
|
+
"modifier": "ref"
|
|
34386
|
+
}
|
|
34387
|
+
]
|
|
34370
34388
|
},
|
|
34371
34389
|
{
|
|
34372
34390
|
"stableId": "System.Private.CoreLib:System.IO.UnmanagedMemoryAccessor::WriteArray(System.Int64,T[],System.Int32,System.Int32):System.Void",
|
|
@@ -40699,7 +40717,13 @@
|
|
|
40699
40717
|
"parameterCount": 4,
|
|
40700
40718
|
"declaringClrType": "System.IO.Path",
|
|
40701
40719
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
40702
|
-
"isExtensionMethod": false
|
|
40720
|
+
"isExtensionMethod": false,
|
|
40721
|
+
"parameterModifiers": [
|
|
40722
|
+
{
|
|
40723
|
+
"index": 3,
|
|
40724
|
+
"modifier": "out"
|
|
40725
|
+
}
|
|
40726
|
+
]
|
|
40703
40727
|
},
|
|
40704
40728
|
{
|
|
40705
40729
|
"stableId": "System.Private.CoreLib:System.IO.Path::TryJoin(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Span_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Int32\u0026):System.Boolean",
|
|
@@ -40713,7 +40737,13 @@
|
|
|
40713
40737
|
"parameterCount": 5,
|
|
40714
40738
|
"declaringClrType": "System.IO.Path",
|
|
40715
40739
|
"declaringAssemblyName": "System.Private.CoreLib",
|
|
40716
|
-
"isExtensionMethod": false
|
|
40740
|
+
"isExtensionMethod": false,
|
|
40741
|
+
"parameterModifiers": [
|
|
40742
|
+
{
|
|
40743
|
+
"index": 4,
|
|
40744
|
+
"modifier": "out"
|
|
40745
|
+
}
|
|
40746
|
+
]
|
|
40717
40747
|
},
|
|
40718
40748
|
{
|
|
40719
40749
|
"stableId": "System.Private.CoreLib:System.IO.Path::GetRelativePath(System.String,System.String):System.String",
|