@tsonic/dotnet 0.7.2 → 0.7.4
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/internal/index.d.ts +8 -8
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -2
- package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +7 -7
- 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/internal/index.d.ts +79 -72
- package/System.Buffers/internal/index.d.ts +1 -1
- 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 +42 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +2 -2
- package/System.CodeDom.Compiler.d.ts +17 -0
- package/System.Collections.Concurrent/internal/index.d.ts +1 -0
- package/System.Collections.Concurrent.d.ts +33 -0
- package/System.Collections.Frozen.d.ts +18 -0
- package/System.Collections.Generic/internal/index.d.ts +10 -0
- package/System.Collections.Generic.d.ts +61 -0
- package/System.Collections.Immutable/internal/index.d.ts +16 -11
- package/System.Collections.Immutable.d.ts +35 -0
- package/System.Collections.ObjectModel.d.ts +32 -0
- package/System.Collections.Specialized/internal/index.d.ts +3 -2
- package/System.Collections.Specialized.d.ts +32 -0
- package/System.Collections.d.ts +39 -0
- package/System.ComponentModel/internal/index.d.ts +11 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
- package/System.ComponentModel.DataAnnotations.d.ts +55 -0
- package/System.ComponentModel.Design/internal/index.d.ts +3 -0
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -1
- 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/internal/index.d.ts +12 -7
- package/System.Data.Common.d.ts +62 -0
- package/System.Data.SqlTypes/internal/index.d.ts +26 -26
- package/System.Data.SqlTypes.d.ts +43 -0
- package/System.Data.d.ts +146 -0
- package/System.Diagnostics/internal/index.d.ts +19 -19
- package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
- package/System.Diagnostics.Contracts.d.ts +30 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics.d.ts +42 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -1
- 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/internal/index.d.ts +7 -7
- package/System.Drawing.d.ts +30 -0
- package/System.Dynamic/internal/index.d.ts +2 -2
- package/System.Dynamic.d.ts +37 -0
- package/System.Formats.Asn1/internal/index.d.ts +1 -1
- package/System.Formats.Asn1.d.ts +25 -0
- package/System.Formats.Tar.d.ts +27 -0
- package/System.Globalization/internal/index.d.ts +1 -1
- package/System.Globalization.d.ts +57 -0
- package/System.IO/internal/index.d.ts +9 -9
- 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/internal/index.d.ts +5 -0
- package/System.Linq.Expressions/internal/index.d.ts +47 -47
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Linq.Expressions.Interpreter.d.ts +12 -0
- package/System.Linq.Expressions.d.ts +67 -0
- package/System.Linq.d.ts +68 -0
- package/System.Net/internal/index.d.ts +6 -2
- package/System.Net.Cache.d.ts +16 -0
- package/System.Net.Http/internal/index.d.ts +1 -1
- 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/internal/index.d.ts +1 -1
- package/System.Net.Security.d.ts +47 -0
- package/System.Net.ServerSentEvents.d.ts +32 -0
- package/System.Net.Sockets/internal/index.d.ts +2 -2
- 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/internal/index.d.ts +61 -21
- package/System.Numerics.d.ts +67 -0
- package/System.Reflection/internal/index.d.ts +3 -3
- package/System.Reflection.Emit/internal/index.d.ts +7 -7
- package/System.Reflection.Emit.d.ts +49 -0
- package/System.Reflection.Metadata/internal/index.d.ts +46 -43
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +2 -2
- 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/internal/index.d.ts +2 -0
- package/System.Resources.d.ts +27 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +2 -1
- package/System.Runtime.CompilerServices.d.ts +214 -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/internal/index.d.ts +19 -18
- 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 +58 -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 +24 -0
- package/System.Runtime.InteropServices.d.ts +162 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
- 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 +41 -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/internal/index.d.ts +1 -1
- package/System.Runtime.Versioning.d.ts +27 -0
- package/System.Runtime.d.ts +27 -0
- package/System.Security.AccessControl.d.ts +99 -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/internal/index.d.ts +15 -15
- 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/internal/index.d.ts +1 -1
- package/System.Security.Principal.d.ts +36 -0
- package/System.Security.d.ts +35 -0
- package/System.Text/internal/index.d.ts +10 -9
- package/System.Text.Encodings.Web/internal/index.d.ts +7 -7
- package/System.Text.Encodings.Web.d.ts +20 -0
- package/System.Text.Json/internal/index.d.ts +1 -1
- package/System.Text.Json.Nodes.d.ts +23 -0
- package/System.Text.Json.Schema.d.ts +17 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +1 -1
- package/System.Text.Json.Serialization.Metadata.d.ts +42 -0
- package/System.Text.Json.Serialization.d.ts +70 -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/internal/index.d.ts +5 -5
- package/System.Threading.Channels.d.ts +38 -0
- package/System.Threading.Tasks/internal/index.d.ts +12 -12
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +1 -1
- package/System.Threading.Tasks.Dataflow.d.ts +54 -0
- package/System.Threading.Tasks.Sources.d.ts +25 -0
- package/System.Threading.Tasks.d.ts +65 -0
- package/System.Threading.d.ts +99 -0
- package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
- package/System.Transactions/internal/index.d.ts +1 -1
- 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/internal/index.d.ts +10 -10
- 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 +410 -0
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -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.Threading.Tasks.Sources/index.d.ts +0 -20
- 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
|
@@ -1,39 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
19
|
-
|
|
20
|
-
// Individual type exports for convenience
|
|
21
|
-
export { DefaultJsonTypeInfoResolver as DefaultJsonTypeInfoResolver } from './internal/index.js';
|
|
22
|
-
export type IJsonTypeInfoResolver = Internal.IJsonTypeInfoResolver;
|
|
23
|
-
export { JsonDerivedType as JsonDerivedType } from './internal/index.js';
|
|
24
|
-
export { JsonPolymorphismOptions as JsonPolymorphismOptions } from './internal/index.js';
|
|
25
|
-
export { JsonTypeInfo_1 as JsonTypeInfo_1 } from './internal/index.js';
|
|
26
|
-
export { JsonTypeInfo_1 as JsonTypeInfo } from './internal/index.js';
|
|
27
|
-
export { JsonTypeInfoResolver$instance as JsonTypeInfoResolver } from './internal/index.js';
|
|
28
|
-
export { JsonTypeInfoKind as JsonTypeInfoKind } from './internal/index.js';
|
|
29
|
-
export { JsonCollectionInfoValues_1 as JsonCollectionInfoValues_1 } from './internal/index.js';
|
|
30
|
-
export { JsonCollectionInfoValues_1 as JsonCollectionInfoValues } from './internal/index.js';
|
|
31
|
-
export { JsonMetadataServices$instance as JsonMetadataServices } from './internal/index.js';
|
|
32
|
-
export { JsonObjectInfoValues_1 as JsonObjectInfoValues_1 } from './internal/index.js';
|
|
33
|
-
export { JsonObjectInfoValues_1 as JsonObjectInfoValues } from './internal/index.js';
|
|
34
|
-
export { JsonParameterInfoValues as JsonParameterInfoValues } from './internal/index.js';
|
|
35
|
-
export { JsonParameterInfo as JsonParameterInfo } from './internal/index.js';
|
|
36
|
-
export { JsonPropertyInfo as JsonPropertyInfo } from './internal/index.js';
|
|
37
|
-
export { JsonPropertyInfoValues_1 as JsonPropertyInfoValues_1 } from './internal/index.js';
|
|
38
|
-
export { JsonPropertyInfoValues_1 as JsonPropertyInfoValues } from './internal/index.js';
|
|
39
|
-
export { JsonTypeInfo as JsonTypeInfo_0 } from './internal/index.js';
|
|
@@ -1,37 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
17
|
-
|
|
18
|
-
// Individual type exports for convenience
|
|
19
|
-
export { ValueMatch as ValueMatch } from './internal/index.js';
|
|
20
|
-
export { Capture as Capture } from './internal/index.js';
|
|
21
|
-
export { CaptureCollection as CaptureCollection } from './internal/index.js';
|
|
22
|
-
export { Group as Group } from './internal/index.js';
|
|
23
|
-
export { GroupCollection as GroupCollection } from './internal/index.js';
|
|
24
|
-
export { Match as Match } from './internal/index.js';
|
|
25
|
-
export { MatchCollection as MatchCollection } from './internal/index.js';
|
|
26
|
-
export { Regex as Regex } from './internal/index.js';
|
|
27
|
-
export { Regex_ValueMatchEnumerator as Regex_ValueMatchEnumerator } from './internal/index.js';
|
|
28
|
-
export { Regex_ValueSplitEnumerator as Regex_ValueSplitEnumerator } from './internal/index.js';
|
|
29
|
-
export type MatchEvaluator = Internal.MatchEvaluator;
|
|
30
|
-
export { RegexCompilationInfo as RegexCompilationInfo } from './internal/index.js';
|
|
31
|
-
export { GeneratedRegexAttribute as GeneratedRegexAttribute } from './internal/index.js';
|
|
32
|
-
export { RegexMatchTimeoutException as RegexMatchTimeoutException } from './internal/index.js';
|
|
33
|
-
export { RegexOptions as RegexOptions } from './internal/index.js';
|
|
34
|
-
export { RegexParseError as RegexParseError } from './internal/index.js';
|
|
35
|
-
export { RegexParseException as RegexParseException } from './internal/index.js';
|
|
36
|
-
export { RegexRunner as RegexRunner } from './internal/index.js';
|
|
37
|
-
export { RegexRunnerFactory as RegexRunnerFactory } from './internal/index.js';
|
|
@@ -1,18 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
13
|
-
|
|
14
|
-
// Individual type exports for convenience
|
|
15
|
-
export { Utf8$instance as Utf8 } from './internal/index.js';
|
|
16
|
-
export { Utf8_TryWriteInterpolatedStringHandler as Utf8_TryWriteInterpolatedStringHandler } from './internal/index.js';
|
|
17
|
-
export { UnicodeRange as UnicodeRange } from './internal/index.js';
|
|
18
|
-
export { UnicodeRanges$instance as UnicodeRanges } from './internal/index.js';
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Threading
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './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
|
-
export * from './internal/index.js';
|
|
23
|
-
|
|
24
|
-
// Individual type exports for convenience
|
|
25
|
-
export { Interlocked$instance as Interlocked } from './internal/index.js';
|
|
26
|
-
export { Monitor$instance as Monitor } from './internal/index.js';
|
|
27
|
-
export { SynchronizationContext as SynchronizationContext } from './internal/index.js';
|
|
28
|
-
export { Thread as Thread } from './internal/index.js';
|
|
29
|
-
export { WaitHandle as WaitHandle } from './internal/index.js';
|
|
30
|
-
export { Mutex as Mutex } from './internal/index.js';
|
|
31
|
-
export { AbandonedMutexException as AbandonedMutexException } from './internal/index.js';
|
|
32
|
-
export { ApartmentState as ApartmentState } from './internal/index.js';
|
|
33
|
-
export { AsyncLocal_1 as AsyncLocal_1 } from './internal/index.js';
|
|
34
|
-
export { AsyncLocal_1 as AsyncLocal } from './internal/index.js';
|
|
35
|
-
export { AsyncLocalValueChangedArgs_1 as AsyncLocalValueChangedArgs_1 } from './internal/index.js';
|
|
36
|
-
export { AsyncLocalValueChangedArgs_1 as AsyncLocalValueChangedArgs } from './internal/index.js';
|
|
37
|
-
export { AutoResetEvent as AutoResetEvent } from './internal/index.js';
|
|
38
|
-
export { CancellationToken as CancellationToken } from './internal/index.js';
|
|
39
|
-
export { CancellationTokenRegistration as CancellationTokenRegistration } from './internal/index.js';
|
|
40
|
-
export { CancellationTokenSource as CancellationTokenSource } from './internal/index.js';
|
|
41
|
-
export { CompressedStack as CompressedStack } from './internal/index.js';
|
|
42
|
-
export { EventResetMode as EventResetMode } from './internal/index.js';
|
|
43
|
-
export { EventWaitHandle as EventWaitHandle } from './internal/index.js';
|
|
44
|
-
export type ContextCallback = Internal.ContextCallback;
|
|
45
|
-
export { ExecutionContext as ExecutionContext } from './internal/index.js';
|
|
46
|
-
export { AsyncFlowControl as AsyncFlowControl } from './internal/index.js';
|
|
47
|
-
export type IOCompletionCallback = Internal.IOCompletionCallback;
|
|
48
|
-
export type IThreadPoolWorkItem = Internal.IThreadPoolWorkItem;
|
|
49
|
-
export { LazyInitializer$instance as LazyInitializer } from './internal/index.js';
|
|
50
|
-
export { LazyThreadSafetyMode as LazyThreadSafetyMode } from './internal/index.js';
|
|
51
|
-
export { Lock as Lock } from './internal/index.js';
|
|
52
|
-
export { Lock_Scope as Lock_Scope } from './internal/index.js';
|
|
53
|
-
export { LockRecursionException as LockRecursionException } from './internal/index.js';
|
|
54
|
-
export { ManualResetEvent as ManualResetEvent } from './internal/index.js';
|
|
55
|
-
export { ManualResetEventSlim as ManualResetEventSlim } from './internal/index.js';
|
|
56
|
-
export { NamedWaitHandleOptions as NamedWaitHandleOptions } from './internal/index.js';
|
|
57
|
-
export { NativeOverlapped as NativeOverlapped } from './internal/index.js';
|
|
58
|
-
export { Overlapped as Overlapped } from './internal/index.js';
|
|
59
|
-
export type ParameterizedThreadStart = Internal.ParameterizedThreadStart;
|
|
60
|
-
export { LockRecursionPolicy as LockRecursionPolicy } from './internal/index.js';
|
|
61
|
-
export { ReaderWriterLockSlim as ReaderWriterLockSlim } from './internal/index.js';
|
|
62
|
-
export { Semaphore as Semaphore } from './internal/index.js';
|
|
63
|
-
export { SemaphoreFullException as SemaphoreFullException } from './internal/index.js';
|
|
64
|
-
export { SemaphoreSlim as SemaphoreSlim } from './internal/index.js';
|
|
65
|
-
export type SendOrPostCallback = Internal.SendOrPostCallback;
|
|
66
|
-
export { SpinLock as SpinLock } from './internal/index.js';
|
|
67
|
-
export { SpinWait as SpinWait } from './internal/index.js';
|
|
68
|
-
export { SynchronizationLockException as SynchronizationLockException } from './internal/index.js';
|
|
69
|
-
export { ThreadAbortException as ThreadAbortException } from './internal/index.js';
|
|
70
|
-
export { ThreadExceptionEventArgs as ThreadExceptionEventArgs } from './internal/index.js';
|
|
71
|
-
export type ThreadExceptionEventHandler = Internal.ThreadExceptionEventHandler;
|
|
72
|
-
export { ThreadInterruptedException as ThreadInterruptedException } from './internal/index.js';
|
|
73
|
-
export { ThreadLocal_1 as ThreadLocal_1 } from './internal/index.js';
|
|
74
|
-
export { ThreadLocal_1 as ThreadLocal } from './internal/index.js';
|
|
75
|
-
export type WaitCallback = Internal.WaitCallback;
|
|
76
|
-
export type WaitOrTimerCallback = Internal.WaitOrTimerCallback;
|
|
77
|
-
export { ThreadPool$instance as ThreadPool } from './internal/index.js';
|
|
78
|
-
export { ThreadPriority as ThreadPriority } from './internal/index.js';
|
|
79
|
-
export type ThreadStart = Internal.ThreadStart;
|
|
80
|
-
export { ThreadStartException as ThreadStartException } from './internal/index.js';
|
|
81
|
-
export { ThreadState as ThreadState } from './internal/index.js';
|
|
82
|
-
export { ThreadStateException as ThreadStateException } from './internal/index.js';
|
|
83
|
-
export { Timeout$instance as Timeout } from './internal/index.js';
|
|
84
|
-
export { PeriodicTimer as PeriodicTimer } from './internal/index.js';
|
|
85
|
-
export type TimerCallback = Internal.TimerCallback;
|
|
86
|
-
export { Timer as Timer } from './internal/index.js';
|
|
87
|
-
export { Volatile$instance as Volatile } from './internal/index.js';
|
|
88
|
-
export { WaitHandleCannotBeOpenedException as WaitHandleCannotBeOpenedException } from './internal/index.js';
|
|
89
|
-
export { WaitHandleExtensions$instance as WaitHandleExtensions } from './internal/index.js';
|
|
90
|
-
export type ITimer = Internal.ITimer;
|
|
91
|
-
export { PreAllocatedOverlapped as PreAllocatedOverlapped } from './internal/index.js';
|
|
92
|
-
export { RegisteredWaitHandle as RegisteredWaitHandle } from './internal/index.js';
|
|
93
|
-
export { ThreadPoolBoundHandle as ThreadPoolBoundHandle } from './internal/index.js';
|
|
94
|
-
export { BarrierPostPhaseException as BarrierPostPhaseException } from './internal/index.js';
|
|
95
|
-
export { Barrier as Barrier } from './internal/index.js';
|
|
96
|
-
export { CountdownEvent as CountdownEvent } from './internal/index.js';
|
|
97
|
-
export { HostExecutionContext as HostExecutionContext } from './internal/index.js';
|
|
98
|
-
export { HostExecutionContextManager as HostExecutionContextManager } from './internal/index.js';
|
|
99
|
-
export { LockCookie as LockCookie } from './internal/index.js';
|
|
100
|
-
export { ReaderWriterLock as ReaderWriterLock } from './internal/index.js';
|
|
101
|
-
export { EventWaitHandleAcl$instance as EventWaitHandleAcl } from './internal/index.js';
|
|
102
|
-
export { MutexAcl$instance as MutexAcl } from './internal/index.js';
|
|
103
|
-
export { SemaphoreAcl$instance as SemaphoreAcl } from './internal/index.js';
|
|
104
|
-
export { ThreadingAclExtensions$instance as ThreadingAclExtensions } from './internal/index.js';
|
|
@@ -1,34 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
18
|
-
|
|
19
|
-
// Individual type exports for convenience
|
|
20
|
-
export { BoundedChannelFullMode as BoundedChannelFullMode } from './internal/index.js';
|
|
21
|
-
export { Channel$instance as Channel_0 } from './internal/index.js';
|
|
22
|
-
export { ChannelClosedException as ChannelClosedException } from './internal/index.js';
|
|
23
|
-
export { ChannelOptions as ChannelOptions } from './internal/index.js';
|
|
24
|
-
export { BoundedChannelOptions as BoundedChannelOptions } from './internal/index.js';
|
|
25
|
-
export { UnboundedChannelOptions as UnboundedChannelOptions } from './internal/index.js';
|
|
26
|
-
export { ChannelReader_1 as ChannelReader_1 } from './internal/index.js';
|
|
27
|
-
export { ChannelReader_1 as ChannelReader } from './internal/index.js';
|
|
28
|
-
export { ChannelWriter_1 as ChannelWriter_1 } from './internal/index.js';
|
|
29
|
-
export { ChannelWriter_1 as ChannelWriter } from './internal/index.js';
|
|
30
|
-
export { Channel_1 as Channel_1 } from './internal/index.js';
|
|
31
|
-
export { Channel_1 as Channel } from './internal/index.js';
|
|
32
|
-
export { Channel_2 as Channel_2 } from './internal/index.js';
|
|
33
|
-
export { UnboundedPrioritizedChannelOptions_1 as UnboundedPrioritizedChannelOptions_1 } from './internal/index.js';
|
|
34
|
-
export { UnboundedPrioritizedChannelOptions_1 as UnboundedPrioritizedChannelOptions } from './internal/index.js';
|
|
@@ -1,50 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
21
|
-
|
|
22
|
-
// Individual type exports for convenience
|
|
23
|
-
export { ConcurrentExclusiveSchedulerPair as ConcurrentExclusiveSchedulerPair } from './internal/index.js';
|
|
24
|
-
export { ConfigureAwaitOptions as ConfigureAwaitOptions } from './internal/index.js';
|
|
25
|
-
export { Task_1 as Task_1 } from './internal/index.js';
|
|
26
|
-
export { Task_1 as Task } from './internal/index.js';
|
|
27
|
-
export { TaskFactory_1 as TaskFactory_1 } from './internal/index.js';
|
|
28
|
-
export { TaskFactory_1 as TaskFactory } from './internal/index.js';
|
|
29
|
-
export { TaskStatus as TaskStatus } from './internal/index.js';
|
|
30
|
-
export { Task as Task_0 } from './internal/index.js';
|
|
31
|
-
export { TaskCreationOptions as TaskCreationOptions } from './internal/index.js';
|
|
32
|
-
export { TaskContinuationOptions as TaskContinuationOptions } from './internal/index.js';
|
|
33
|
-
export { TaskAsyncEnumerableExtensions$instance as TaskAsyncEnumerableExtensions } from './internal/index.js';
|
|
34
|
-
export { TaskCanceledException as TaskCanceledException } from './internal/index.js';
|
|
35
|
-
export { TaskCompletionSource as TaskCompletionSource_0 } from './internal/index.js';
|
|
36
|
-
export { TaskCompletionSource_1 as TaskCompletionSource_1 } from './internal/index.js';
|
|
37
|
-
export { TaskCompletionSource_1 as TaskCompletionSource } from './internal/index.js';
|
|
38
|
-
export { TaskExtensions$instance as TaskExtensions } from './internal/index.js';
|
|
39
|
-
export { TaskFactory as TaskFactory_0 } from './internal/index.js';
|
|
40
|
-
export { TaskScheduler as TaskScheduler } from './internal/index.js';
|
|
41
|
-
export { UnobservedTaskExceptionEventArgs as UnobservedTaskExceptionEventArgs } from './internal/index.js';
|
|
42
|
-
export { TaskSchedulerException as TaskSchedulerException } from './internal/index.js';
|
|
43
|
-
export { ValueTask as ValueTask_0 } from './internal/index.js';
|
|
44
|
-
export { ValueTask_1 as ValueTask_1 } from './internal/index.js';
|
|
45
|
-
export { ValueTask_1 as ValueTask } from './internal/index.js';
|
|
46
|
-
export { TaskToAsyncResult$instance as TaskToAsyncResult } from './internal/index.js';
|
|
47
|
-
export { ParallelOptions as ParallelOptions } from './internal/index.js';
|
|
48
|
-
export { Parallel$instance as Parallel } from './internal/index.js';
|
|
49
|
-
export { ParallelLoopState as ParallelLoopState } from './internal/index.js';
|
|
50
|
-
export { ParallelLoopResult as ParallelLoopResult } from './internal/index.js';
|
|
@@ -1,52 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
15
|
-
|
|
16
|
-
// Individual type exports for convenience
|
|
17
|
-
export { DataflowBlock$instance as DataflowBlock } from './internal/index.js';
|
|
18
|
-
export { DataflowBlockOptions as DataflowBlockOptions } from './internal/index.js';
|
|
19
|
-
export { ExecutionDataflowBlockOptions as ExecutionDataflowBlockOptions } from './internal/index.js';
|
|
20
|
-
export { GroupingDataflowBlockOptions as GroupingDataflowBlockOptions } from './internal/index.js';
|
|
21
|
-
export { DataflowLinkOptions as DataflowLinkOptions } from './internal/index.js';
|
|
22
|
-
export { DataflowMessageHeader as DataflowMessageHeader } from './internal/index.js';
|
|
23
|
-
export { DataflowMessageStatus as DataflowMessageStatus } from './internal/index.js';
|
|
24
|
-
export type IDataflowBlock = Internal.IDataflowBlock;
|
|
25
|
-
export type IPropagatorBlock_2<TInput, TOutput> = Internal.IPropagatorBlock_2<TInput, TOutput>;
|
|
26
|
-
export type IPropagatorBlock<TInput, TOutput> = Internal.IPropagatorBlock_2<TInput, TOutput>;
|
|
27
|
-
export type IReceivableSourceBlock_1<TOutput> = Internal.IReceivableSourceBlock_1<TOutput>;
|
|
28
|
-
export type IReceivableSourceBlock<TOutput> = Internal.IReceivableSourceBlock_1<TOutput>;
|
|
29
|
-
export type ISourceBlock_1<TOutput> = Internal.ISourceBlock_1<TOutput>;
|
|
30
|
-
export type ISourceBlock<TOutput> = Internal.ISourceBlock_1<TOutput>;
|
|
31
|
-
export type ITargetBlock_1<TInput> = Internal.ITargetBlock_1<TInput>;
|
|
32
|
-
export type ITargetBlock<TInput> = Internal.ITargetBlock_1<TInput>;
|
|
33
|
-
export { ActionBlock_1 as ActionBlock_1 } from './internal/index.js';
|
|
34
|
-
export { ActionBlock_1 as ActionBlock } from './internal/index.js';
|
|
35
|
-
export { BatchBlock_1 as BatchBlock_1 } from './internal/index.js';
|
|
36
|
-
export { BatchBlock_1 as BatchBlock } from './internal/index.js';
|
|
37
|
-
export { BatchedJoinBlock_2 as BatchedJoinBlock_2 } from './internal/index.js';
|
|
38
|
-
export { BatchedJoinBlock_2 as BatchedJoinBlock } from './internal/index.js';
|
|
39
|
-
export { BatchedJoinBlock_3 as BatchedJoinBlock_3 } from './internal/index.js';
|
|
40
|
-
export { BroadcastBlock_1 as BroadcastBlock_1 } from './internal/index.js';
|
|
41
|
-
export { BroadcastBlock_1 as BroadcastBlock } from './internal/index.js';
|
|
42
|
-
export { BufferBlock_1 as BufferBlock_1 } from './internal/index.js';
|
|
43
|
-
export { BufferBlock_1 as BufferBlock } from './internal/index.js';
|
|
44
|
-
export { JoinBlock_2 as JoinBlock_2 } from './internal/index.js';
|
|
45
|
-
export { JoinBlock_2 as JoinBlock } from './internal/index.js';
|
|
46
|
-
export { JoinBlock_3 as JoinBlock_3 } from './internal/index.js';
|
|
47
|
-
export { TransformBlock_2 as TransformBlock_2 } from './internal/index.js';
|
|
48
|
-
export { TransformBlock_2 as TransformBlock } from './internal/index.js';
|
|
49
|
-
export { TransformManyBlock_2 as TransformManyBlock_2 } from './internal/index.js';
|
|
50
|
-
export { TransformManyBlock_2 as TransformManyBlock } from './internal/index.js';
|
|
51
|
-
export { WriteOnceBlock_1 as WriteOnceBlock_1 } from './internal/index.js';
|
|
52
|
-
export { WriteOnceBlock_1 as WriteOnceBlock } from './internal/index.js';
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Threading.Tasks.Sources
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
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 '../System/internal/index.js';
|
|
10
|
-
|
|
11
|
-
export * from './internal/index.js';
|
|
12
|
-
|
|
13
|
-
// Individual type exports for convenience
|
|
14
|
-
export { ValueTaskSourceOnCompletedFlags as ValueTaskSourceOnCompletedFlags } from './internal/index.js';
|
|
15
|
-
export { ValueTaskSourceStatus as ValueTaskSourceStatus } from './internal/index.js';
|
|
16
|
-
export type IValueTaskSource_0 = Internal.IValueTaskSource;
|
|
17
|
-
export type IValueTaskSource_1<TResult> = Internal.IValueTaskSource_1<TResult>;
|
|
18
|
-
export type IValueTaskSource<TResult> = Internal.IValueTaskSource_1<TResult>;
|
|
19
|
-
export { ManualResetValueTaskSourceCore_1 as ManualResetValueTaskSourceCore_1 } from './internal/index.js';
|
|
20
|
-
export { ManualResetValueTaskSourceCore_1 as ManualResetValueTaskSourceCore } from './internal/index.js';
|
package/System.Web/index.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Web
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { NameValueCollection } from '../System.Collections.Specialized/internal/index.js';
|
|
10
|
-
import type { TextWriter } from '../System.IO/internal/index.js';
|
|
11
|
-
import type { Encoding } from '../System.Text/internal/index.js';
|
|
12
|
-
import type { Boolean as ClrBoolean, Byte, Int32, Object as ClrObject, String as ClrString, Type, Void } from '../System/internal/index.js';
|
|
13
|
-
|
|
14
|
-
export * from './internal/index.js';
|
|
15
|
-
|
|
16
|
-
// Individual type exports for convenience
|
|
17
|
-
export type IHtmlString = Internal.IHtmlString;
|
|
18
|
-
export { HttpUtility as HttpUtility } from './internal/index.js';
|
package/System.Xml/index.d.ts
DELETED
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Xml
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { IDictionary_2 } from '../System.Collections.Generic/internal/index.js';
|
|
10
|
-
import type { ICollection, IDictionary, IEnumerable, IEnumerator } from '../System.Collections/internal/index.js';
|
|
11
|
-
import type { DataRow, DataSet } from '../System.Data/internal/index.js';
|
|
12
|
-
import type { Stream, TextReader, TextWriter } from '../System.IO/internal/index.js';
|
|
13
|
-
import type { RequestCachePolicy } from '../System.Net.Cache/internal/index.js';
|
|
14
|
-
import type { ICredentials, IWebProxy } from '../System.Net/internal/index.js';
|
|
15
|
-
import type { MethodBase, MethodInfo } from '../System.Reflection/internal/index.js';
|
|
16
|
-
import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
17
|
-
import type { Encoding, StringBuilder } from '../System.Text/internal/index.js';
|
|
18
|
-
import type { Task, Task_1, ValueTask } from '../System.Threading.Tasks/internal/index.js';
|
|
19
|
-
import type { IXmlSchemaInfo, ValidationEventHandler, XmlSchemaCollection, XmlSchemaSet, XmlSchemaValidationFlags } from '../System.Xml.Schema/internal/index.js';
|
|
20
|
-
import type { IXPathNavigable, XPathNavigator } from '../System.Xml.XPath/internal/index.js';
|
|
21
|
-
import type { Array as ClrArray, AsyncCallback, Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Decimal, Delegate, Double, Enum, EventArgs, Exception, Guid, IAsyncDisposable, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, SByte, Single, String as ClrString, SystemException, TimeSpan, Type, TypeCode, UInt16, UInt32, UInt64, Uri, Void } from '../System/internal/index.js';
|
|
22
|
-
|
|
23
|
-
export * from './internal/index.js';
|
|
24
|
-
|
|
25
|
-
// Individual type exports for convenience
|
|
26
|
-
export { XmlDataDocument as XmlDataDocument } from './internal/index.js';
|
|
27
|
-
export type IFragmentCapableXmlDictionaryWriter = Internal.IFragmentCapableXmlDictionaryWriter;
|
|
28
|
-
export type IStreamProvider = Internal.IStreamProvider;
|
|
29
|
-
export type IXmlDictionary = Internal.IXmlDictionary;
|
|
30
|
-
export { UniqueId as UniqueId } from './internal/index.js';
|
|
31
|
-
export type IXmlBinaryReaderInitializer = Internal.IXmlBinaryReaderInitializer;
|
|
32
|
-
export { XmlBinaryReaderSession as XmlBinaryReaderSession } from './internal/index.js';
|
|
33
|
-
export type IXmlBinaryWriterInitializer = Internal.IXmlBinaryWriterInitializer;
|
|
34
|
-
export { XmlBinaryWriterSession as XmlBinaryWriterSession } from './internal/index.js';
|
|
35
|
-
export { XmlDictionary as XmlDictionary } from './internal/index.js';
|
|
36
|
-
export { XmlDictionaryWriter as XmlDictionaryWriter } from './internal/index.js';
|
|
37
|
-
export type OnXmlDictionaryReaderClose = Internal.OnXmlDictionaryReaderClose;
|
|
38
|
-
export { XmlDictionaryReader as XmlDictionaryReader } from './internal/index.js';
|
|
39
|
-
export { XmlDictionaryReaderQuotaTypes as XmlDictionaryReaderQuotaTypes } from './internal/index.js';
|
|
40
|
-
export { XmlDictionaryReaderQuotas as XmlDictionaryReaderQuotas } from './internal/index.js';
|
|
41
|
-
export { XmlDictionaryString as XmlDictionaryString } from './internal/index.js';
|
|
42
|
-
export type IXmlTextReaderInitializer = Internal.IXmlTextReaderInitializer;
|
|
43
|
-
export type IXmlTextWriterInitializer = Internal.IXmlTextWriterInitializer;
|
|
44
|
-
export { XmlNamedNodeMap as XmlNamedNodeMap } from './internal/index.js';
|
|
45
|
-
export type IApplicationResourceStreamResolver = Internal.IApplicationResourceStreamResolver;
|
|
46
|
-
export type IHasXmlNode = Internal.IHasXmlNode;
|
|
47
|
-
export type IXmlLineInfo = Internal.IXmlLineInfo;
|
|
48
|
-
export type IXmlNamespaceResolver = Internal.IXmlNamespaceResolver;
|
|
49
|
-
export { NameTable as NameTable } from './internal/index.js';
|
|
50
|
-
export { XmlDateTimeSerializationMode as XmlDateTimeSerializationMode } from './internal/index.js';
|
|
51
|
-
export { XmlConvert as XmlConvert } from './internal/index.js';
|
|
52
|
-
export { XmlException as XmlException } from './internal/index.js';
|
|
53
|
-
export { XmlNamespaceManager as XmlNamespaceManager } from './internal/index.js';
|
|
54
|
-
export { XmlNamespaceScope as XmlNamespaceScope } from './internal/index.js';
|
|
55
|
-
export { XmlNameTable as XmlNameTable } from './internal/index.js';
|
|
56
|
-
export { XmlNodeOrder as XmlNodeOrder } from './internal/index.js';
|
|
57
|
-
export { XmlNodeType as XmlNodeType } from './internal/index.js';
|
|
58
|
-
export { XmlQualifiedName as XmlQualifiedName } from './internal/index.js';
|
|
59
|
-
export { XmlResolver as XmlResolver } from './internal/index.js';
|
|
60
|
-
export { XmlSecureResolver as XmlSecureResolver } from './internal/index.js';
|
|
61
|
-
export { XmlUrlResolver as XmlUrlResolver } from './internal/index.js';
|
|
62
|
-
export { ConformanceLevel as ConformanceLevel } from './internal/index.js';
|
|
63
|
-
export { DtdProcessing as DtdProcessing } from './internal/index.js';
|
|
64
|
-
export { EntityHandling as EntityHandling } from './internal/index.js';
|
|
65
|
-
export { NamespaceHandling as NamespaceHandling } from './internal/index.js';
|
|
66
|
-
export { NewLineHandling as NewLineHandling } from './internal/index.js';
|
|
67
|
-
export { ReadState as ReadState } from './internal/index.js';
|
|
68
|
-
export { ValidationType as ValidationType } from './internal/index.js';
|
|
69
|
-
export { WhitespaceHandling as WhitespaceHandling } from './internal/index.js';
|
|
70
|
-
export { XmlParserContext as XmlParserContext } from './internal/index.js';
|
|
71
|
-
export { XmlReader as XmlReader } from './internal/index.js';
|
|
72
|
-
export { XmlReaderSettings as XmlReaderSettings } from './internal/index.js';
|
|
73
|
-
export { XmlSpace as XmlSpace } from './internal/index.js';
|
|
74
|
-
export { XmlTextReader as XmlTextReader } from './internal/index.js';
|
|
75
|
-
export { Formatting as Formatting } from './internal/index.js';
|
|
76
|
-
export { XmlTextWriter as XmlTextWriter } from './internal/index.js';
|
|
77
|
-
export { XmlValidatingReader as XmlValidatingReader } from './internal/index.js';
|
|
78
|
-
export { WriteState as WriteState } from './internal/index.js';
|
|
79
|
-
export { XmlWriter as XmlWriter } from './internal/index.js';
|
|
80
|
-
export { XmlOutputMethod as XmlOutputMethod } from './internal/index.js';
|
|
81
|
-
export { XmlWriterSettings as XmlWriterSettings } from './internal/index.js';
|
|
82
|
-
export { XmlAttribute as XmlAttribute } from './internal/index.js';
|
|
83
|
-
export { XmlAttributeCollection as XmlAttributeCollection } from './internal/index.js';
|
|
84
|
-
export { XmlCDataSection as XmlCDataSection } from './internal/index.js';
|
|
85
|
-
export { XmlCharacterData as XmlCharacterData } from './internal/index.js';
|
|
86
|
-
export { XmlComment as XmlComment } from './internal/index.js';
|
|
87
|
-
export { XmlDeclaration as XmlDeclaration } from './internal/index.js';
|
|
88
|
-
export { XmlDocument as XmlDocument } from './internal/index.js';
|
|
89
|
-
export { XmlDocumentFragment as XmlDocumentFragment } from './internal/index.js';
|
|
90
|
-
export { XmlDocumentType as XmlDocumentType } from './internal/index.js';
|
|
91
|
-
export { XmlElement as XmlElement } from './internal/index.js';
|
|
92
|
-
export { XmlEntity as XmlEntity } from './internal/index.js';
|
|
93
|
-
export { XmlEntityReference as XmlEntityReference } from './internal/index.js';
|
|
94
|
-
export { XmlNodeChangedAction as XmlNodeChangedAction } from './internal/index.js';
|
|
95
|
-
export { XmlImplementation as XmlImplementation } from './internal/index.js';
|
|
96
|
-
export { XmlLinkedNode as XmlLinkedNode } from './internal/index.js';
|
|
97
|
-
export { XmlNode as XmlNode } from './internal/index.js';
|
|
98
|
-
export { XmlNodeChangedEventArgs as XmlNodeChangedEventArgs } from './internal/index.js';
|
|
99
|
-
export type XmlNodeChangedEventHandler = Internal.XmlNodeChangedEventHandler;
|
|
100
|
-
export { XmlNodeList as XmlNodeList } from './internal/index.js';
|
|
101
|
-
export { XmlNodeReader as XmlNodeReader } from './internal/index.js';
|
|
102
|
-
export { XmlNotation as XmlNotation } from './internal/index.js';
|
|
103
|
-
export { XmlProcessingInstruction as XmlProcessingInstruction } from './internal/index.js';
|
|
104
|
-
export { XmlSignificantWhitespace as XmlSignificantWhitespace } from './internal/index.js';
|
|
105
|
-
export { XmlText as XmlText } from './internal/index.js';
|
|
106
|
-
export { XmlWhitespace as XmlWhitespace } from './internal/index.js';
|
|
107
|
-
export { XmlTokenizedType as XmlTokenizedType } from './internal/index.js';
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Xml.Linq
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { IComparer_1, IEnumerable_1, IEqualityComparer_1 } from '../System.Collections.Generic/internal/index.js';
|
|
10
|
-
import type { IComparer, IEqualityComparer } from '../System.Collections/internal/index.js';
|
|
11
|
-
import type { Stream, TextReader, TextWriter } from '../System.IO/internal/index.js';
|
|
12
|
-
import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
13
|
-
import type { Task, Task_1 } from '../System.Threading.Tasks/internal/index.js';
|
|
14
|
-
import type { CancellationToken } from '../System.Threading/internal/index.js';
|
|
15
|
-
import type { XmlSchema } from '../System.Xml.Schema/internal/index.js';
|
|
16
|
-
import type { IXmlSerializable } from '../System.Xml.Serialization/internal/index.js';
|
|
17
|
-
import type { IXmlLineInfo, XmlNodeType, XmlReader, XmlWriter } from '../System.Xml/internal/index.js';
|
|
18
|
-
import type { Boolean as ClrBoolean, Enum, EventArgs, EventHandler_1, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from '../System/internal/index.js';
|
|
19
|
-
|
|
20
|
-
export * from './internal/index.js';
|
|
21
|
-
|
|
22
|
-
// Individual type exports for convenience
|
|
23
|
-
export { Extensions$instance as Extensions } from './internal/index.js';
|
|
24
|
-
export { XAttribute as XAttribute } from './internal/index.js';
|
|
25
|
-
export { XCData as XCData } from './internal/index.js';
|
|
26
|
-
export { XComment as XComment } from './internal/index.js';
|
|
27
|
-
export { XContainer as XContainer } from './internal/index.js';
|
|
28
|
-
export { XDeclaration as XDeclaration } from './internal/index.js';
|
|
29
|
-
export { XDocument as XDocument } from './internal/index.js';
|
|
30
|
-
export { XDocumentType as XDocumentType } from './internal/index.js';
|
|
31
|
-
export { XElement as XElement } from './internal/index.js';
|
|
32
|
-
export { XObjectChange as XObjectChange } from './internal/index.js';
|
|
33
|
-
export { LoadOptions as LoadOptions } from './internal/index.js';
|
|
34
|
-
export { SaveOptions as SaveOptions } from './internal/index.js';
|
|
35
|
-
export { ReaderOptions as ReaderOptions } from './internal/index.js';
|
|
36
|
-
export { XName as XName } from './internal/index.js';
|
|
37
|
-
export { XNamespace as XNamespace } from './internal/index.js';
|
|
38
|
-
export { XNode as XNode } from './internal/index.js';
|
|
39
|
-
export { XNodeDocumentOrderComparer as XNodeDocumentOrderComparer } from './internal/index.js';
|
|
40
|
-
export { XNodeEqualityComparer as XNodeEqualityComparer } from './internal/index.js';
|
|
41
|
-
export { XObject as XObject } from './internal/index.js';
|
|
42
|
-
export { XObjectChangeEventArgs as XObjectChangeEventArgs } from './internal/index.js';
|
|
43
|
-
export { XProcessingInstruction as XProcessingInstruction } from './internal/index.js';
|
|
44
|
-
export { XStreamingElement as XStreamingElement } from './internal/index.js';
|
|
45
|
-
export { XText as XText } from './internal/index.js';
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Xml.Resolvers
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { IEnumerable_1, IEqualityComparer_1 } from '../System.Collections.Generic/internal/index.js';
|
|
10
|
-
import type { Stream } from '../System.IO/internal/index.js';
|
|
11
|
-
import type { ICredentials } from '../System.Net/internal/index.js';
|
|
12
|
-
import type { Task_1 } from '../System.Threading.Tasks/internal/index.js';
|
|
13
|
-
import type { XmlResolver } from '../System.Xml/internal/index.js';
|
|
14
|
-
import type { Boolean as ClrBoolean, Byte, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Uri, Void } from '../System/internal/index.js';
|
|
15
|
-
|
|
16
|
-
export * from './internal/index.js';
|
|
17
|
-
|
|
18
|
-
// Individual type exports for convenience
|
|
19
|
-
export { XmlKnownDtds as XmlKnownDtds } from './internal/index.js';
|
|
20
|
-
export { XmlPreloadedResolver as XmlPreloadedResolver } from './internal/index.js';
|