@tsonic/dotnet 0.7.2 → 0.7.3
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.d.ts +13 -0
- package/Microsoft.CSharp.RuntimeBinder.d.ts +23 -0
- package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
- package/Microsoft.VisualBasic.FileIO.d.ts +27 -0
- package/Microsoft.VisualBasic.d.ts +48 -0
- package/Microsoft.Win32.SafeHandles.d.ts +29 -0
- package/Microsoft.Win32.d.ts +21 -0
- package/{System.Buffers.Binary/index.d.ts → System.Buffers.Binary.d.ts} +4 -6
- package/System.Buffers.Text.d.ts +16 -0
- package/System.Buffers.d.ts +33 -0
- package/System.CodeDom.Compiler.d.ts +17 -0
- package/System.Collections.Concurrent.d.ts +24 -0
- package/System.Collections.Frozen.d.ts +18 -0
- package/System.Collections.Generic.d.ts +61 -0
- package/System.Collections.Immutable.d.ts +35 -0
- package/System.Collections.ObjectModel.d.ts +23 -0
- package/System.Collections.Specialized.d.ts +32 -0
- package/System.Collections.d.ts +39 -0
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
- package/System.ComponentModel.DataAnnotations.d.ts +55 -0
- package/{System.ComponentModel.Design.Serialization/index.d.ts → System.ComponentModel.Design.Serialization.d.ts} +20 -22
- package/{System.ComponentModel.Design/index.d.ts → System.ComponentModel.Design.d.ts} +38 -40
- package/System.ComponentModel.d.ts +207 -0
- package/{System.Configuration.Assemblies/index.d.ts → System.Configuration.Assemblies.d.ts} +5 -7
- package/System.Data.Common.d.ts +62 -0
- package/System.Data.SqlTypes.d.ts +43 -0
- package/System.Data.d.ts +133 -0
- package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
- package/System.Diagnostics.Contracts.d.ts +30 -0
- package/System.Diagnostics.Metrics.d.ts +33 -0
- package/{System.Diagnostics.SymbolStore/index.d.ts → System.Diagnostics.SymbolStore.d.ts} +9 -11
- package/System.Diagnostics.Tracing.d.ts +47 -0
- package/System.Diagnostics.d.ts +118 -0
- package/System.Drawing.d.ts +30 -0
- package/System.Dynamic.d.ts +37 -0
- package/System.Formats.Asn1.d.ts +25 -0
- package/System.Formats.Tar.d.ts +27 -0
- package/System.Globalization.d.ts +57 -0
- package/System.IO.Compression.d.ts +37 -0
- package/System.IO.Enumeration.d.ts +21 -0
- package/System.IO.IsolatedStorage.d.ts +24 -0
- package/{System.IO.MemoryMappedFiles/index.d.ts → System.IO.MemoryMappedFiles.d.ts} +13 -15
- package/System.IO.Pipelines.d.ts +26 -0
- package/System.IO.Pipes.d.ts +35 -0
- package/System.IO.d.ts +79 -0
- package/System.Linq.Expressions.Interpreter.d.ts +12 -0
- package/System.Linq.Expressions.d.ts +58 -0
- package/System.Linq.d.ts +43 -0
- package/System.Net.Cache.d.ts +16 -0
- package/System.Net.Http.Headers.d.ts +42 -0
- package/System.Net.Http.Json.d.ts +24 -0
- package/System.Net.Http.Metrics.d.ts +13 -0
- package/System.Net.Http.d.ts +57 -0
- package/System.Net.Mail.d.ts +45 -0
- package/System.Net.Mime.d.ts +22 -0
- package/System.Net.NetworkInformation.d.ts +63 -0
- package/System.Net.Quic.d.ts +35 -0
- package/System.Net.Security.d.ts +47 -0
- package/System.Net.ServerSentEvents.d.ts +23 -0
- package/System.Net.Sockets.d.ts +55 -0
- package/System.Net.WebSockets.d.ts +41 -0
- package/System.Net.d.ts +120 -0
- package/System.Numerics.d.ts +58 -0
- package/System.Reflection.Emit.d.ts +49 -0
- package/System.Reflection.Metadata.Ecma335.d.ts +62 -0
- package/System.Reflection.Metadata.d.ts +208 -0
- package/System.Reflection.PortableExecutable.d.ts +43 -0
- package/System.Reflection.d.ts +124 -0
- package/System.Resources.d.ts +27 -0
- package/System.Runtime.CompilerServices.d.ts +185 -0
- package/{System.Runtime.ConstrainedExecution/index.d.ts → System.Runtime.ConstrainedExecution.d.ts} +8 -10
- package/{System.Runtime.ExceptionServices/index.d.ts → System.Runtime.ExceptionServices.d.ts} +7 -9
- package/System.Runtime.InteropServices.ComTypes.d.ts +70 -0
- package/System.Runtime.InteropServices.Java.d.ts +16 -0
- package/System.Runtime.InteropServices.JavaScript.d.ts +43 -0
- package/System.Runtime.InteropServices.Marshalling.d.ts +47 -0
- package/{System.Runtime.InteropServices.ObjectiveC/index.d.ts → System.Runtime.InteropServices.ObjectiveC.d.ts} +9 -11
- package/System.Runtime.InteropServices.Swift.d.ts +15 -0
- package/System.Runtime.InteropServices.d.ts +153 -0
- package/System.Runtime.Intrinsics.Arm.d.ts +35 -0
- package/System.Runtime.Intrinsics.Wasm.d.ts +13 -0
- package/System.Runtime.Intrinsics.X86.d.ts +88 -0
- package/System.Runtime.Intrinsics.d.ts +20 -0
- package/System.Runtime.Loader.d.ts +17 -0
- package/System.Runtime.Remoting.d.ts +12 -0
- package/System.Runtime.Serialization.DataContracts.d.ts +21 -0
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +15 -0
- package/{System.Runtime.Serialization.Formatters/index.d.ts → System.Runtime.Serialization.Formatters.d.ts} +6 -8
- package/System.Runtime.Serialization.Json.d.ts +23 -0
- package/System.Runtime.Serialization.d.ts +76 -0
- package/System.Runtime.Versioning.d.ts +27 -0
- package/System.Runtime.d.ts +27 -0
- package/System.Security.AccessControl.d.ts +82 -0
- package/System.Security.Authentication.ExtendedProtection.d.ts +23 -0
- package/System.Security.Authentication.d.ts +20 -0
- package/System.Security.Claims.d.ts +19 -0
- package/System.Security.Cryptography.X509Certificates.d.ts +78 -0
- package/System.Security.Cryptography.d.ts +191 -0
- package/System.Security.Permissions.d.ts +18 -0
- package/System.Security.Policy.d.ts +14 -0
- package/System.Security.Principal.d.ts +36 -0
- package/System.Security.d.ts +35 -0
- package/System.Text.Encodings.Web.d.ts +20 -0
- package/System.Text.Json.Nodes.d.ts +23 -0
- package/System.Text.Json.Schema.d.ts +17 -0
- package/System.Text.Json.Serialization.Metadata.d.ts +33 -0
- package/System.Text.Json.Serialization.d.ts +53 -0
- package/System.Text.Json.d.ts +44 -0
- package/System.Text.RegularExpressions.d.ts +35 -0
- package/System.Text.Unicode.d.ts +16 -0
- package/System.Text.d.ts +54 -0
- package/System.Threading.Channels.d.ts +27 -0
- package/System.Threading.Tasks.Dataflow.d.ts +35 -0
- package/{System.Threading.Tasks.Sources/index.d.ts → System.Threading.Tasks.Sources.d.ts} +6 -10
- package/System.Threading.Tasks.d.ts +44 -0
- package/System.Threading.d.ts +99 -0
- package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
- package/{System.Transactions/index.d.ts → System.Transactions.d.ts} +32 -34
- package/System.Web.d.ts +16 -0
- package/{System.Windows.Input/index.d.ts → System.Windows.Input.d.ts} +3 -5
- package/{System.Windows.Markup/index.d.ts → System.Windows.Markup.d.ts} +4 -6
- package/System.Xml.Linq.d.ts +43 -0
- package/System.Xml.Resolvers.d.ts +18 -0
- package/System.Xml.Schema.d.ts +108 -0
- package/System.Xml.Serialization.d.ts +89 -0
- package/System.Xml.XPath.d.ts +34 -0
- package/System.Xml.Xsl.Runtime.d.ts +66 -0
- package/System.Xml.Xsl.d.ts +29 -0
- package/System.Xml.d.ts +105 -0
- package/System.d.ts +349 -0
- package/package.json +1 -1
- package/Internal/index.d.ts +0 -15
- package/Microsoft.CSharp.RuntimeBinder/index.d.ts +0 -25
- package/Microsoft.VisualBasic/index.d.ts +0 -50
- package/Microsoft.VisualBasic.CompilerServices/index.d.ts +0 -47
- package/Microsoft.VisualBasic.FileIO/index.d.ts +0 -29
- package/Microsoft.Win32/index.d.ts +0 -23
- package/Microsoft.Win32.SafeHandles/index.d.ts +0 -31
- package/System/index.d.ts +0 -428
- package/System.Buffers/index.d.ts +0 -48
- package/System.Buffers.Text/index.d.ts +0 -18
- package/System.CodeDom.Compiler/index.d.ts +0 -19
- package/System.Collections/index.d.ts +0 -41
- package/System.Collections.Concurrent/index.d.ts +0 -35
- package/System.Collections.Frozen/index.d.ts +0 -26
- package/System.Collections.Generic/index.d.ts +0 -129
- package/System.Collections.Immutable/index.d.ts +0 -64
- package/System.Collections.ObjectModel/index.d.ts +0 -34
- package/System.Collections.Specialized/index.d.ts +0 -34
- package/System.ComponentModel/index.d.ts +0 -210
- package/System.ComponentModel.DataAnnotations/index.d.ts +0 -57
- package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +0 -21
- package/System.Data/index.d.ts +0 -139
- package/System.Data.Common/index.d.ts +0 -64
- package/System.Data.SqlTypes/index.d.ts +0 -45
- package/System.Diagnostics/index.d.ts +0 -123
- package/System.Diagnostics.CodeAnalysis/index.d.ts +0 -40
- package/System.Diagnostics.Contracts/index.d.ts +0 -32
- package/System.Diagnostics.Metrics/index.d.ts +0 -47
- package/System.Diagnostics.Tracing/index.d.ts +0 -49
- package/System.Drawing/index.d.ts +0 -32
- package/System.Dynamic/index.d.ts +0 -39
- package/System.Formats.Asn1/index.d.ts +0 -27
- package/System.Formats.Tar/index.d.ts +0 -29
- package/System.Globalization/index.d.ts +0 -59
- package/System.IO/index.d.ts +0 -81
- package/System.IO.Compression/index.d.ts +0 -39
- package/System.IO.Enumeration/index.d.ts +0 -27
- package/System.IO.IsolatedStorage/index.d.ts +0 -26
- package/System.IO.Pipelines/index.d.ts +0 -28
- package/System.IO.Pipes/index.d.ts +0 -37
- package/System.Linq/index.d.ts +0 -56
- package/System.Linq.Expressions/index.d.ts +0 -61
- package/System.Linq.Expressions.Interpreter/index.d.ts +0 -14
- package/System.Net/index.d.ts +0 -122
- package/System.Net.Cache/index.d.ts +0 -18
- package/System.Net.Http/index.d.ts +0 -61
- package/System.Net.Http.Headers/index.d.ts +0 -45
- package/System.Net.Http.Json/index.d.ts +0 -26
- package/System.Net.Http.Metrics/index.d.ts +0 -15
- package/System.Net.Mail/index.d.ts +0 -47
- package/System.Net.Mime/index.d.ts +0 -24
- package/System.Net.NetworkInformation/index.d.ts +0 -65
- package/System.Net.Quic/index.d.ts +0 -37
- package/System.Net.Security/index.d.ts +0 -49
- package/System.Net.ServerSentEvents/index.d.ts +0 -28
- package/System.Net.Sockets/index.d.ts +0 -57
- package/System.Net.WebSockets/index.d.ts +0 -43
- package/System.Numerics/index.d.ts +0 -94
- package/System.Reflection/index.d.ts +0 -126
- package/System.Reflection.Emit/index.d.ts +0 -51
- package/System.Reflection.Metadata/index.d.ts +0 -220
- package/System.Reflection.Metadata.Ecma335/index.d.ts +0 -65
- package/System.Reflection.PortableExecutable/index.d.ts +0 -45
- package/System.Resources/index.d.ts +0 -29
- package/System.Runtime/index.d.ts +0 -29
- package/System.Runtime.CompilerServices/index.d.ts +0 -219
- package/System.Runtime.InteropServices/index.d.ts +0 -161
- package/System.Runtime.InteropServices.ComTypes/index.d.ts +0 -72
- package/System.Runtime.InteropServices.Java/index.d.ts +0 -18
- package/System.Runtime.InteropServices.JavaScript/index.d.ts +0 -54
- package/System.Runtime.InteropServices.Marshalling/index.d.ts +0 -59
- package/System.Runtime.InteropServices.Swift/index.d.ts +0 -18
- package/System.Runtime.Intrinsics/index.d.ts +0 -26
- package/System.Runtime.Intrinsics.Arm/index.d.ts +0 -37
- package/System.Runtime.Intrinsics.Wasm/index.d.ts +0 -15
- package/System.Runtime.Intrinsics.X86/index.d.ts +0 -90
- package/System.Runtime.Loader/index.d.ts +0 -19
- package/System.Runtime.Remoting/index.d.ts +0 -14
- package/System.Runtime.Serialization/index.d.ts +0 -78
- package/System.Runtime.Serialization.DataContracts/index.d.ts +0 -23
- package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +0 -17
- package/System.Runtime.Serialization.Json/index.d.ts +0 -25
- package/System.Runtime.Versioning/index.d.ts +0 -29
- package/System.Security/index.d.ts +0 -37
- package/System.Security.AccessControl/index.d.ts +0 -87
- package/System.Security.Authentication/index.d.ts +0 -22
- package/System.Security.Authentication.ExtendedProtection/index.d.ts +0 -25
- package/System.Security.Claims/index.d.ts +0 -21
- package/System.Security.Cryptography/index.d.ts +0 -193
- package/System.Security.Cryptography.X509Certificates/index.d.ts +0 -80
- package/System.Security.Permissions/index.d.ts +0 -20
- package/System.Security.Policy/index.d.ts +0 -16
- package/System.Security.Principal/index.d.ts +0 -38
- package/System.Text/index.d.ts +0 -56
- package/System.Text.Encodings.Web/index.d.ts +0 -22
- package/System.Text.Json/index.d.ts +0 -46
- package/System.Text.Json.Nodes/index.d.ts +0 -25
- package/System.Text.Json.Schema/index.d.ts +0 -19
- package/System.Text.Json.Serialization/index.d.ts +0 -59
- package/System.Text.Json.Serialization.Metadata/index.d.ts +0 -39
- package/System.Text.RegularExpressions/index.d.ts +0 -37
- package/System.Text.Unicode/index.d.ts +0 -18
- package/System.Threading/index.d.ts +0 -104
- package/System.Threading.Channels/index.d.ts +0 -34
- package/System.Threading.Tasks/index.d.ts +0 -50
- package/System.Threading.Tasks.Dataflow/index.d.ts +0 -52
- package/System.Web/index.d.ts +0 -18
- package/System.Xml/index.d.ts +0 -107
- package/System.Xml.Linq/index.d.ts +0 -45
- package/System.Xml.Resolvers/index.d.ts +0 -20
- package/System.Xml.Schema/index.d.ts +0 -110
- package/System.Xml.Serialization/index.d.ts +0 -91
- package/System.Xml.XPath/index.d.ts +0 -36
- package/System.Xml.Xsl/index.d.ts +0 -31
- package/System.Xml.Xsl.Runtime/index.d.ts +0 -69
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Text.Json.Schema
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Text.Json.Schema/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { JsonNode } from './System.Text.Json.Nodes/internal/index.js';
|
|
10
|
+
import type { JsonPropertyInfo, JsonTypeInfo } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
11
|
+
import type { JsonSerializerOptions } from './System.Text.Json/internal/index.js';
|
|
12
|
+
import type { Boolean as ClrBoolean, Func_3, Int32, Object as ClrObject, ReadOnlySpan_1, String as ClrString, Type, ValueType } from './System/internal/index.js';
|
|
13
|
+
|
|
14
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
15
|
+
export { JsonSchemaExporter$instance as JsonSchemaExporter } from './System.Text.Json.Schema/internal/index.js';
|
|
16
|
+
export { JsonSchemaExporterOptions as JsonSchemaExporterOptions } from './System.Text.Json.Schema/internal/index.js';
|
|
17
|
+
export { JsonSchemaExporterContext as JsonSchemaExporterContext } from './System.Text.Json.Schema/internal/index.js';
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Text.Json.Serialization.Metadata
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { ConcurrentQueue_1, ConcurrentStack_1 } from './System.Collections.Concurrent/internal/index.js';
|
|
10
|
+
import type { Dictionary_2, IAsyncEnumerable_1, ICollection_1, IDictionary_2, IEnumerable_1, IList_1, IReadOnlyDictionary_2, ISet_1, KeyValuePair_2, List_1, Queue_1, Stack_1 } from './System.Collections.Generic/internal/index.js';
|
|
11
|
+
import type { IEnumerable, IList } from './System.Collections/internal/index.js';
|
|
12
|
+
import type { ICustomAttributeProvider } from './System.Reflection/internal/index.js';
|
|
13
|
+
import type { JsonArray, JsonNode, JsonObject, JsonValue } from './System.Text.Json.Nodes/internal/index.js';
|
|
14
|
+
import type { JsonConverter, JsonConverter_1, JsonIgnoreCondition, JsonNumberHandling, JsonObjectCreationHandling, JsonSerializerContext, JsonUnknownDerivedTypeHandling, JsonUnmappedMemberHandling } from './System.Text.Json.Serialization/internal/index.js';
|
|
15
|
+
import type { JsonDocument, JsonElement, JsonSerializerOptions, Utf8JsonWriter } from './System.Text.Json/internal/index.js';
|
|
16
|
+
import type { Action_1, Action_2, Boolean as ClrBoolean, Byte, Char, DateOnly, DateTime, DateTimeOffset, Decimal, Double, Enum, Func_1, Func_2, Func_3, Guid, Half, IComparable, IConvertible, IFormatProvider, IFormattable, Int128, Int16, Int32, Int64, ISpanFormattable, Memory_1, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, SByte, Single, String as ClrString, TimeOnly, TimeSpan, Type, TypeCode, UInt128, UInt16, UInt32, UInt64, Uri, ValueType, Version, Void } from './System/internal/index.js';
|
|
17
|
+
|
|
18
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
19
|
+
export { DefaultJsonTypeInfoResolver as DefaultJsonTypeInfoResolver } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
20
|
+
export type IJsonTypeInfoResolver = Internal.IJsonTypeInfoResolver;
|
|
21
|
+
export { JsonDerivedType as JsonDerivedType } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
22
|
+
export { JsonPolymorphismOptions as JsonPolymorphismOptions } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
23
|
+
export { JsonTypeInfo_1 as JsonTypeInfo } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
24
|
+
export { JsonTypeInfoResolver$instance as JsonTypeInfoResolver } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
25
|
+
export { JsonTypeInfoKind as JsonTypeInfoKind } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
26
|
+
export { JsonCollectionInfoValues_1 as JsonCollectionInfoValues } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
27
|
+
export { JsonMetadataServices$instance as JsonMetadataServices } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
28
|
+
export { JsonObjectInfoValues_1 as JsonObjectInfoValues } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
29
|
+
export { JsonParameterInfoValues as JsonParameterInfoValues } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
30
|
+
export { JsonParameterInfo as JsonParameterInfo } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
31
|
+
export { JsonPropertyInfo as JsonPropertyInfo } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
32
|
+
export { JsonPropertyInfoValues_1 as JsonPropertyInfoValues } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
33
|
+
export { JsonTypeInfo as JsonTypeInfo_0 } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Text.Json.Serialization
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Text.Json.Serialization/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IJsonTypeInfoResolver, JsonTypeInfo } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
10
|
+
import type { JsonCommentHandling, JsonNamingPolicy, JsonSerializerDefaults, JsonSerializerOptions, Utf8JsonReader, Utf8JsonWriter } from './System.Text.Json/internal/index.js';
|
|
11
|
+
import type { Attribute, Boolean as ClrBoolean, Char, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
|
|
12
|
+
|
|
13
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
14
|
+
export { JsonAttribute as JsonAttribute } from './System.Text.Json.Serialization/internal/index.js';
|
|
15
|
+
export { JsonIgnoreCondition as JsonIgnoreCondition } from './System.Text.Json.Serialization/internal/index.js';
|
|
16
|
+
export { JsonKnownNamingPolicy as JsonKnownNamingPolicy } from './System.Text.Json.Serialization/internal/index.js';
|
|
17
|
+
export { JsonKnownReferenceHandler as JsonKnownReferenceHandler } from './System.Text.Json.Serialization/internal/index.js';
|
|
18
|
+
export { JsonNumberHandling as JsonNumberHandling } from './System.Text.Json.Serialization/internal/index.js';
|
|
19
|
+
export { JsonObjectCreationHandling as JsonObjectCreationHandling } from './System.Text.Json.Serialization/internal/index.js';
|
|
20
|
+
export { JsonSerializableAttribute as JsonSerializableAttribute } from './System.Text.Json.Serialization/internal/index.js';
|
|
21
|
+
export { JsonSourceGenerationMode as JsonSourceGenerationMode } from './System.Text.Json.Serialization/internal/index.js';
|
|
22
|
+
export { JsonSourceGenerationOptionsAttribute as JsonSourceGenerationOptionsAttribute } from './System.Text.Json.Serialization/internal/index.js';
|
|
23
|
+
export { JsonUnknownTypeHandling as JsonUnknownTypeHandling } from './System.Text.Json.Serialization/internal/index.js';
|
|
24
|
+
export { JsonUnmappedMemberHandling as JsonUnmappedMemberHandling } from './System.Text.Json.Serialization/internal/index.js';
|
|
25
|
+
export { JsonObjectCreationHandlingAttribute as JsonObjectCreationHandlingAttribute } from './System.Text.Json.Serialization/internal/index.js';
|
|
26
|
+
export { JsonConstructorAttribute as JsonConstructorAttribute } from './System.Text.Json.Serialization/internal/index.js';
|
|
27
|
+
export { JsonConverterAttribute as JsonConverterAttribute } from './System.Text.Json.Serialization/internal/index.js';
|
|
28
|
+
export { JsonDerivedTypeAttribute as JsonDerivedTypeAttribute } from './System.Text.Json.Serialization/internal/index.js';
|
|
29
|
+
export { JsonExtensionDataAttribute as JsonExtensionDataAttribute } from './System.Text.Json.Serialization/internal/index.js';
|
|
30
|
+
export { JsonIgnoreAttribute as JsonIgnoreAttribute } from './System.Text.Json.Serialization/internal/index.js';
|
|
31
|
+
export { JsonIncludeAttribute as JsonIncludeAttribute } from './System.Text.Json.Serialization/internal/index.js';
|
|
32
|
+
export { JsonNumberHandlingAttribute as JsonNumberHandlingAttribute } from './System.Text.Json.Serialization/internal/index.js';
|
|
33
|
+
export { JsonPolymorphicAttribute as JsonPolymorphicAttribute } from './System.Text.Json.Serialization/internal/index.js';
|
|
34
|
+
export { JsonPropertyNameAttribute as JsonPropertyNameAttribute } from './System.Text.Json.Serialization/internal/index.js';
|
|
35
|
+
export { JsonRequiredAttribute as JsonRequiredAttribute } from './System.Text.Json.Serialization/internal/index.js';
|
|
36
|
+
export { JsonPropertyOrderAttribute as JsonPropertyOrderAttribute } from './System.Text.Json.Serialization/internal/index.js';
|
|
37
|
+
export { JsonUnmappedMemberHandlingAttribute as JsonUnmappedMemberHandlingAttribute } from './System.Text.Json.Serialization/internal/index.js';
|
|
38
|
+
export type IJsonOnDeserialized = Internal.IJsonOnDeserialized;
|
|
39
|
+
export type IJsonOnDeserializing = Internal.IJsonOnDeserializing;
|
|
40
|
+
export type IJsonOnSerialized = Internal.IJsonOnSerialized;
|
|
41
|
+
export type IJsonOnSerializing = Internal.IJsonOnSerializing;
|
|
42
|
+
export { JsonNumberEnumConverter_1 as JsonNumberEnumConverter } from './System.Text.Json.Serialization/internal/index.js';
|
|
43
|
+
export { JsonSerializerContext as JsonSerializerContext } from './System.Text.Json.Serialization/internal/index.js';
|
|
44
|
+
export { JsonUnknownDerivedTypeHandling as JsonUnknownDerivedTypeHandling } from './System.Text.Json.Serialization/internal/index.js';
|
|
45
|
+
export { JsonConverter as JsonConverter_0 } from './System.Text.Json.Serialization/internal/index.js';
|
|
46
|
+
export { JsonConverterFactory as JsonConverterFactory } from './System.Text.Json.Serialization/internal/index.js';
|
|
47
|
+
export { JsonConverter_1 as JsonConverter } from './System.Text.Json.Serialization/internal/index.js';
|
|
48
|
+
export { JsonStringEnumConverter_1 as JsonStringEnumConverter } from './System.Text.Json.Serialization/internal/index.js';
|
|
49
|
+
export { JsonStringEnumConverter as JsonStringEnumConverter_0 } from './System.Text.Json.Serialization/internal/index.js';
|
|
50
|
+
export { JsonStringEnumMemberNameAttribute as JsonStringEnumMemberNameAttribute } from './System.Text.Json.Serialization/internal/index.js';
|
|
51
|
+
export { ReferenceHandler as ReferenceHandler_0 } from './System.Text.Json.Serialization/internal/index.js';
|
|
52
|
+
export { ReferenceHandler_1 as ReferenceHandler } from './System.Text.Json.Serialization/internal/index.js';
|
|
53
|
+
export { ReferenceResolver as ReferenceResolver } from './System.Text.Json.Serialization/internal/index.js';
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Text.Json
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Text.Json/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IBufferWriter_1, ReadOnlySequence_1 } from './System.Buffers/internal/index.js';
|
|
10
|
+
import type { IAsyncEnumerable_1, IEnumerable_1, IEnumerator_1, IList_1 } from './System.Collections.Generic/internal/index.js';
|
|
11
|
+
import type { IDictionary, IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
|
|
12
|
+
import type { PipeReader, PipeWriter } from './System.IO.Pipelines/internal/index.js';
|
|
13
|
+
import type { Stream } from './System.IO/internal/index.js';
|
|
14
|
+
import type { MethodBase } from './System.Reflection/internal/index.js';
|
|
15
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
16
|
+
import type { JavaScriptEncoder } from './System.Text.Encodings.Web/internal/index.js';
|
|
17
|
+
import type { JsonNode } from './System.Text.Json.Nodes/internal/index.js';
|
|
18
|
+
import type { IJsonTypeInfoResolver, JsonTypeInfo, JsonTypeInfo_1 } from './System.Text.Json.Serialization.Metadata/internal/index.js';
|
|
19
|
+
import type { JsonConverter, JsonIgnoreCondition, JsonNumberHandling, JsonObjectCreationHandling, JsonSerializerContext, JsonUnknownTypeHandling, JsonUnmappedMemberHandling, ReferenceHandler } from './System.Text.Json.Serialization/internal/index.js';
|
|
20
|
+
import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
|
|
21
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
22
|
+
import type { Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Decimal, Double, Enum, Exception, Guid, IAsyncDisposable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, SByte, SequencePosition, Single, Span_1, String as ClrString, Type, TypeCode, UInt16, UInt32, UInt64, ValueType, Void } from './System/internal/index.js';
|
|
23
|
+
|
|
24
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
25
|
+
export { JsonNamingPolicy as JsonNamingPolicy } from './System.Text.Json/internal/index.js';
|
|
26
|
+
export { JsonCommentHandling as JsonCommentHandling } from './System.Text.Json/internal/index.js';
|
|
27
|
+
export { JsonSerializerDefaults as JsonSerializerDefaults } from './System.Text.Json/internal/index.js';
|
|
28
|
+
export { JsonDocument as JsonDocument } from './System.Text.Json/internal/index.js';
|
|
29
|
+
export { JsonDocumentOptions as JsonDocumentOptions } from './System.Text.Json/internal/index.js';
|
|
30
|
+
export { JsonElement as JsonElement } from './System.Text.Json/internal/index.js';
|
|
31
|
+
export { JsonElement_ArrayEnumerator as JsonElement_ArrayEnumerator } from './System.Text.Json/internal/index.js';
|
|
32
|
+
export { JsonElement_ObjectEnumerator as JsonElement_ObjectEnumerator } from './System.Text.Json/internal/index.js';
|
|
33
|
+
export { JsonProperty as JsonProperty } from './System.Text.Json/internal/index.js';
|
|
34
|
+
export { JsonValueKind as JsonValueKind } from './System.Text.Json/internal/index.js';
|
|
35
|
+
export { JsonEncodedText as JsonEncodedText } from './System.Text.Json/internal/index.js';
|
|
36
|
+
export { JsonException as JsonException } from './System.Text.Json/internal/index.js';
|
|
37
|
+
export { JsonTokenType as JsonTokenType } from './System.Text.Json/internal/index.js';
|
|
38
|
+
export { JsonReaderOptions as JsonReaderOptions } from './System.Text.Json/internal/index.js';
|
|
39
|
+
export { JsonReaderState as JsonReaderState } from './System.Text.Json/internal/index.js';
|
|
40
|
+
export { Utf8JsonReader as Utf8JsonReader } from './System.Text.Json/internal/index.js';
|
|
41
|
+
export { JsonSerializer$instance as JsonSerializer } from './System.Text.Json/internal/index.js';
|
|
42
|
+
export { Utf8JsonWriter as Utf8JsonWriter } from './System.Text.Json/internal/index.js';
|
|
43
|
+
export { JsonSerializerOptions as JsonSerializerOptions } from './System.Text.Json/internal/index.js';
|
|
44
|
+
export { JsonWriterOptions as JsonWriterOptions } from './System.Text.Json/internal/index.js';
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Text.RegularExpressions
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Text.RegularExpressions/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { ICollection_1, IEnumerable_1, IEnumerator_1, IList_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, IReadOnlyList_1, KeyValuePair_2 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { ICollection, IDictionary, IEnumerable, IEnumerator, IList } from './System.Collections/internal/index.js';
|
|
11
|
+
import type { CustomAttributeBuilder } from './System.Reflection.Emit/internal/index.js';
|
|
12
|
+
import type { AssemblyName, MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
|
|
13
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
14
|
+
import type { ArgumentException, Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Char, Delegate, Enum, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, Range, ReadOnlySpan_1, String as ClrString, TimeoutException, TimeSpan, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
|
|
15
|
+
|
|
16
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
17
|
+
export { ValueMatch as ValueMatch } from './System.Text.RegularExpressions/internal/index.js';
|
|
18
|
+
export { Capture as Capture } from './System.Text.RegularExpressions/internal/index.js';
|
|
19
|
+
export { CaptureCollection as CaptureCollection } from './System.Text.RegularExpressions/internal/index.js';
|
|
20
|
+
export { Group as Group } from './System.Text.RegularExpressions/internal/index.js';
|
|
21
|
+
export { GroupCollection as GroupCollection } from './System.Text.RegularExpressions/internal/index.js';
|
|
22
|
+
export { Match as Match } from './System.Text.RegularExpressions/internal/index.js';
|
|
23
|
+
export { MatchCollection as MatchCollection } from './System.Text.RegularExpressions/internal/index.js';
|
|
24
|
+
export { Regex as Regex } from './System.Text.RegularExpressions/internal/index.js';
|
|
25
|
+
export { Regex_ValueMatchEnumerator as Regex_ValueMatchEnumerator } from './System.Text.RegularExpressions/internal/index.js';
|
|
26
|
+
export { Regex_ValueSplitEnumerator as Regex_ValueSplitEnumerator } from './System.Text.RegularExpressions/internal/index.js';
|
|
27
|
+
export type MatchEvaluator = Internal.MatchEvaluator;
|
|
28
|
+
export { RegexCompilationInfo as RegexCompilationInfo } from './System.Text.RegularExpressions/internal/index.js';
|
|
29
|
+
export { GeneratedRegexAttribute as GeneratedRegexAttribute } from './System.Text.RegularExpressions/internal/index.js';
|
|
30
|
+
export { RegexMatchTimeoutException as RegexMatchTimeoutException } from './System.Text.RegularExpressions/internal/index.js';
|
|
31
|
+
export { RegexOptions as RegexOptions } from './System.Text.RegularExpressions/internal/index.js';
|
|
32
|
+
export { RegexParseError as RegexParseError } from './System.Text.RegularExpressions/internal/index.js';
|
|
33
|
+
export { RegexParseException as RegexParseException } from './System.Text.RegularExpressions/internal/index.js';
|
|
34
|
+
export { RegexRunner as RegexRunner } from './System.Text.RegularExpressions/internal/index.js';
|
|
35
|
+
export { RegexRunnerFactory as RegexRunnerFactory } from './System.Text.RegularExpressions/internal/index.js';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Text.Unicode
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Text.Unicode/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { OperationStatus } from './System.Buffers/internal/index.js';
|
|
10
|
+
import type { Boolean as ClrBoolean, Byte, Char, IFormatProvider, Int32, Object as ClrObject, ReadOnlySpan_1, Span_1, String as ClrString, Type, ValueType } from './System/internal/index.js';
|
|
11
|
+
|
|
12
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
13
|
+
export { Utf8$instance as Utf8 } from './System.Text.Unicode/internal/index.js';
|
|
14
|
+
export { Utf8_TryWriteInterpolatedStringHandler as Utf8_TryWriteInterpolatedStringHandler } from './System.Text.Unicode/internal/index.js';
|
|
15
|
+
export { UnicodeRange as UnicodeRange } from './System.Text.Unicode/internal/index.js';
|
|
16
|
+
export { UnicodeRanges$instance as UnicodeRanges } from './System.Text.Unicode/internal/index.js';
|
package/System.Text.d.ts
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Text
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Text/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IBufferWriter_1, OperationStatus, ReadOnlySequence_1 } from './System.Buffers/internal/index.js';
|
|
10
|
+
import type { IEnumerable_1, IEnumerator_1 } from './System.Collections.Generic/internal/index.js';
|
|
11
|
+
import type { IDictionary, IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
|
|
12
|
+
import type { CultureInfo, UnicodeCategory } from './System.Globalization/internal/index.js';
|
|
13
|
+
import type { Stream } from './System.IO/internal/index.js';
|
|
14
|
+
import type { MethodBase } from './System.Reflection/internal/index.js';
|
|
15
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
16
|
+
import type { ArgumentException, Boolean as ClrBoolean, Byte, Char, Decimal, Double, Enum, Exception, ICloneable, IComparable, IComparable_1, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, IUtf8SpanFormattable, IUtf8SpanParsable_1, Object as ClrObject, Range, ReadOnlyMemory_1, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, TypeCode, UInt16, UInt32, UInt64, ValueType, Void } from './System/internal/index.js';
|
|
17
|
+
|
|
18
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
19
|
+
export { EncodingExtensions$instance as EncodingExtensions } from './System.Text/internal/index.js';
|
|
20
|
+
export { StringBuilder as StringBuilder } from './System.Text/internal/index.js';
|
|
21
|
+
export { StringBuilder_ChunkEnumerator as StringBuilder_ChunkEnumerator } from './System.Text/internal/index.js';
|
|
22
|
+
export { StringBuilder_AppendInterpolatedStringHandler as StringBuilder_AppendInterpolatedStringHandler } from './System.Text/internal/index.js';
|
|
23
|
+
export { Ascii$instance as Ascii } from './System.Text/internal/index.js';
|
|
24
|
+
export { ASCIIEncoding as ASCIIEncoding } from './System.Text/internal/index.js';
|
|
25
|
+
export { CompositeFormat as CompositeFormat } from './System.Text/internal/index.js';
|
|
26
|
+
export { Decoder as Decoder } from './System.Text/internal/index.js';
|
|
27
|
+
export { DecoderExceptionFallback as DecoderExceptionFallback } from './System.Text/internal/index.js';
|
|
28
|
+
export { DecoderExceptionFallbackBuffer as DecoderExceptionFallbackBuffer } from './System.Text/internal/index.js';
|
|
29
|
+
export { DecoderFallbackException as DecoderFallbackException } from './System.Text/internal/index.js';
|
|
30
|
+
export { DecoderFallback as DecoderFallback } from './System.Text/internal/index.js';
|
|
31
|
+
export { DecoderFallbackBuffer as DecoderFallbackBuffer } from './System.Text/internal/index.js';
|
|
32
|
+
export { DecoderReplacementFallback as DecoderReplacementFallback } from './System.Text/internal/index.js';
|
|
33
|
+
export { DecoderReplacementFallbackBuffer as DecoderReplacementFallbackBuffer } from './System.Text/internal/index.js';
|
|
34
|
+
export { Encoder as Encoder } from './System.Text/internal/index.js';
|
|
35
|
+
export { EncoderExceptionFallback as EncoderExceptionFallback } from './System.Text/internal/index.js';
|
|
36
|
+
export { EncoderExceptionFallbackBuffer as EncoderExceptionFallbackBuffer } from './System.Text/internal/index.js';
|
|
37
|
+
export { EncoderFallbackException as EncoderFallbackException } from './System.Text/internal/index.js';
|
|
38
|
+
export { EncoderFallback as EncoderFallback } from './System.Text/internal/index.js';
|
|
39
|
+
export { EncoderFallbackBuffer as EncoderFallbackBuffer } from './System.Text/internal/index.js';
|
|
40
|
+
export { EncoderReplacementFallback as EncoderReplacementFallback } from './System.Text/internal/index.js';
|
|
41
|
+
export { EncoderReplacementFallbackBuffer as EncoderReplacementFallbackBuffer } from './System.Text/internal/index.js';
|
|
42
|
+
export { Encoding as Encoding } from './System.Text/internal/index.js';
|
|
43
|
+
export { EncodingInfo as EncodingInfo } from './System.Text/internal/index.js';
|
|
44
|
+
export { EncodingProvider as EncodingProvider } from './System.Text/internal/index.js';
|
|
45
|
+
export { NormalizationForm as NormalizationForm } from './System.Text/internal/index.js';
|
|
46
|
+
export { Rune as Rune } from './System.Text/internal/index.js';
|
|
47
|
+
export { SpanLineEnumerator as SpanLineEnumerator } from './System.Text/internal/index.js';
|
|
48
|
+
export { SpanRuneEnumerator as SpanRuneEnumerator } from './System.Text/internal/index.js';
|
|
49
|
+
export { StringRuneEnumerator as StringRuneEnumerator } from './System.Text/internal/index.js';
|
|
50
|
+
export { UnicodeEncoding as UnicodeEncoding } from './System.Text/internal/index.js';
|
|
51
|
+
export { UTF32Encoding as UTF32Encoding } from './System.Text/internal/index.js';
|
|
52
|
+
export { UTF7Encoding as UTF7Encoding } from './System.Text/internal/index.js';
|
|
53
|
+
export { UTF8Encoding as UTF8Encoding } from './System.Text/internal/index.js';
|
|
54
|
+
export { CodePagesEncodingProvider as CodePagesEncodingProvider } from './System.Text/internal/index.js';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Threading.Channels
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Threading.Channels/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IAsyncEnumerable_1, IComparer_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { IDictionary } from './System.Collections/internal/index.js';
|
|
11
|
+
import type { MethodBase } from './System.Reflection/internal/index.js';
|
|
12
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
13
|
+
import type { Task, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
|
|
14
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
15
|
+
import type { Action_1, Boolean as ClrBoolean, Enum, Exception, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, InvalidOperationException, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js';
|
|
16
|
+
|
|
17
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
18
|
+
export { BoundedChannelFullMode as BoundedChannelFullMode } from './System.Threading.Channels/internal/index.js';
|
|
19
|
+
export { Channel$instance as Channel_0 } from './System.Threading.Channels/internal/index.js';
|
|
20
|
+
export { ChannelClosedException as ChannelClosedException } from './System.Threading.Channels/internal/index.js';
|
|
21
|
+
export { ChannelOptions as ChannelOptions } from './System.Threading.Channels/internal/index.js';
|
|
22
|
+
export { BoundedChannelOptions as BoundedChannelOptions } from './System.Threading.Channels/internal/index.js';
|
|
23
|
+
export { UnboundedChannelOptions as UnboundedChannelOptions } from './System.Threading.Channels/internal/index.js';
|
|
24
|
+
export { ChannelReader_1 as ChannelReader } from './System.Threading.Channels/internal/index.js';
|
|
25
|
+
export { ChannelWriter_1 as ChannelWriter } from './System.Threading.Channels/internal/index.js';
|
|
26
|
+
export { Channel_1 as Channel } from './System.Threading.Channels/internal/index.js';
|
|
27
|
+
export { UnboundedPrioritizedChannelOptions_1 as UnboundedPrioritizedChannelOptions } from './System.Threading.Channels/internal/index.js';
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Threading.Tasks.Dataflow
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Threading.Tasks.Dataflow/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IAsyncEnumerable_1, IEnumerable_1, IList_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { Task, Task_1, TaskScheduler } from './System.Threading.Tasks/internal/index.js';
|
|
11
|
+
import type { CancellationToken } from './System.Threading/internal/index.js';
|
|
12
|
+
import type { Action_1, Boolean as ClrBoolean, Enum, Exception, Func_2, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int32, Int64, IObservable_1, IObserver_1, ISpanFormattable, Object as ClrObject, Predicate_1, String as ClrString, TimeSpan, Tuple_2, Tuple_3, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
|
|
13
|
+
|
|
14
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
15
|
+
export { DataflowBlock$instance as DataflowBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
|
|
16
|
+
export { DataflowBlockOptions as DataflowBlockOptions } from './System.Threading.Tasks.Dataflow/internal/index.js';
|
|
17
|
+
export { ExecutionDataflowBlockOptions as ExecutionDataflowBlockOptions } from './System.Threading.Tasks.Dataflow/internal/index.js';
|
|
18
|
+
export { GroupingDataflowBlockOptions as GroupingDataflowBlockOptions } from './System.Threading.Tasks.Dataflow/internal/index.js';
|
|
19
|
+
export { DataflowLinkOptions as DataflowLinkOptions } from './System.Threading.Tasks.Dataflow/internal/index.js';
|
|
20
|
+
export { DataflowMessageHeader as DataflowMessageHeader } from './System.Threading.Tasks.Dataflow/internal/index.js';
|
|
21
|
+
export { DataflowMessageStatus as DataflowMessageStatus } from './System.Threading.Tasks.Dataflow/internal/index.js';
|
|
22
|
+
export type IDataflowBlock = Internal.IDataflowBlock;
|
|
23
|
+
export type IPropagatorBlock<TInput, TOutput> = Internal.IPropagatorBlock_2<TInput, TOutput>;
|
|
24
|
+
export type IReceivableSourceBlock<TOutput> = Internal.IReceivableSourceBlock_1<TOutput>;
|
|
25
|
+
export type ISourceBlock<TOutput> = Internal.ISourceBlock_1<TOutput>;
|
|
26
|
+
export type ITargetBlock<TInput> = Internal.ITargetBlock_1<TInput>;
|
|
27
|
+
export { ActionBlock_1 as ActionBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
|
|
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
|
+
export { BroadcastBlock_1 as BroadcastBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
|
|
31
|
+
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
|
+
export { TransformBlock_2 as TransformBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
|
|
34
|
+
export { TransformManyBlock_2 as TransformManyBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
|
|
35
|
+
export { WriteOnceBlock_1 as WriteOnceBlock } from './System.Threading.Tasks.Dataflow/internal/index.js';
|
|
@@ -3,18 +3,14 @@
|
|
|
3
3
|
// Facade - Public API Surface
|
|
4
4
|
|
|
5
5
|
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
6
|
+
import * as Internal from './System.Threading.Tasks.Sources/internal/index.js';
|
|
7
7
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
|
-
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 '
|
|
9
|
+
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';
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
export { ValueTaskSourceOnCompletedFlags as ValueTaskSourceOnCompletedFlags } from './internal/index.js';
|
|
15
|
-
export { ValueTaskSourceStatus as ValueTaskSourceStatus } from './internal/index.js';
|
|
11
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
12
|
+
export { ValueTaskSourceOnCompletedFlags as ValueTaskSourceOnCompletedFlags } from './System.Threading.Tasks.Sources/internal/index.js';
|
|
13
|
+
export { ValueTaskSourceStatus as ValueTaskSourceStatus } from './System.Threading.Tasks.Sources/internal/index.js';
|
|
16
14
|
export type IValueTaskSource_0 = Internal.IValueTaskSource;
|
|
17
|
-
export type IValueTaskSource_1<TResult> = Internal.IValueTaskSource_1<TResult>;
|
|
18
15
|
export type IValueTaskSource<TResult> = Internal.IValueTaskSource_1<TResult>;
|
|
19
|
-
export { ManualResetValueTaskSourceCore_1 as
|
|
20
|
-
export { ManualResetValueTaskSourceCore_1 as ManualResetValueTaskSourceCore } from './internal/index.js';
|
|
16
|
+
export { ManualResetValueTaskSourceCore_1 as ManualResetValueTaskSourceCore } from './System.Threading.Tasks.Sources/internal/index.js';
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Threading.Tasks
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Threading.Tasks/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { OrderablePartitioner_1, Partitioner_1 } from './System.Collections.Concurrent/internal/index.js';
|
|
10
|
+
import type { IAsyncEnumerable_1, IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
|
|
11
|
+
import type { IDictionary } from './System.Collections/internal/index.js';
|
|
12
|
+
import type { IBinaryInteger_1 } from './System.Numerics/internal/index.js';
|
|
13
|
+
import type { MethodBase } from './System.Reflection/internal/index.js';
|
|
14
|
+
import type { ConfiguredAsyncDisposable, ConfiguredCancelableAsyncEnumerable_1, ConfiguredTaskAwaitable, ConfiguredTaskAwaitable_1, ConfiguredValueTaskAwaitable, ConfiguredValueTaskAwaitable_1, TaskAwaiter, TaskAwaiter_1, ValueTaskAwaiter, ValueTaskAwaiter_1, YieldAwaitable } from './System.Runtime.CompilerServices/internal/index.js';
|
|
15
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
16
|
+
import type { IValueTaskSource, IValueTaskSource_1 } from './System.Threading.Tasks.Sources/internal/index.js';
|
|
17
|
+
import type { CancellationToken, WaitHandle } from './System.Threading/internal/index.js';
|
|
18
|
+
import type { Action, Action_1, Action_2, Action_3, AggregateException, AsyncCallback, Boolean as ClrBoolean, Enum, EventArgs, EventHandler_1, Exception, Func_1, Func_2, Func_3, Func_4, Func_5, Func_6, IAsyncDisposable, IAsyncResult, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, Nullable_1, Object as ClrObject, OperationCanceledException, ReadOnlySpan_1, String as ClrString, TimeProvider, TimeSpan, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
|
|
19
|
+
|
|
20
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
21
|
+
export { ConcurrentExclusiveSchedulerPair as ConcurrentExclusiveSchedulerPair } from './System.Threading.Tasks/internal/index.js';
|
|
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
|
+
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
|
+
export { TaskCreationOptions as TaskCreationOptions } from './System.Threading.Tasks/internal/index.js';
|
|
28
|
+
export { TaskContinuationOptions as TaskContinuationOptions } from './System.Threading.Tasks/internal/index.js';
|
|
29
|
+
export { TaskAsyncEnumerableExtensions$instance as TaskAsyncEnumerableExtensions } from './System.Threading.Tasks/internal/index.js';
|
|
30
|
+
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
|
+
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
|
+
export { TaskScheduler as TaskScheduler } from './System.Threading.Tasks/internal/index.js';
|
|
36
|
+
export { UnobservedTaskExceptionEventArgs as UnobservedTaskExceptionEventArgs } from './System.Threading.Tasks/internal/index.js';
|
|
37
|
+
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
|
+
export { TaskToAsyncResult$instance as TaskToAsyncResult } from './System.Threading.Tasks/internal/index.js';
|
|
41
|
+
export { ParallelOptions as ParallelOptions } from './System.Threading.Tasks/internal/index.js';
|
|
42
|
+
export { Parallel$instance as Parallel } from './System.Threading.Tasks/internal/index.js';
|
|
43
|
+
export { ParallelLoopState as ParallelLoopState } from './System.Threading.Tasks/internal/index.js';
|
|
44
|
+
export { ParallelLoopResult as ParallelLoopResult } from './System.Threading.Tasks/internal/index.js';
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System.Threading
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System.Threading/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { SafeWaitHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
10
|
+
import type { IList_1 } from './System.Collections.Generic/internal/index.js';
|
|
11
|
+
import type { IDictionary } from './System.Collections/internal/index.js';
|
|
12
|
+
import type { CultureInfo } from './System.Globalization/internal/index.js';
|
|
13
|
+
import type { MethodBase, MethodInfo } from './System.Reflection/internal/index.js';
|
|
14
|
+
import type { CriticalFinalizerObject } from './System.Runtime.ConstrainedExecution/internal/index.js';
|
|
15
|
+
import type { SafeHandle } from './System.Runtime.InteropServices/internal/index.js';
|
|
16
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
17
|
+
import type { EventWaitHandleRights, EventWaitHandleSecurity, MutexRights, MutexSecurity, SemaphoreRights, SemaphoreSecurity } from './System.Security.AccessControl/internal/index.js';
|
|
18
|
+
import type { IPrincipal } from './System.Security.Principal/internal/index.js';
|
|
19
|
+
import type { Task, Task_1, ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
|
|
20
|
+
import type { Action, Action_1, Action_2, AppDomain, ApplicationException, AsyncCallback, Boolean as ClrBoolean, Byte, Delegate, Double, Enum, EventArgs, Exception, Func_1, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, LocalDataStoreSlot, MarshalByRefObject, MulticastDelegate, Object as ClrObject, ReadOnlySpan_1, SByte, Single, String as ClrString, SystemException, TimeProvider, TimeSpan, Type, TypeCode, UInt16, UInt32, UInt64, UIntPtr, ValueType, Void } from './System/internal/index.js';
|
|
21
|
+
|
|
22
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
23
|
+
export { Interlocked$instance as Interlocked } from './System.Threading/internal/index.js';
|
|
24
|
+
export { Monitor$instance as Monitor } from './System.Threading/internal/index.js';
|
|
25
|
+
export { SynchronizationContext as SynchronizationContext } from './System.Threading/internal/index.js';
|
|
26
|
+
export { Thread as Thread } from './System.Threading/internal/index.js';
|
|
27
|
+
export { WaitHandle as WaitHandle } from './System.Threading/internal/index.js';
|
|
28
|
+
export { Mutex as Mutex } from './System.Threading/internal/index.js';
|
|
29
|
+
export { AbandonedMutexException as AbandonedMutexException } from './System.Threading/internal/index.js';
|
|
30
|
+
export { ApartmentState as ApartmentState } from './System.Threading/internal/index.js';
|
|
31
|
+
export { AsyncLocal_1 as AsyncLocal } from './System.Threading/internal/index.js';
|
|
32
|
+
export { AsyncLocalValueChangedArgs_1 as AsyncLocalValueChangedArgs } from './System.Threading/internal/index.js';
|
|
33
|
+
export { AutoResetEvent as AutoResetEvent } from './System.Threading/internal/index.js';
|
|
34
|
+
export { CancellationToken as CancellationToken } from './System.Threading/internal/index.js';
|
|
35
|
+
export { CancellationTokenRegistration as CancellationTokenRegistration } from './System.Threading/internal/index.js';
|
|
36
|
+
export { CancellationTokenSource as CancellationTokenSource } from './System.Threading/internal/index.js';
|
|
37
|
+
export { CompressedStack as CompressedStack } from './System.Threading/internal/index.js';
|
|
38
|
+
export { EventResetMode as EventResetMode } from './System.Threading/internal/index.js';
|
|
39
|
+
export { EventWaitHandle as EventWaitHandle } from './System.Threading/internal/index.js';
|
|
40
|
+
export type ContextCallback = Internal.ContextCallback;
|
|
41
|
+
export { ExecutionContext as ExecutionContext } from './System.Threading/internal/index.js';
|
|
42
|
+
export { AsyncFlowControl as AsyncFlowControl } from './System.Threading/internal/index.js';
|
|
43
|
+
export type IOCompletionCallback = Internal.IOCompletionCallback;
|
|
44
|
+
export type IThreadPoolWorkItem = Internal.IThreadPoolWorkItem;
|
|
45
|
+
export { LazyInitializer$instance as LazyInitializer } from './System.Threading/internal/index.js';
|
|
46
|
+
export { LazyThreadSafetyMode as LazyThreadSafetyMode } from './System.Threading/internal/index.js';
|
|
47
|
+
export { Lock as Lock } from './System.Threading/internal/index.js';
|
|
48
|
+
export { Lock_Scope as Lock_Scope } from './System.Threading/internal/index.js';
|
|
49
|
+
export { LockRecursionException as LockRecursionException } from './System.Threading/internal/index.js';
|
|
50
|
+
export { ManualResetEvent as ManualResetEvent } from './System.Threading/internal/index.js';
|
|
51
|
+
export { ManualResetEventSlim as ManualResetEventSlim } from './System.Threading/internal/index.js';
|
|
52
|
+
export { NamedWaitHandleOptions as NamedWaitHandleOptions } from './System.Threading/internal/index.js';
|
|
53
|
+
export { NativeOverlapped as NativeOverlapped } from './System.Threading/internal/index.js';
|
|
54
|
+
export { Overlapped as Overlapped } from './System.Threading/internal/index.js';
|
|
55
|
+
export type ParameterizedThreadStart = Internal.ParameterizedThreadStart;
|
|
56
|
+
export { LockRecursionPolicy as LockRecursionPolicy } from './System.Threading/internal/index.js';
|
|
57
|
+
export { ReaderWriterLockSlim as ReaderWriterLockSlim } from './System.Threading/internal/index.js';
|
|
58
|
+
export { Semaphore as Semaphore } from './System.Threading/internal/index.js';
|
|
59
|
+
export { SemaphoreFullException as SemaphoreFullException } from './System.Threading/internal/index.js';
|
|
60
|
+
export { SemaphoreSlim as SemaphoreSlim } from './System.Threading/internal/index.js';
|
|
61
|
+
export type SendOrPostCallback = Internal.SendOrPostCallback;
|
|
62
|
+
export { SpinLock as SpinLock } from './System.Threading/internal/index.js';
|
|
63
|
+
export { SpinWait as SpinWait } from './System.Threading/internal/index.js';
|
|
64
|
+
export { SynchronizationLockException as SynchronizationLockException } from './System.Threading/internal/index.js';
|
|
65
|
+
export { ThreadAbortException as ThreadAbortException } from './System.Threading/internal/index.js';
|
|
66
|
+
export { ThreadExceptionEventArgs as ThreadExceptionEventArgs } from './System.Threading/internal/index.js';
|
|
67
|
+
export type ThreadExceptionEventHandler = Internal.ThreadExceptionEventHandler;
|
|
68
|
+
export { ThreadInterruptedException as ThreadInterruptedException } from './System.Threading/internal/index.js';
|
|
69
|
+
export { ThreadLocal_1 as ThreadLocal } from './System.Threading/internal/index.js';
|
|
70
|
+
export type WaitCallback = Internal.WaitCallback;
|
|
71
|
+
export type WaitOrTimerCallback = Internal.WaitOrTimerCallback;
|
|
72
|
+
export { ThreadPool$instance as ThreadPool } from './System.Threading/internal/index.js';
|
|
73
|
+
export { ThreadPriority as ThreadPriority } from './System.Threading/internal/index.js';
|
|
74
|
+
export type ThreadStart = Internal.ThreadStart;
|
|
75
|
+
export { ThreadStartException as ThreadStartException } from './System.Threading/internal/index.js';
|
|
76
|
+
export { ThreadState as ThreadState } from './System.Threading/internal/index.js';
|
|
77
|
+
export { ThreadStateException as ThreadStateException } from './System.Threading/internal/index.js';
|
|
78
|
+
export { Timeout$instance as Timeout } from './System.Threading/internal/index.js';
|
|
79
|
+
export { PeriodicTimer as PeriodicTimer } from './System.Threading/internal/index.js';
|
|
80
|
+
export type TimerCallback = Internal.TimerCallback;
|
|
81
|
+
export { Timer as Timer } from './System.Threading/internal/index.js';
|
|
82
|
+
export { Volatile$instance as Volatile } from './System.Threading/internal/index.js';
|
|
83
|
+
export { WaitHandleCannotBeOpenedException as WaitHandleCannotBeOpenedException } from './System.Threading/internal/index.js';
|
|
84
|
+
export { WaitHandleExtensions$instance as WaitHandleExtensions } from './System.Threading/internal/index.js';
|
|
85
|
+
export type ITimer = Internal.ITimer;
|
|
86
|
+
export { PreAllocatedOverlapped as PreAllocatedOverlapped } from './System.Threading/internal/index.js';
|
|
87
|
+
export { RegisteredWaitHandle as RegisteredWaitHandle } from './System.Threading/internal/index.js';
|
|
88
|
+
export { ThreadPoolBoundHandle as ThreadPoolBoundHandle } from './System.Threading/internal/index.js';
|
|
89
|
+
export { BarrierPostPhaseException as BarrierPostPhaseException } from './System.Threading/internal/index.js';
|
|
90
|
+
export { Barrier as Barrier } from './System.Threading/internal/index.js';
|
|
91
|
+
export { CountdownEvent as CountdownEvent } from './System.Threading/internal/index.js';
|
|
92
|
+
export { HostExecutionContext as HostExecutionContext } from './System.Threading/internal/index.js';
|
|
93
|
+
export { HostExecutionContextManager as HostExecutionContextManager } from './System.Threading/internal/index.js';
|
|
94
|
+
export { LockCookie as LockCookie } from './System.Threading/internal/index.js';
|
|
95
|
+
export { ReaderWriterLock as ReaderWriterLock } from './System.Threading/internal/index.js';
|
|
96
|
+
export { EventWaitHandleAcl$instance as EventWaitHandleAcl } from './System.Threading/internal/index.js';
|
|
97
|
+
export { MutexAcl$instance as MutexAcl } from './System.Threading/internal/index.js';
|
|
98
|
+
export { SemaphoreAcl$instance as SemaphoreAcl } from './System.Threading/internal/index.js';
|
|
99
|
+
export { ThreadingAclExtensions$instance as ThreadingAclExtensions } from './System.Threading/internal/index.js';
|
|
@@ -3,18 +3,16 @@
|
|
|
3
3
|
// Facade - Public API Surface
|
|
4
4
|
|
|
5
5
|
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
6
|
+
import * as Internal from './System.Timers/internal/index.js';
|
|
7
7
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { Component, DescriptionAttribute, IComponent, IContainer, ISite, ISupportInitialize, ISynchronizeInvoke } from '
|
|
10
|
-
import type { MethodInfo } from '
|
|
11
|
-
import type { ISerializable, SerializationInfo, StreamingContext } from '
|
|
12
|
-
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 '
|
|
9
|
+
import type { Component, DescriptionAttribute, IComponent, IContainer, ISite, ISupportInitialize, ISynchronizeInvoke } from './System.ComponentModel/internal/index.js';
|
|
10
|
+
import type { MethodInfo } from './System.Reflection/internal/index.js';
|
|
11
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
12
|
+
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';
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
// Individual type exports for convenience
|
|
17
|
-
export { ElapsedEventArgs as ElapsedEventArgs } from './internal/index.js';
|
|
14
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
15
|
+
export { ElapsedEventArgs as ElapsedEventArgs } from './System.Timers/internal/index.js';
|
|
18
16
|
export type ElapsedEventHandler = Internal.ElapsedEventHandler;
|
|
19
|
-
export { Timer as Timer } from './internal/index.js';
|
|
20
|
-
export { TimersDescriptionAttribute as TimersDescriptionAttribute } from './internal/index.js';
|
|
17
|
+
export { Timer as Timer } from './System.Timers/internal/index.js';
|
|
18
|
+
export { TimersDescriptionAttribute as TimersDescriptionAttribute } from './System.Timers/internal/index.js';
|