@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
|
@@ -26,10 +26,29 @@ export type ISourceBlock<TOutput> = Internal.ISourceBlock_1<TOutput>;
|
|
|
26
26
|
export type ITargetBlock<TInput> = Internal.ITargetBlock_1<TInput>;
|
|
27
27
|
export { ActionBlock_1 as ActionBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
|
|
28
28
|
export { BatchBlock_1 as BatchBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
|
|
29
|
-
export { BatchedJoinBlock_2 as BatchedJoinBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
|
|
30
29
|
export { BroadcastBlock_1 as BroadcastBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
|
|
31
30
|
export { BufferBlock_1 as BufferBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
|
|
32
|
-
export { JoinBlock_2 as JoinBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
|
|
33
31
|
export { TransformBlock_2 as TransformBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
|
|
34
32
|
export { TransformManyBlock_2 as TransformManyBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
|
|
35
33
|
export { WriteOnceBlock_1 as WriteOnceBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
|
|
34
|
+
|
|
35
|
+
// Multi-arity family sentinel (detects unspecified type parameters)
|
|
36
|
+
declare const __unspecified: unique symbol;
|
|
37
|
+
export type __ = typeof __unspecified;
|
|
38
|
+
|
|
39
|
+
export type BatchedJoinBlock<
|
|
40
|
+
T1 = __,
|
|
41
|
+
T2 = __,
|
|
42
|
+
T3 = __,
|
|
43
|
+
> =
|
|
44
|
+
[T3] extends [__] ? Internal.BatchedJoinBlock_2<T1, T2> :
|
|
45
|
+
Internal.BatchedJoinBlock_3<T1, T2, T3>;
|
|
46
|
+
|
|
47
|
+
export type JoinBlock<
|
|
48
|
+
T1 = __,
|
|
49
|
+
T2 = __,
|
|
50
|
+
T3 = __,
|
|
51
|
+
> =
|
|
52
|
+
[T3] extends [__] ? Internal.JoinBlock_2<T1, T2> :
|
|
53
|
+
Internal.JoinBlock_3<T1, T2, T3>;
|
|
54
|
+
|
|
@@ -9,31 +9,6 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
9
9
|
import * as System_Internal from "../../System/internal/index.js";
|
|
10
10
|
import type { Action_1, Boolean as ClrBoolean, Enum, Exception, IComparable, IConvertible, IFormatProvider, IFormattable, Int16, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, ValueType, Void } from "../../System/internal/index.js";
|
|
11
11
|
|
|
12
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
13
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
14
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
15
|
-
export type CLROf<T> =
|
|
16
|
-
T extends sbyte ? System_Internal.SByte :
|
|
17
|
-
T extends short ? System_Internal.Int16 :
|
|
18
|
-
T extends int ? System_Internal.Int32 :
|
|
19
|
-
T extends long ? System_Internal.Int64 :
|
|
20
|
-
T extends int128 ? System_Internal.Int128 :
|
|
21
|
-
T extends nint ? System_Internal.IntPtr :
|
|
22
|
-
T extends byte ? System_Internal.Byte :
|
|
23
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
24
|
-
T extends uint ? System_Internal.UInt32 :
|
|
25
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
26
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
27
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
28
|
-
T extends half ? System_Internal.Half :
|
|
29
|
-
T extends float ? System_Internal.Single :
|
|
30
|
-
T extends double ? System_Internal.Double :
|
|
31
|
-
T extends decimal ? System_Internal.Decimal :
|
|
32
|
-
T extends char ? System_Internal.Char :
|
|
33
|
-
T extends boolean ? System_Internal.Boolean :
|
|
34
|
-
T extends string ? System_Internal.String :
|
|
35
|
-
T; // Identity fallback for non-primitive types
|
|
36
|
-
|
|
37
12
|
export enum ValueTaskSourceOnCompletedFlags {
|
|
38
13
|
none = 0,
|
|
39
14
|
useSchedulingContext = 1,
|
|
@@ -11,6 +11,15 @@ import type { Action_1, Boolean as ClrBoolean, Enum, Exception, IComparable, ICo
|
|
|
11
11
|
// Public API exports (curated - no internal $instance/$views leakage)
|
|
12
12
|
export { ValueTaskSourceOnCompletedFlags as ValueTaskSourceOnCompletedFlags } from './System.Threading.Tasks.Sources/internal/index.js';
|
|
13
13
|
export { ValueTaskSourceStatus as ValueTaskSourceStatus } from './System.Threading.Tasks.Sources/internal/index.js';
|
|
14
|
-
export type IValueTaskSource_0 = Internal.IValueTaskSource;
|
|
15
|
-
export type IValueTaskSource<TResult> = Internal.IValueTaskSource_1<TResult>;
|
|
16
14
|
export { ManualResetValueTaskSourceCore_1 as ManualResetValueTaskSourceCore } from './System.Threading.Tasks.Sources/internal/index.js';
|
|
15
|
+
|
|
16
|
+
// Multi-arity family sentinel (detects unspecified type parameters)
|
|
17
|
+
declare const __unspecified: unique symbol;
|
|
18
|
+
export type __ = typeof __unspecified;
|
|
19
|
+
|
|
20
|
+
export type IValueTaskSource<
|
|
21
|
+
T1 = __,
|
|
22
|
+
> =
|
|
23
|
+
[T1] extends [__] ? Internal.IValueTaskSource :
|
|
24
|
+
Internal.IValueTaskSource_1<T1>;
|
|
25
|
+
|
|
@@ -20,25 +20,46 @@ import type { Action, Action_1, Action_2, Action_3, AggregateException, AsyncCal
|
|
|
20
20
|
// Public API exports (curated - no internal $instance/$views leakage)
|
|
21
21
|
export { ConcurrentExclusiveSchedulerPair as ConcurrentExclusiveSchedulerPair } from './System.Threading.Tasks/internal/index.js';
|
|
22
22
|
export { ConfigureAwaitOptions as ConfigureAwaitOptions } from './System.Threading.Tasks/internal/index.js';
|
|
23
|
-
export { Task_1 as Task } from './System.Threading.Tasks/internal/index.js';
|
|
24
|
-
export { TaskFactory_1 as TaskFactory } from './System.Threading.Tasks/internal/index.js';
|
|
25
23
|
export { TaskStatus as TaskStatus } from './System.Threading.Tasks/internal/index.js';
|
|
26
|
-
export { Task as Task_0 } from './System.Threading.Tasks/internal/index.js';
|
|
27
24
|
export { TaskCreationOptions as TaskCreationOptions } from './System.Threading.Tasks/internal/index.js';
|
|
28
25
|
export { TaskContinuationOptions as TaskContinuationOptions } from './System.Threading.Tasks/internal/index.js';
|
|
29
26
|
export { TaskAsyncEnumerableExtensions$instance as TaskAsyncEnumerableExtensions } from './System.Threading.Tasks/internal/index.js';
|
|
30
27
|
export { TaskCanceledException as TaskCanceledException } from './System.Threading.Tasks/internal/index.js';
|
|
31
|
-
export { TaskCompletionSource as TaskCompletionSource_0 } from './System.Threading.Tasks/internal/index.js';
|
|
32
|
-
export { TaskCompletionSource_1 as TaskCompletionSource } from './System.Threading.Tasks/internal/index.js';
|
|
33
28
|
export { TaskExtensions$instance as TaskExtensions } from './System.Threading.Tasks/internal/index.js';
|
|
34
|
-
export { TaskFactory as TaskFactory_0 } from './System.Threading.Tasks/internal/index.js';
|
|
35
29
|
export { TaskScheduler as TaskScheduler } from './System.Threading.Tasks/internal/index.js';
|
|
36
30
|
export { UnobservedTaskExceptionEventArgs as UnobservedTaskExceptionEventArgs } from './System.Threading.Tasks/internal/index.js';
|
|
37
31
|
export { TaskSchedulerException as TaskSchedulerException } from './System.Threading.Tasks/internal/index.js';
|
|
38
|
-
export { ValueTask as ValueTask_0 } from './System.Threading.Tasks/internal/index.js';
|
|
39
|
-
export { ValueTask_1 as ValueTask } from './System.Threading.Tasks/internal/index.js';
|
|
40
32
|
export { TaskToAsyncResult$instance as TaskToAsyncResult } from './System.Threading.Tasks/internal/index.js';
|
|
41
33
|
export { ParallelOptions as ParallelOptions } from './System.Threading.Tasks/internal/index.js';
|
|
42
34
|
export { Parallel$instance as Parallel } from './System.Threading.Tasks/internal/index.js';
|
|
43
35
|
export { ParallelLoopState as ParallelLoopState } from './System.Threading.Tasks/internal/index.js';
|
|
44
36
|
export { ParallelLoopResult as ParallelLoopResult } from './System.Threading.Tasks/internal/index.js';
|
|
37
|
+
|
|
38
|
+
// Multi-arity family sentinel (detects unspecified type parameters)
|
|
39
|
+
declare const __unspecified: unique symbol;
|
|
40
|
+
export type __ = typeof __unspecified;
|
|
41
|
+
|
|
42
|
+
export type Task<
|
|
43
|
+
T1 = __,
|
|
44
|
+
> =
|
|
45
|
+
[T1] extends [__] ? Internal.Task :
|
|
46
|
+
Internal.Task_1<T1>;
|
|
47
|
+
|
|
48
|
+
export type TaskCompletionSource<
|
|
49
|
+
T1 = __,
|
|
50
|
+
> =
|
|
51
|
+
[T1] extends [__] ? Internal.TaskCompletionSource :
|
|
52
|
+
Internal.TaskCompletionSource_1<T1>;
|
|
53
|
+
|
|
54
|
+
export type TaskFactory<
|
|
55
|
+
T1 = __,
|
|
56
|
+
> =
|
|
57
|
+
[T1] extends [__] ? Internal.TaskFactory :
|
|
58
|
+
Internal.TaskFactory_1<T1>;
|
|
59
|
+
|
|
60
|
+
export type ValueTask<
|
|
61
|
+
T1 = __,
|
|
62
|
+
> =
|
|
63
|
+
[T1] extends [__] ? Internal.ValueTask :
|
|
64
|
+
Internal.ValueTask_1<T1>;
|
|
65
|
+
|
|
@@ -14,31 +14,6 @@ import type { ISerializable, SerializationInfo, StreamingContext } from "../../S
|
|
|
14
14
|
import * as System_Internal from "../../System/internal/index.js";
|
|
15
15
|
import type { AsyncCallback, Boolean as ClrBoolean, DateTime, Delegate, Double, EventArgs, IAsyncResult, ICloneable, IDisposable, Int32, IntPtr, MulticastDelegate, Object as ClrObject, String as ClrString, TimeSpan, Type, Void } from "../../System/internal/index.js";
|
|
16
16
|
|
|
17
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
18
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
19
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
20
|
-
export type CLROf<T> =
|
|
21
|
-
T extends sbyte ? System_Internal.SByte :
|
|
22
|
-
T extends short ? System_Internal.Int16 :
|
|
23
|
-
T extends int ? System_Internal.Int32 :
|
|
24
|
-
T extends long ? System_Internal.Int64 :
|
|
25
|
-
T extends int128 ? System_Internal.Int128 :
|
|
26
|
-
T extends nint ? System_Internal.IntPtr :
|
|
27
|
-
T extends byte ? System_Internal.Byte :
|
|
28
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
29
|
-
T extends uint ? System_Internal.UInt32 :
|
|
30
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
31
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
32
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
33
|
-
T extends half ? System_Internal.Half :
|
|
34
|
-
T extends float ? System_Internal.Single :
|
|
35
|
-
T extends double ? System_Internal.Double :
|
|
36
|
-
T extends decimal ? System_Internal.Decimal :
|
|
37
|
-
T extends char ? System_Internal.Char :
|
|
38
|
-
T extends boolean ? System_Internal.Boolean :
|
|
39
|
-
T extends string ? System_Internal.String :
|
|
40
|
-
T; // Identity fallback for non-primitive types
|
|
41
|
-
|
|
42
17
|
export type ElapsedEventHandler = (sender: unknown, e: ElapsedEventArgs) => void;
|
|
43
18
|
|
|
44
19
|
|
|
@@ -14,31 +14,6 @@ import type { WaitHandle } from "../../System.Threading/internal/index.js";
|
|
|
14
14
|
import * as System_Internal from "../../System/internal/index.js";
|
|
15
15
|
import type { AsyncCallback, Boolean as ClrBoolean, Byte, DateTime, Delegate, Enum, EventArgs, Exception, Guid, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, SystemException, TimeSpan, Type, TypeCode, ValueType, Void } from "../../System/internal/index.js";
|
|
16
16
|
|
|
17
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
18
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
19
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
20
|
-
export type CLROf<T> =
|
|
21
|
-
T extends sbyte ? System_Internal.SByte :
|
|
22
|
-
T extends short ? System_Internal.Int16 :
|
|
23
|
-
T extends int ? System_Internal.Int32 :
|
|
24
|
-
T extends long ? System_Internal.Int64 :
|
|
25
|
-
T extends int128 ? System_Internal.Int128 :
|
|
26
|
-
T extends nint ? System_Internal.IntPtr :
|
|
27
|
-
T extends byte ? System_Internal.Byte :
|
|
28
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
29
|
-
T extends uint ? System_Internal.UInt32 :
|
|
30
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
31
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
32
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
33
|
-
T extends half ? System_Internal.Half :
|
|
34
|
-
T extends float ? System_Internal.Single :
|
|
35
|
-
T extends double ? System_Internal.Double :
|
|
36
|
-
T extends decimal ? System_Internal.Decimal :
|
|
37
|
-
T extends char ? System_Internal.Char :
|
|
38
|
-
T extends boolean ? System_Internal.Boolean :
|
|
39
|
-
T extends string ? System_Internal.String :
|
|
40
|
-
T; // Identity fallback for non-primitive types
|
|
41
|
-
|
|
42
17
|
export enum DependentCloneOption {
|
|
43
18
|
blockCommitUntilComplete = 0,
|
|
44
19
|
rollbackIfNotComplete = 1
|
|
@@ -173,7 +148,7 @@ export interface __TransactionOptions$views {
|
|
|
173
148
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<TransactionOptions>;
|
|
174
149
|
|
|
175
150
|
// Structural method bridges for numeric interface constraints
|
|
176
|
-
|
|
151
|
+
equals(other: TransactionOptions): boolean;
|
|
177
152
|
}
|
|
178
153
|
|
|
179
154
|
export type TransactionOptions = TransactionOptions$instance & __TransactionOptions$views;
|
|
@@ -12,31 +12,6 @@ import type { Encoding } from "../../System.Text/internal/index.js";
|
|
|
12
12
|
import * as System_Internal from "../../System/internal/index.js";
|
|
13
13
|
import type { Boolean as ClrBoolean, Byte, Int32, Object as ClrObject, String as ClrString, Type, Void } from "../../System/internal/index.js";
|
|
14
14
|
|
|
15
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
16
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
17
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
18
|
-
export type CLROf<T> =
|
|
19
|
-
T extends sbyte ? System_Internal.SByte :
|
|
20
|
-
T extends short ? System_Internal.Int16 :
|
|
21
|
-
T extends int ? System_Internal.Int32 :
|
|
22
|
-
T extends long ? System_Internal.Int64 :
|
|
23
|
-
T extends int128 ? System_Internal.Int128 :
|
|
24
|
-
T extends nint ? System_Internal.IntPtr :
|
|
25
|
-
T extends byte ? System_Internal.Byte :
|
|
26
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
27
|
-
T extends uint ? System_Internal.UInt32 :
|
|
28
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
29
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
30
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
31
|
-
T extends half ? System_Internal.Half :
|
|
32
|
-
T extends float ? System_Internal.Single :
|
|
33
|
-
T extends double ? System_Internal.Double :
|
|
34
|
-
T extends decimal ? System_Internal.Decimal :
|
|
35
|
-
T extends char ? System_Internal.Char :
|
|
36
|
-
T extends boolean ? System_Internal.Boolean :
|
|
37
|
-
T extends string ? System_Internal.String :
|
|
38
|
-
T; // Identity fallback for non-primitive types
|
|
39
|
-
|
|
40
15
|
export interface IHtmlString$instance {
|
|
41
16
|
toHtmlString(): string;
|
|
42
17
|
}
|
|
@@ -9,31 +9,6 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
9
9
|
import * as System_Internal from "../../System/internal/index.js";
|
|
10
10
|
import type { Boolean as ClrBoolean, EventHandler, Object as ClrObject, Void } from "../../System/internal/index.js";
|
|
11
11
|
|
|
12
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
13
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
14
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
15
|
-
export type CLROf<T> =
|
|
16
|
-
T extends sbyte ? System_Internal.SByte :
|
|
17
|
-
T extends short ? System_Internal.Int16 :
|
|
18
|
-
T extends int ? System_Internal.Int32 :
|
|
19
|
-
T extends long ? System_Internal.Int64 :
|
|
20
|
-
T extends int128 ? System_Internal.Int128 :
|
|
21
|
-
T extends nint ? System_Internal.IntPtr :
|
|
22
|
-
T extends byte ? System_Internal.Byte :
|
|
23
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
24
|
-
T extends uint ? System_Internal.UInt32 :
|
|
25
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
26
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
27
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
28
|
-
T extends half ? System_Internal.Half :
|
|
29
|
-
T extends float ? System_Internal.Single :
|
|
30
|
-
T extends double ? System_Internal.Double :
|
|
31
|
-
T extends decimal ? System_Internal.Decimal :
|
|
32
|
-
T extends char ? System_Internal.Char :
|
|
33
|
-
T extends boolean ? System_Internal.Boolean :
|
|
34
|
-
T extends string ? System_Internal.String :
|
|
35
|
-
T; // Identity fallback for non-primitive types
|
|
36
|
-
|
|
37
12
|
export interface ICommand$instance {
|
|
38
13
|
canExecute(parameter: unknown): boolean;
|
|
39
14
|
execute(parameter: unknown): void;
|
|
@@ -9,31 +9,6 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
9
9
|
import * as System_Internal from "../../System/internal/index.js";
|
|
10
10
|
import type { Attribute, Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Type } from "../../System/internal/index.js";
|
|
11
11
|
|
|
12
|
-
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
13
|
-
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
14
|
-
// Value positions (parameters, return types) use lowercase primitives for ergonomics
|
|
15
|
-
export type CLROf<T> =
|
|
16
|
-
T extends sbyte ? System_Internal.SByte :
|
|
17
|
-
T extends short ? System_Internal.Int16 :
|
|
18
|
-
T extends int ? System_Internal.Int32 :
|
|
19
|
-
T extends long ? System_Internal.Int64 :
|
|
20
|
-
T extends int128 ? System_Internal.Int128 :
|
|
21
|
-
T extends nint ? System_Internal.IntPtr :
|
|
22
|
-
T extends byte ? System_Internal.Byte :
|
|
23
|
-
T extends ushort ? System_Internal.UInt16 :
|
|
24
|
-
T extends uint ? System_Internal.UInt32 :
|
|
25
|
-
T extends ulong ? System_Internal.UInt64 :
|
|
26
|
-
T extends uint128 ? System_Internal.UInt128 :
|
|
27
|
-
T extends nuint ? System_Internal.UIntPtr :
|
|
28
|
-
T extends half ? System_Internal.Half :
|
|
29
|
-
T extends float ? System_Internal.Single :
|
|
30
|
-
T extends double ? System_Internal.Double :
|
|
31
|
-
T extends decimal ? System_Internal.Decimal :
|
|
32
|
-
T extends char ? System_Internal.Char :
|
|
33
|
-
T extends boolean ? System_Internal.Boolean :
|
|
34
|
-
T extends string ? System_Internal.String :
|
|
35
|
-
T; // Identity fallback for non-primitive types
|
|
36
|
-
|
|
37
12
|
export interface ValueSerializerAttribute$instance extends Attribute {
|
|
38
13
|
readonly valueSerializerType: Type;
|
|
39
14
|
readonly valueSerializerTypeName: string;
|