@tsonic/dotnet 10.0.40 → 10.0.41

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.
Files changed (187) hide show
  1. package/Internal/internal/index.d.ts +4 -3
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
  3. package/Microsoft.VisualBasic/internal/index.d.ts +52 -54
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +117 -119
  5. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -2
  6. package/Microsoft.Win32/internal/index.d.ts +19 -18
  7. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
  8. package/README.md +76 -104
  9. package/System/bindings.json +1520 -2039
  10. package/System/internal/index.d.ts +1549 -1602
  11. package/System.Buffers/bindings.json +12 -3
  12. package/System.Buffers/internal/index.d.ts +12 -14
  13. package/System.Buffers.Binary/internal/index.d.ts +2 -4
  14. package/System.Buffers.Text/internal/index.d.ts +2 -4
  15. package/System.CodeDom.Compiler/internal/index.d.ts +32 -31
  16. package/System.Collections/internal/index.d.ts +129 -131
  17. package/System.Collections.Concurrent/bindings.json +218 -218
  18. package/System.Collections.Concurrent/internal/index.d.ts +34 -36
  19. package/System.Collections.Frozen/bindings.json +413 -611
  20. package/System.Collections.Frozen/internal/index.d.ts +81 -97
  21. package/System.Collections.Frozen.d.ts +14 -2
  22. package/System.Collections.Generic/bindings.json +9420 -14155
  23. package/System.Collections.Generic/internal/index.d.ts +547 -758
  24. package/System.Collections.Generic.d.ts +1 -1
  25. package/System.Collections.Immutable/bindings.json +6000 -9080
  26. package/System.Collections.Immutable/internal/index.d.ts +265 -354
  27. package/System.Collections.Immutable.d.ts +49 -12
  28. package/System.Collections.ObjectModel/bindings.json +132 -654
  29. package/System.Collections.ObjectModel/internal/index.d.ts +10 -30
  30. package/System.Collections.Specialized/bindings.json +0 -123
  31. package/System.Collections.Specialized/internal/index.d.ts +88 -101
  32. package/System.ComponentModel/bindings.json +163 -102
  33. package/System.ComponentModel/internal/index.d.ts +618 -608
  34. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +133 -132
  35. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
  36. package/System.ComponentModel.Design/bindings.json +22 -292
  37. package/System.ComponentModel.Design/internal/index.d.ts +101 -109
  38. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +61 -60
  39. package/System.ComponentModel.d.ts +1 -0
  40. package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
  41. package/System.Data/bindings.json +4 -1
  42. package/System.Data/internal/index.d.ts +351 -350
  43. package/System.Data.Common/internal/index.d.ts +151 -152
  44. package/System.Data.SqlTypes/internal/index.d.ts +68 -67
  45. package/System.Diagnostics/bindings.json +7044 -7249
  46. package/System.Diagnostics/internal/index.d.ts +446 -461
  47. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
  48. package/System.Diagnostics.Contracts/internal/index.d.ts +16 -18
  49. package/System.Diagnostics.Metrics/internal/index.d.ts +92 -94
  50. package/System.Diagnostics.Metrics.d.ts +1 -1
  51. package/System.Diagnostics.SymbolStore/internal/index.d.ts +12 -11
  52. package/System.Diagnostics.Tracing/bindings.json +81 -21
  53. package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
  54. package/System.Diagnostics.Tracing.d.ts +2 -1
  55. package/System.Drawing/internal/index.d.ts +76 -75
  56. package/System.Dynamic/internal/index.d.ts +55 -57
  57. package/System.Formats.Asn1/bindings.json +48 -69
  58. package/System.Formats.Asn1/internal/index.d.ts +21 -28
  59. package/System.Formats.Tar/internal/index.d.ts +8 -7
  60. package/System.Globalization/internal/index.d.ts +40 -42
  61. package/System.IO/internal/index.d.ts +187 -189
  62. package/System.IO.Compression/internal/index.d.ts +29 -31
  63. package/System.IO.Enumeration/bindings.json +250 -250
  64. package/System.IO.Enumeration/internal/index.d.ts +15 -17
  65. package/System.IO.IsolatedStorage/internal/index.d.ts +19 -18
  66. package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
  67. package/System.IO.Pipelines/internal/index.d.ts +15 -17
  68. package/System.IO.Pipes/internal/index.d.ts +8 -7
  69. package/System.Linq/internal/index.d.ts +223 -225
  70. package/System.Linq.Expressions/internal/index.d.ts +205 -207
  71. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
  72. package/System.Net/bindings.json +104 -104
  73. package/System.Net/internal/index.d.ts +279 -281
  74. package/System.Net.Cache/internal/index.d.ts +3 -2
  75. package/System.Net.Http/internal/index.d.ts +128 -130
  76. package/System.Net.Http.Headers/bindings.json +0 -204
  77. package/System.Net.Http.Headers/internal/index.d.ts +111 -127
  78. package/System.Net.Http.Json/internal/index.d.ts +67 -69
  79. package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
  80. package/System.Net.Mail/internal/index.d.ts +76 -78
  81. package/System.Net.Mime/internal/index.d.ts +11 -10
  82. package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
  83. package/System.Net.Quic/internal/index.d.ts +10 -9
  84. package/System.Net.Security/internal/index.d.ts +87 -89
  85. package/System.Net.ServerSentEvents/internal/index.d.ts +6 -5
  86. package/System.Net.Sockets/internal/index.d.ts +91 -93
  87. package/System.Net.WebSockets/internal/index.d.ts +47 -46
  88. package/System.Numerics/bindings.json +544 -116
  89. package/System.Numerics/internal/index.d.ts +110 -112
  90. package/System.Reflection/internal/index.d.ts +270 -272
  91. package/System.Reflection.Emit/internal/index.d.ts +114 -116
  92. package/System.Reflection.Metadata/bindings.json +166 -3169
  93. package/System.Reflection.Metadata/internal/index.d.ts +154 -361
  94. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +13 -15
  95. package/System.Reflection.PortableExecutable/bindings.json +58 -0
  96. package/System.Reflection.PortableExecutable/internal/index.d.ts +24 -11
  97. package/System.Reflection.PortableExecutable.d.ts +1 -0
  98. package/System.Resources/internal/index.d.ts +33 -35
  99. package/System.Runtime/internal/index.d.ts +12 -11
  100. package/System.Runtime.CompilerServices/bindings.json +519 -717
  101. package/System.Runtime.CompilerServices/internal/index.d.ts +113 -137
  102. package/System.Runtime.CompilerServices.d.ts +14 -4
  103. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
  104. package/System.Runtime.ExceptionServices/internal/index.d.ts +4 -3
  105. package/System.Runtime.InteropServices/bindings.json +101 -101
  106. package/System.Runtime.InteropServices/internal/index.d.ts +234 -236
  107. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +34 -36
  108. package/System.Runtime.InteropServices.Java/internal/index.d.ts +4 -6
  109. package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
  110. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +67 -69
  111. package/System.Runtime.InteropServices.JavaScript.d.ts +8 -26
  112. package/System.Runtime.InteropServices.Marshalling/bindings.json +2619 -2619
  113. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +308 -310
  114. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +141 -141
  115. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +17 -19
  116. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -6
  117. package/System.Runtime.InteropServices.Swift.d.ts +1 -1
  118. package/System.Runtime.Intrinsics/bindings.json +64 -16
  119. package/System.Runtime.Intrinsics/internal/index.d.ts +22 -24
  120. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
  121. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
  122. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
  123. package/System.Runtime.Loader/bindings.json +48 -69
  124. package/System.Runtime.Loader/internal/index.d.ts +30 -34
  125. package/System.Runtime.Remoting/internal/index.d.ts +5 -4
  126. package/System.Runtime.Serialization/internal/index.d.ts +175 -177
  127. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +29 -31
  128. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
  129. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +10 -9
  130. package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
  131. package/System.Runtime.Versioning/internal/index.d.ts +20 -19
  132. package/System.Security/internal/index.d.ts +64 -66
  133. package/System.Security.AccessControl/bindings.json +104 -0
  134. package/System.Security.AccessControl/internal/index.d.ts +59 -58
  135. package/System.Security.AccessControl.d.ts +6 -5
  136. package/System.Security.Authentication/internal/index.d.ts +7 -6
  137. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
  138. package/System.Security.Claims/internal/index.d.ts +45 -44
  139. package/System.Security.Cryptography/bindings.json +469 -469
  140. package/System.Security.Cryptography/internal/index.d.ts +269 -271
  141. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -62
  142. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +98 -105
  143. package/System.Security.Permissions/internal/index.d.ts +5 -4
  144. package/System.Security.Policy/internal/index.d.ts +11 -10
  145. package/System.Security.Principal/internal/index.d.ts +28 -27
  146. package/System.Text/bindings.json +1562 -1562
  147. package/System.Text/internal/index.d.ts +119 -121
  148. package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
  149. package/System.Text.Json/bindings.json +0 -290
  150. package/System.Text.Json/internal/index.d.ts +135 -153
  151. package/System.Text.Json.Nodes/internal/index.d.ts +60 -62
  152. package/System.Text.Json.Schema/internal/index.d.ts +9 -8
  153. package/System.Text.Json.Serialization/internal/index.d.ts +32 -34
  154. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +86 -85
  155. package/System.Text.Json.Serialization.d.ts +1 -1
  156. package/System.Text.RegularExpressions/bindings.json +198 -402
  157. package/System.Text.RegularExpressions/internal/index.d.ts +48 -64
  158. package/System.Text.Unicode/bindings.json +508 -508
  159. package/System.Text.Unicode/internal/index.d.ts +29 -31
  160. package/System.Threading/bindings.json +42 -42
  161. package/System.Threading/internal/index.d.ts +157 -159
  162. package/System.Threading.Channels/internal/index.d.ts +10 -12
  163. package/System.Threading.Tasks/bindings.json +4 -1
  164. package/System.Threading.Tasks/internal/index.d.ts +115 -114
  165. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -33
  166. package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -5
  167. package/System.Timers/internal/index.d.ts +8 -7
  168. package/System.Transactions/internal/index.d.ts +31 -30
  169. package/System.Web/internal/index.d.ts +32 -31
  170. package/System.Windows.Input/internal/index.d.ts +5 -4
  171. package/System.Windows.Markup/internal/index.d.ts +3 -2
  172. package/System.Xml/internal/index.d.ts +383 -385
  173. package/System.Xml.Linq/internal/index.d.ts +103 -102
  174. package/System.Xml.Resolvers/internal/index.d.ts +10 -9
  175. package/System.Xml.Schema/bindings.json +76 -76
  176. package/System.Xml.Schema/internal/index.d.ts +233 -232
  177. package/System.Xml.Serialization/bindings.json +193 -0
  178. package/System.Xml.Serialization/internal/index.d.ts +277 -245
  179. package/System.Xml.Serialization.d.ts +2 -0
  180. package/System.Xml.XPath/internal/index.d.ts +46 -45
  181. package/System.Xml.Xsl/internal/index.d.ts +53 -52
  182. package/System.Xml.Xsl.Runtime/bindings.json +4 -1
  183. package/System.Xml.Xsl.Runtime/internal/index.d.ts +35 -37
  184. package/System.d.ts +2 -2
  185. package/__internal/extensions/index.d.ts +517 -515
  186. package/families.json +63 -7
  187. package/package.json +2 -2
@@ -2,11 +2,9 @@
2
2
  // Namespace: System.Numerics
3
3
  // Assembly: System.Private.CoreLib, System.Runtime.Numerics
4
4
 
5
- // Primitive type aliases from @tsonic/core
6
- import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
5
+ // Core type aliases from @tsonic/core
6
+ import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
- // Import support types from @tsonic/core
9
- import type { ptr } from "@tsonic/core/types.js";
10
8
 
11
9
  // Import types from other namespaces
12
10
  import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
@@ -34,12 +32,12 @@ export type IAdditiveIdentity_2<TSelf extends IAdditiveIdentity_2<TSelf, TResult
34
32
  export interface IBinaryFloatingPointIeee754_1$instance<TSelf extends IBinaryFloatingPointIeee754_1<TSelf>> extends IBinaryNumber_1<TSelf>, IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IFloatingPointIeee754_1<TSelf>, IExponentialFunctions_1<TSelf>, IFloatingPointConstants_1<TSelf>, IFloatingPoint_1<TSelf>, ISignedNumber_1<TSelf>, IHyperbolicFunctions_1<TSelf>, ILogarithmicFunctions_1<TSelf>, IPowerFunctions_1<TSelf>, IRootFunctions_1<TSelf>, ITrigonometricFunctions_1<TSelf> {
35
33
  readonly __tsonic_iface_System_Numerics_IBinaryFloatingPointIeee754_1: never;
36
34
 
37
- CompareTo(obj: unknown): int;
35
+ CompareTo(obj: JsValue | null): int;
38
36
  CompareTo(other: TSelf): int;
39
37
  GetExponentByteCount(): int;
40
- ToString(format: string, formatProvider: IFormatProvider): string;
41
- TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
42
- TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
38
+ ToString(format: string | null, formatProvider: IFormatProvider | null): string;
39
+ TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
40
+ TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
43
41
  TryWriteExponentBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
44
42
  WriteExponentBigEndian(destination: byte[], startIndex: int): int;
45
43
  WriteExponentBigEndian(destination: byte[]): int;
@@ -53,12 +51,12 @@ export type IBinaryFloatingPointIeee754_1<TSelf extends IBinaryFloatingPointIeee
53
51
  export interface IBinaryInteger_1$instance<TSelf extends IBinaryInteger_1<TSelf>> extends IBinaryNumber_1<TSelf>, IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IShiftOperators_3<TSelf, System_Internal.Int32, TSelf> {
54
52
  readonly __tsonic_iface_System_Numerics_IBinaryInteger_1: never;
55
53
 
56
- CompareTo(obj: unknown): int;
54
+ CompareTo(obj: JsValue | null): int;
57
55
  CompareTo(other: TSelf): int;
58
56
  GetByteCount(): int;
59
- ToString(format: string, formatProvider: IFormatProvider): string;
60
- TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
61
- TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
57
+ ToString(format: string | null, formatProvider: IFormatProvider | null): string;
58
+ TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
59
+ TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
62
60
  TryWriteBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
63
61
  WriteBigEndian(destination: byte[], startIndex: int): int;
64
62
  WriteBigEndian(destination: byte[]): int;
@@ -74,11 +72,11 @@ export type IBinaryInteger_1<TSelf extends IBinaryInteger_1<TSelf>> = IBinaryInt
74
72
  export interface IBinaryNumber_1$instance<TSelf extends IBinaryNumber_1<TSelf>> extends IBitwiseOperators_3<TSelf, TSelf, TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
75
73
  readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
76
74
 
77
- CompareTo(obj: unknown): int;
75
+ CompareTo(obj: JsValue | null): int;
78
76
  CompareTo(other: TSelf): int;
79
- ToString(format: string, formatProvider: IFormatProvider): string;
80
- TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
81
- TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
77
+ ToString(format: string | null, formatProvider: IFormatProvider | null): string;
78
+ TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
79
+ TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
82
80
  Equals(other: TSelf): boolean;
83
81
  }
84
82
 
@@ -132,9 +130,9 @@ export type IEqualityOperators_3<TSelf extends IEqualityOperators_3<TSelf, TOthe
132
130
  export interface IExponentialFunctions_1$instance<TSelf extends IExponentialFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
133
131
  readonly __tsonic_iface_System_Numerics_IExponentialFunctions_1: never;
134
132
 
135
- ToString(format: string, formatProvider: IFormatProvider): string;
136
- TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
137
- TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
133
+ ToString(format: string | null, formatProvider: IFormatProvider | null): string;
134
+ TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
135
+ TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
138
136
  Equals(other: TSelf): boolean;
139
137
  }
140
138
 
@@ -144,12 +142,12 @@ export type IExponentialFunctions_1<TSelf extends IExponentialFunctions_1<TSelf>
144
142
  export interface IFloatingPoint_1$instance<TSelf extends IFloatingPoint_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, ISignedNumber_1<TSelf> {
145
143
  readonly __tsonic_iface_System_Numerics_IFloatingPoint_1: never;
146
144
 
147
- CompareTo(obj: unknown): int;
145
+ CompareTo(obj: JsValue | null): int;
148
146
  CompareTo(other: TSelf): int;
149
147
  GetExponentByteCount(): int;
150
- ToString(format: string, formatProvider: IFormatProvider): string;
151
- TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
152
- TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
148
+ ToString(format: string | null, formatProvider: IFormatProvider | null): string;
149
+ TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
150
+ TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
153
151
  TryWriteExponentBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
154
152
  WriteExponentBigEndian(destination: byte[], startIndex: int): int;
155
153
  WriteExponentBigEndian(destination: byte[]): int;
@@ -163,9 +161,9 @@ export type IFloatingPoint_1<TSelf extends IFloatingPoint_1<TSelf>> = IFloatingP
163
161
  export interface IFloatingPointConstants_1$instance<TSelf extends IFloatingPointConstants_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
164
162
  readonly __tsonic_iface_System_Numerics_IFloatingPointConstants_1: never;
165
163
 
166
- ToString(format: string, formatProvider: IFormatProvider): string;
167
- TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
168
- TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
164
+ ToString(format: string | null, formatProvider: IFormatProvider | null): string;
165
+ TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
166
+ TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
169
167
  Equals(other: TSelf): boolean;
170
168
  }
171
169
 
@@ -175,12 +173,12 @@ export type IFloatingPointConstants_1<TSelf extends IFloatingPointConstants_1<TS
175
173
  export interface IFloatingPointIeee754_1$instance<TSelf extends IFloatingPointIeee754_1<TSelf>> extends IExponentialFunctions_1<TSelf>, IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf>, IFloatingPoint_1<TSelf>, INumber_1<TSelf>, IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, ISignedNumber_1<TSelf>, IHyperbolicFunctions_1<TSelf>, ILogarithmicFunctions_1<TSelf>, IPowerFunctions_1<TSelf>, IRootFunctions_1<TSelf>, ITrigonometricFunctions_1<TSelf> {
176
174
  readonly __tsonic_iface_System_Numerics_IFloatingPointIeee754_1: never;
177
175
 
178
- CompareTo(obj: unknown): int;
176
+ CompareTo(obj: JsValue | null): int;
179
177
  CompareTo(other: TSelf): int;
180
178
  GetExponentByteCount(): int;
181
- ToString(format: string, formatProvider: IFormatProvider): string;
182
- TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
183
- TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
179
+ ToString(format: string | null, formatProvider: IFormatProvider | null): string;
180
+ TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
181
+ TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
184
182
  TryWriteExponentBigEndian(destination: Span_1<System_Internal.Byte>, bytesWritten: int): boolean;
185
183
  WriteExponentBigEndian(destination: byte[], startIndex: int): int;
186
184
  WriteExponentBigEndian(destination: byte[]): int;
@@ -194,9 +192,9 @@ export type IFloatingPointIeee754_1<TSelf extends IFloatingPointIeee754_1<TSelf>
194
192
  export interface IHyperbolicFunctions_1$instance<TSelf extends IHyperbolicFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
195
193
  readonly __tsonic_iface_System_Numerics_IHyperbolicFunctions_1: never;
196
194
 
197
- ToString(format: string, formatProvider: IFormatProvider): string;
198
- TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
199
- TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
195
+ ToString(format: string | null, formatProvider: IFormatProvider | null): string;
196
+ TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
197
+ TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
200
198
  Equals(other: TSelf): boolean;
201
199
  }
202
200
 
@@ -214,9 +212,9 @@ export type IIncrementOperators_1<TSelf extends IIncrementOperators_1<TSelf>> =
214
212
  export interface ILogarithmicFunctions_1$instance<TSelf extends ILogarithmicFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
215
213
  readonly __tsonic_iface_System_Numerics_ILogarithmicFunctions_1: never;
216
214
 
217
- ToString(format: string, formatProvider: IFormatProvider): string;
218
- TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
219
- TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
215
+ ToString(format: string | null, formatProvider: IFormatProvider | null): string;
216
+ TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
217
+ TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
220
218
  Equals(other: TSelf): boolean;
221
219
  }
222
220
 
@@ -258,11 +256,11 @@ export type IMultiplyOperators_3<TSelf extends IMultiplyOperators_3<TSelf, TOthe
258
256
  export interface INumber_1$instance<TSelf extends INumber_1<TSelf>> extends IComparable, IComparable_1<TSelf>, IComparisonOperators_3<TSelf, TSelf, System_Internal.Boolean>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IModulusOperators_3<TSelf, TSelf, TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
259
257
  readonly __tsonic_iface_System_Numerics_INumber_1: never;
260
258
 
261
- CompareTo(obj: unknown): int;
259
+ CompareTo(obj: JsValue | null): int;
262
260
  CompareTo(other: TSelf): int;
263
- ToString(format: string, formatProvider: IFormatProvider): string;
264
- TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
265
- TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
261
+ ToString(format: string | null, formatProvider: IFormatProvider | null): string;
262
+ TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
263
+ TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
266
264
  Equals(other: TSelf): boolean;
267
265
  }
268
266
 
@@ -274,10 +272,10 @@ export type INumber_1<TSelf extends INumber_1<TSelf>> = INumber_1$instance<TSelf
274
272
  export interface INumberBase_1$instance<TSelf extends INumberBase_1<TSelf>> extends IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
275
273
  readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
276
274
 
277
- ToString(format: string, formatProvider: IFormatProvider): string;
278
- TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
279
- TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
280
275
  Equals(other: TSelf): boolean;
276
+ ToString(format: string | null, formatProvider: IFormatProvider | null): string;
277
+ TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
278
+ TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
281
279
  }
282
280
 
283
281
 
@@ -288,9 +286,9 @@ export type INumberBase_1<TSelf extends INumberBase_1<TSelf>> = INumberBase_1$in
288
286
  export interface IPowerFunctions_1$instance<TSelf extends IPowerFunctions_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
289
287
  readonly __tsonic_iface_System_Numerics_IPowerFunctions_1: never;
290
288
 
291
- ToString(format: string, formatProvider: IFormatProvider): string;
292
- TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
293
- TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
289
+ ToString(format: string | null, formatProvider: IFormatProvider | null): string;
290
+ TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
291
+ TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
294
292
  Equals(other: TSelf): boolean;
295
293
  }
296
294
 
@@ -300,9 +298,9 @@ export type IPowerFunctions_1<TSelf extends IPowerFunctions_1<TSelf>> = IPowerFu
300
298
  export interface IRootFunctions_1$instance<TSelf extends IRootFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
301
299
  readonly __tsonic_iface_System_Numerics_IRootFunctions_1: never;
302
300
 
303
- ToString(format: string, formatProvider: IFormatProvider): string;
304
- TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
305
- TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
301
+ ToString(format: string | null, formatProvider: IFormatProvider | null): string;
302
+ TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
303
+ TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
306
304
  Equals(other: TSelf): boolean;
307
305
  }
308
306
 
@@ -320,9 +318,9 @@ export type IShiftOperators_3<TSelf extends IShiftOperators_3<TSelf, TOther, TRe
320
318
  export interface ISignedNumber_1$instance<TSelf extends ISignedNumber_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
321
319
  readonly __tsonic_iface_System_Numerics_ISignedNumber_1: never;
322
320
 
323
- ToString(format: string, formatProvider: IFormatProvider): string;
324
- TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
325
- TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
321
+ ToString(format: string | null, formatProvider: IFormatProvider | null): string;
322
+ TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
323
+ TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
326
324
  Equals(other: TSelf): boolean;
327
325
  }
328
326
 
@@ -340,9 +338,9 @@ export type ISubtractionOperators_3<TSelf extends ISubtractionOperators_3<TSelf,
340
338
  export interface ITrigonometricFunctions_1$instance<TSelf extends ITrigonometricFunctions_1<TSelf>> extends IFloatingPointConstants_1<TSelf>, INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
341
339
  readonly __tsonic_iface_System_Numerics_ITrigonometricFunctions_1: never;
342
340
 
343
- ToString(format: string, formatProvider: IFormatProvider): string;
344
- TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
345
- TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
341
+ ToString(format: string | null, formatProvider: IFormatProvider | null): string;
342
+ TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
343
+ TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
346
344
  Equals(other: TSelf): boolean;
347
345
  }
348
346
 
@@ -368,9 +366,9 @@ export type IUnaryPlusOperators_2<TSelf extends IUnaryPlusOperators_2<TSelf, TRe
368
366
  export interface IUnsignedNumber_1$instance<TSelf extends IUnsignedNumber_1<TSelf>> extends INumberBase_1<TSelf>, IAdditionOperators_3<TSelf, TSelf, TSelf>, IAdditiveIdentity_2<TSelf, TSelf>, IDecrementOperators_1<TSelf>, IDivisionOperators_3<TSelf, TSelf, TSelf>, IEquatable_1<TSelf>, IEqualityOperators_3<TSelf, TSelf, System_Internal.Boolean>, IIncrementOperators_1<TSelf>, IMultiplicativeIdentity_2<TSelf, TSelf>, IMultiplyOperators_3<TSelf, TSelf, TSelf>, ISpanFormattable, IFormattable, ISpanParsable_1<TSelf>, IParsable_1<TSelf>, ISubtractionOperators_3<TSelf, TSelf, TSelf>, IUnaryPlusOperators_2<TSelf, TSelf>, IUnaryNegationOperators_2<TSelf, TSelf>, IUtf8SpanFormattable, IUtf8SpanParsable_1<TSelf> {
369
367
  readonly __tsonic_iface_System_Numerics_IUnsignedNumber_1: never;
370
368
 
371
- ToString(format: string, formatProvider: IFormatProvider): string;
372
- TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
373
- TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): boolean;
369
+ ToString(format: string | null, formatProvider: IFormatProvider | null): string;
370
+ TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
371
+ TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): boolean;
374
372
  Equals(other: TSelf): boolean;
375
373
  }
376
374
 
@@ -418,8 +416,8 @@ export interface BigInteger$instance extends IAdditionOperators_3<BigInteger, Bi
418
416
  CompareTo(other: long): int;
419
417
  CompareTo(other: ulong): int;
420
418
  CompareTo(other: BigInteger): int;
421
- CompareTo(obj: unknown): int;
422
- Equals(obj: unknown): boolean;
419
+ CompareTo(obj: JsValue | null): int;
420
+ Equals(obj: JsValue | null): boolean;
423
421
  Equals(other: long): boolean;
424
422
  Equals(other: ulong): boolean;
425
423
  Equals(other: BigInteger): boolean;
@@ -429,10 +427,10 @@ export interface BigInteger$instance extends IAdditionOperators_3<BigInteger, Bi
429
427
  ToByteArray(): byte[];
430
428
  ToByteArray(isUnsigned?: boolean, isBigEndian?: boolean): byte[];
431
429
  ToString(): string;
432
- ToString(provider: IFormatProvider): string;
433
- ToString(format: string): string;
434
- ToString(format: string, provider: IFormatProvider): string;
435
- TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider): boolean;
430
+ ToString(provider: IFormatProvider | null): string;
431
+ ToString(format: string | null): string;
432
+ ToString(format: string | null, provider: IFormatProvider | null): string;
433
+ TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider | null): boolean;
436
434
  TryWriteBytes(destination: Span_1<System_Internal.Byte>, bytesWritten: int, isUnsigned?: boolean, isBigEndian?: boolean): boolean;
437
435
  }
438
436
 
@@ -479,11 +477,11 @@ export const BigInteger: {
479
477
  ModPow(value: BigInteger, exponent: BigInteger, modulus: BigInteger): BigInteger;
480
478
  Multiply(left: BigInteger, right: BigInteger): BigInteger;
481
479
  Negate(value: BigInteger): BigInteger;
482
- Parse(value: ReadOnlySpan_1<System_Internal.Char>, style?: NumberStyles, provider?: IFormatProvider): BigInteger;
483
- Parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): BigInteger;
484
- Parse(value: string, style: NumberStyles, provider: IFormatProvider): BigInteger;
480
+ Parse(value: ReadOnlySpan_1<System_Internal.Char>, style?: NumberStyles, provider?: IFormatProvider | null): BigInteger;
481
+ Parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): BigInteger;
482
+ Parse(value: string, style: NumberStyles, provider: IFormatProvider | null): BigInteger;
485
483
  Parse(value: string, style: NumberStyles): BigInteger;
486
- Parse(value: string, provider: IFormatProvider): BigInteger;
484
+ Parse(value: string, provider: IFormatProvider | null): BigInteger;
487
485
  Parse(value: string): BigInteger;
488
486
  PopCount(value: BigInteger): BigInteger;
489
487
  Pow(value: BigInteger, exponent: int): BigInteger;
@@ -492,12 +490,12 @@ export const BigInteger: {
492
490
  RotateRight(value: BigInteger, rotateAmount: int): BigInteger;
493
491
  Subtract(left: BigInteger, right: BigInteger): BigInteger;
494
492
  TrailingZeroCount(value: BigInteger): BigInteger;
495
- TryParse(value: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider, result: BigInteger): boolean;
496
- TryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider, result: BigInteger): boolean;
493
+ TryParse(value: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider | null, result: BigInteger): boolean;
494
+ TryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null, result: BigInteger): boolean;
497
495
  TryParse(value: ReadOnlySpan_1<System_Internal.Char>, result: BigInteger): boolean;
498
- TryParse(value: string, style: NumberStyles, provider: IFormatProvider, result: BigInteger): boolean;
499
- TryParse(s: string, provider: IFormatProvider, result: BigInteger): boolean;
500
- TryParse(value: string, result: BigInteger): boolean;
496
+ TryParse(value: string | null, style: NumberStyles, provider: IFormatProvider | null, result: BigInteger): boolean;
497
+ TryParse(s: string | null, provider: IFormatProvider | null, result: BigInteger): boolean;
498
+ TryParse(value: string | null, result: BigInteger): boolean;
501
499
  };
502
500
 
503
501
 
@@ -518,7 +516,7 @@ export interface __BigInteger$views {
518
516
 
519
517
  // Structural method bridges for numeric interface constraints
520
518
  Equals(other: BigInteger): boolean;
521
- CompareTo(obj: unknown): int;
519
+ CompareTo(obj: JsValue): int;
522
520
  ToString(format: string, formatProvider: import("../../System/internal/index").IFormatProvider): string;
523
521
  TryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Char>, charsWritten: int, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").Char>, provider: import("../../System/internal/index").IFormatProvider): boolean;
524
522
  TryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").Byte>, bytesWritten: int, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").Char>, provider: import("../../System/internal/index").IFormatProvider): boolean;
@@ -560,15 +558,15 @@ export interface Complex$instance extends IAdditionOperators_3<Complex, Complex,
560
558
  readonly Magnitude: double;
561
559
  readonly Phase: double;
562
560
  readonly Real: double;
563
- Equals(obj: unknown): boolean;
561
+ Equals(obj: JsValue | null): boolean;
564
562
  Equals(value: Complex): boolean;
565
563
  GetHashCode(): int;
566
564
  ToString(): string;
567
- ToString(format: string): string;
568
- ToString(provider: IFormatProvider): string;
569
- ToString(format: string, provider: IFormatProvider): string;
570
- TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider): boolean;
571
- TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider): boolean;
565
+ ToString(format: string | null): string;
566
+ ToString(provider: IFormatProvider | null): string;
567
+ ToString(format: string | null, provider: IFormatProvider | null): string;
568
+ TryFormat(destination: Span_1<System_Internal.Char>, charsWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider | null): boolean;
569
+ TryFormat(utf8Destination: Span_1<System_Internal.Byte>, bytesWritten: int, format?: ReadOnlySpan_1<System_Internal.Char>, provider?: IFormatProvider | null): boolean;
572
570
  }
573
571
 
574
572
 
@@ -621,10 +619,10 @@ export const Complex: {
621
619
  Multiply(left: Complex, right: double): Complex;
622
620
  Multiply(left: Complex, right: Complex): Complex;
623
621
  Negate(value: Complex): Complex;
624
- Parse(s: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider): Complex;
625
- Parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider): Complex;
626
- Parse(s: string, style: NumberStyles, provider: IFormatProvider): Complex;
627
- Parse(s: string, provider: IFormatProvider): Complex;
622
+ Parse(s: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider | null): Complex;
623
+ Parse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null): Complex;
624
+ Parse(s: string, style: NumberStyles, provider: IFormatProvider | null): Complex;
625
+ Parse(s: string, provider: IFormatProvider | null): Complex;
628
626
  Pow(value: Complex, power: double): Complex;
629
627
  Pow(value: Complex, power: Complex): Complex;
630
628
  Reciprocal(value: Complex): Complex;
@@ -636,10 +634,10 @@ export const Complex: {
636
634
  Subtract(left: Complex, right: Complex): Complex;
637
635
  Tan(value: Complex): Complex;
638
636
  Tanh(value: Complex): Complex;
639
- TryParse(s: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider, result: Complex): boolean;
640
- TryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider, result: Complex): boolean;
641
- TryParse(s: string, style: NumberStyles, provider: IFormatProvider, result: Complex): boolean;
642
- TryParse(s: string, provider: IFormatProvider, result: Complex): boolean;
637
+ TryParse(s: ReadOnlySpan_1<System_Internal.Char>, style: NumberStyles, provider: IFormatProvider | null, result: Complex): boolean;
638
+ TryParse(s: ReadOnlySpan_1<System_Internal.Char>, provider: IFormatProvider | null, result: Complex): boolean;
639
+ TryParse(s: string | null, style: NumberStyles, provider: IFormatProvider | null, result: Complex): boolean;
640
+ TryParse(s: string | null, provider: IFormatProvider | null, result: Complex): boolean;
643
641
  };
644
642
 
645
643
 
@@ -679,7 +677,7 @@ export interface Matrix3x2$instance {
679
677
  X: Vector2;
680
678
  Y: Vector2;
681
679
  Z: Vector2;
682
- Equals(obj: unknown): boolean;
680
+ Equals(obj: JsValue | null): boolean;
683
681
  Equals(other: Matrix3x2): boolean;
684
682
  get_Item(row: int): Vector2;
685
683
  get_Item(row: int, column: int): float;
@@ -761,7 +759,7 @@ export interface Matrix4x4$instance {
761
759
  X: Vector4;
762
760
  Y: Vector4;
763
761
  Z: Vector4;
764
- Equals(obj: unknown): boolean;
762
+ Equals(obj: JsValue | null): boolean;
765
763
  Equals(other: Matrix4x4): boolean;
766
764
  get_Item(row: int): Vector4;
767
765
  get_Item(row: int, column: int): float;
@@ -856,7 +854,7 @@ export interface Plane$instance {
856
854
 
857
855
  Normal: Vector3;
858
856
  D: float;
859
- Equals(obj: unknown): boolean;
857
+ Equals(obj: JsValue | null): boolean;
860
858
  Equals(other: Plane): boolean;
861
859
  GetHashCode(): int;
862
860
  ToString(): string;
@@ -900,7 +898,7 @@ export interface Quaternion$instance {
900
898
  Z: float;
901
899
  W: float;
902
900
  readonly IsIdentity: boolean;
903
- Equals(obj: unknown): boolean;
901
+ Equals(obj: JsValue | null): boolean;
904
902
  Equals(other: Quaternion): boolean;
905
903
  GetHashCode(): int;
906
904
  Length(): float;
@@ -945,17 +943,17 @@ export interface __Quaternion$views {
945
943
  export type Quaternion = Quaternion$instance & __Quaternion$views & { [index: number]: float; };
946
944
 
947
945
 
948
- export interface TotalOrderIeee754Comparer_1$instance<T extends IFloatingPointIeee754_1<T>> extends System_Collections_Generic_Internal.IComparer_1$instance<T> {
946
+ export interface TotalOrderIeee754Comparer_1$instance<T extends IFloatingPointIeee754_1<T>> {
949
947
  readonly __tsonic_type_System_Numerics_TotalOrderIeee754Comparer_1: never;
950
948
 
951
949
  readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
952
950
  readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
953
951
  readonly __tsonic_iface_System_IEquatable_1: never;
954
952
 
955
- Compare(x: T, y: T): int;
956
- Equals(x: T, y: T): boolean;
953
+ Compare(x: T | null, y: T | null): int;
954
+ Equals(x: T | null, y: T | null): boolean;
957
955
  Equals(other: TotalOrderIeee754Comparer_1<T>): boolean;
958
- Equals(obj: unknown): boolean;
956
+ Equals(obj: JsValue | null): boolean;
959
957
  GetHashCode(obj: T): int;
960
958
  GetHashCode(): int;
961
959
  }
@@ -997,12 +995,12 @@ export interface Vector_1$instance<T> extends IAdditionOperators_3<Vector_1<T>,
997
995
  CopyTo(destination: T[], startIndex: int): void;
998
996
  CopyTo(destination: Span_1<System_Internal.Byte>): void;
999
997
  CopyTo(destination: Span_1<T>): void;
1000
- Equals(obj: unknown): boolean;
998
+ Equals(obj: JsValue | null): boolean;
1001
999
  Equals(other: Vector_1<T>): boolean;
1002
1000
  GetHashCode(): int;
1003
1001
  ToString(): string;
1004
- ToString(format: string): string;
1005
- ToString(format: string, formatProvider: IFormatProvider): string;
1002
+ ToString(format: string | null): string;
1003
+ ToString(format: string | null, formatProvider: IFormatProvider | null): string;
1006
1004
  TryCopyTo(destination: Span_1<System_Internal.Byte>): boolean;
1007
1005
  TryCopyTo(destination: Span_1<T>): boolean;
1008
1006
  }
@@ -1015,12 +1013,12 @@ export const Vector_1: {
1015
1013
  new<T>(values: ReadOnlySpan_1<T>): Vector_1<T>;
1016
1014
  new<T>(values: ReadOnlySpan_1<System_Internal.Byte>): Vector_1<T>;
1017
1015
  new<T>(values: Span_1<T>): Vector_1<T>;
1018
- readonly AllBitsSet: unknown;
1016
+ readonly AllBitsSet: <T>() => Vector_1<T>;
1019
1017
  readonly Count: int;
1020
- readonly Indices: unknown;
1018
+ readonly Indices: <T>() => Vector_1<T>;
1021
1019
  readonly IsSupported: boolean;
1022
- readonly One: unknown;
1023
- readonly Zero: unknown;
1020
+ readonly One: <T>() => Vector_1<T>;
1021
+ readonly Zero: <T>() => Vector_1<T>;
1024
1022
  };
1025
1023
 
1026
1024
 
@@ -1046,14 +1044,14 @@ export interface Vector2$instance {
1046
1044
  CopyTo(array: float[]): void;
1047
1045
  CopyTo(array: float[], index: int): void;
1048
1046
  CopyTo(destination: Span_1<System_Internal.Single>): void;
1049
- Equals(obj: unknown): boolean;
1047
+ Equals(obj: JsValue | null): boolean;
1050
1048
  Equals(other: Vector2): boolean;
1051
1049
  GetHashCode(): int;
1052
1050
  Length(): float;
1053
1051
  LengthSquared(): float;
1054
1052
  ToString(): string;
1055
- ToString(format: string): string;
1056
- ToString(format: string, formatProvider: IFormatProvider): string;
1053
+ ToString(format: string | null): string;
1054
+ ToString(format: string | null, formatProvider: IFormatProvider | null): string;
1057
1055
  TryCopyTo(destination: Span_1<System_Internal.Single>): boolean;
1058
1056
  }
1059
1057
 
@@ -1209,14 +1207,14 @@ export interface Vector3$instance {
1209
1207
  CopyTo(array: float[]): void;
1210
1208
  CopyTo(array: float[], index: int): void;
1211
1209
  CopyTo(destination: Span_1<System_Internal.Single>): void;
1212
- Equals(obj: unknown): boolean;
1210
+ Equals(obj: JsValue | null): boolean;
1213
1211
  Equals(other: Vector3): boolean;
1214
1212
  GetHashCode(): int;
1215
1213
  Length(): float;
1216
1214
  LengthSquared(): float;
1217
1215
  ToString(): string;
1218
- ToString(format: string): string;
1219
- ToString(format: string, formatProvider: IFormatProvider): string;
1216
+ ToString(format: string | null): string;
1217
+ ToString(format: string | null, formatProvider: IFormatProvider | null): string;
1220
1218
  TryCopyTo(destination: Span_1<System_Internal.Single>): boolean;
1221
1219
  }
1222
1220
 
@@ -1375,13 +1373,13 @@ export interface Vector4$instance {
1375
1373
  CopyTo(array: float[], index: int): void;
1376
1374
  CopyTo(destination: Span_1<System_Internal.Single>): void;
1377
1375
  Equals(other: Vector4): boolean;
1378
- Equals(obj: unknown): boolean;
1376
+ Equals(obj: JsValue | null): boolean;
1379
1377
  GetHashCode(): int;
1380
1378
  Length(): float;
1381
1379
  LengthSquared(): float;
1382
1380
  ToString(): string;
1383
- ToString(format: string): string;
1384
- ToString(format: string, formatProvider: IFormatProvider): string;
1381
+ ToString(format: string | null): string;
1382
+ ToString(format: string | null, formatProvider: IFormatProvider | null): string;
1385
1383
  TryCopyTo(destination: Span_1<System_Internal.Single>): boolean;
1386
1384
  }
1387
1385