@tsonic/dotnet 0.7.9 → 0.8.1

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 (122) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +7 -7
  2. package/Microsoft.VisualBasic/internal/index.d.ts +23 -23
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +29 -29
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +15 -15
  5. package/Microsoft.Win32/internal/index.d.ts +1 -1
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/internal/index.d.ts +408 -408
  8. package/System.Buffers/internal/index.d.ts +11 -11
  9. package/System.CodeDom.Compiler/internal/index.d.ts +3 -3
  10. package/System.Collections/internal/index.d.ts +44 -44
  11. package/System.Collections.Concurrent/internal/index.d.ts +18 -18
  12. package/System.Collections.Frozen/internal/index.d.ts +4 -4
  13. package/System.Collections.Generic/internal/index.d.ts +98 -98
  14. package/System.Collections.Immutable/internal/index.d.ts +22 -22
  15. package/System.Collections.ObjectModel/internal/index.d.ts +11 -11
  16. package/System.Collections.Specialized/internal/index.d.ts +38 -38
  17. package/System.ComponentModel/internal/index.d.ts +222 -222
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +54 -54
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -8
  20. package/System.ComponentModel.Design/internal/index.d.ts +30 -30
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +13 -13
  22. package/System.Data/internal/index.d.ts +110 -110
  23. package/System.Data.Common/internal/index.d.ts +17 -17
  24. package/System.Data.SqlTypes/internal/index.d.ts +62 -62
  25. package/System.Diagnostics/internal/index.d.ts +117 -117
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +34 -34
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +14 -14
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +19 -19
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +21 -21
  31. package/System.Drawing/internal/index.d.ts +22 -22
  32. package/System.Dynamic/internal/index.d.ts +6 -6
  33. package/System.Formats.Asn1/internal/index.d.ts +10 -10
  34. package/System.Formats.Tar/internal/index.d.ts +14 -14
  35. package/System.Globalization/internal/index.d.ts +40 -40
  36. package/System.IO/internal/index.d.ts +107 -107
  37. package/System.IO.Compression/internal/index.d.ts +32 -32
  38. package/System.IO.Enumeration/internal/index.d.ts +3 -3
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +12 -12
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +3 -3
  41. package/System.IO.Pipelines/internal/index.d.ts +8 -8
  42. package/System.IO.Pipes/internal/index.d.ts +28 -28
  43. package/System.Linq/internal/index.d.ts +7 -7
  44. package/System.Linq.Expressions/internal/index.d.ts +34 -34
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
  46. package/System.Net/internal/index.d.ts +84 -84
  47. package/System.Net.Cache/internal/index.d.ts +8 -8
  48. package/System.Net.Http/internal/index.d.ts +40 -40
  49. package/System.Net.Http.Headers/internal/index.d.ts +48 -48
  50. package/System.Net.Http.Json/internal/index.d.ts +1 -1
  51. package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
  52. package/System.Net.Mail/internal/index.d.ts +47 -47
  53. package/System.Net.Mime/internal/index.d.ts +4 -4
  54. package/System.Net.NetworkInformation/internal/index.d.ts +17 -17
  55. package/System.Net.Quic/internal/index.d.ts +9 -9
  56. package/System.Net.Security/internal/index.d.ts +19 -19
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
  58. package/System.Net.Sockets/internal/index.d.ts +53 -53
  59. package/System.Net.WebSockets/internal/index.d.ts +23 -23
  60. package/System.Numerics/internal/index.d.ts +37 -37
  61. package/System.Reflection/internal/index.d.ts +69 -69
  62. package/System.Reflection.Emit/internal/index.d.ts +18 -18
  63. package/System.Reflection.Metadata/internal/index.d.ts +170 -170
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +39 -39
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +23 -23
  66. package/System.Resources/internal/index.d.ts +20 -20
  67. package/System.Runtime/internal/index.d.ts +7 -7
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +145 -145
  69. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  70. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  71. package/System.Runtime.InteropServices/internal/index.d.ts +120 -120
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +20 -20
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +27 -27
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +27 -27
  76. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  77. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  78. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  79. package/System.Runtime.Loader/internal/index.d.ts +3 -3
  80. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  81. package/System.Runtime.Serialization/internal/index.d.ts +47 -47
  82. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  83. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -2
  84. package/System.Runtime.Serialization.Json/internal/index.d.ts +8 -8
  85. package/System.Runtime.Versioning/internal/index.d.ts +18 -18
  86. package/System.Security/internal/index.d.ts +23 -23
  87. package/System.Security.AccessControl/internal/index.d.ts +65 -65
  88. package/System.Security.Authentication/internal/index.d.ts +6 -6
  89. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +6 -6
  90. package/System.Security.Claims/internal/index.d.ts +24 -24
  91. package/System.Security.Cryptography/internal/index.d.ts +220 -220
  92. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +120 -120
  93. package/System.Security.Permissions/internal/index.d.ts +1 -1
  94. package/System.Security.Policy/internal/index.d.ts +4 -4
  95. package/System.Security.Principal/internal/index.d.ts +21 -21
  96. package/System.Text/internal/index.d.ts +49 -49
  97. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  98. package/System.Text.Json/internal/index.d.ts +24 -24
  99. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  100. package/System.Text.Json.Schema/internal/index.d.ts +2 -2
  101. package/System.Text.Json.Serialization/internal/index.d.ts +25 -25
  102. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +10 -10
  103. package/System.Text.RegularExpressions/internal/index.d.ts +24 -24
  104. package/System.Text.Unicode/internal/index.d.ts +3 -3
  105. package/System.Threading/internal/index.d.ts +105 -105
  106. package/System.Threading.Channels/internal/index.d.ts +7 -7
  107. package/System.Threading.Tasks/internal/index.d.ts +56 -56
  108. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +29 -29
  109. package/System.Threading.Tasks.Sources/internal/index.d.ts +1 -1
  110. package/System.Timers/internal/index.d.ts +5 -5
  111. package/System.Transactions/internal/index.d.ts +41 -41
  112. package/System.Web/internal/index.d.ts +1 -1
  113. package/System.Windows.Markup/internal/index.d.ts +2 -2
  114. package/System.Xml/internal/index.d.ts +72 -72
  115. package/System.Xml.Linq/internal/index.d.ts +31 -31
  116. package/System.Xml.Resolvers/internal/index.d.ts +5 -5
  117. package/System.Xml.Schema/internal/index.d.ts +76 -76
  118. package/System.Xml.Serialization/internal/index.d.ts +96 -96
  119. package/System.Xml.XPath/internal/index.d.ts +9 -9
  120. package/System.Xml.Xsl/internal/index.d.ts +13 -13
  121. package/System.Xml.Xsl.Runtime/internal/index.d.ts +52 -52
  122. package/package.json +2 -2
@@ -50,10 +50,10 @@ export interface Rune$instance {
50
50
 
51
51
 
52
52
  export const Rune: {
53
- new(ch: char): Rune$instance;
54
- new(highSurrogate: char, lowSurrogate: char): Rune$instance;
55
- new(value: int): Rune$instance;
56
- new(value: uint): Rune$instance;
53
+ new(ch: char): Rune;
54
+ new(highSurrogate: char, lowSurrogate: char): Rune;
55
+ new(value: int): Rune;
56
+ new(value: uint): Rune;
57
57
  readonly replacementChar: Rune;
58
58
  decodeFromUtf16(source: ReadOnlySpan_1<System_Internal.Char>, result: Rune, charsConsumed: int): OperationStatus;
59
59
  decodeFromUtf8(source: ReadOnlySpan_1<System_Internal.Byte>, result: Rune, bytesConsumed: int): OperationStatus;
@@ -116,7 +116,7 @@ export interface SpanLineEnumerator$instance {
116
116
 
117
117
 
118
118
  export const SpanLineEnumerator: {
119
- new(): SpanLineEnumerator$instance;
119
+ new(): SpanLineEnumerator;
120
120
  };
121
121
 
122
122
 
@@ -138,7 +138,7 @@ export interface SpanRuneEnumerator$instance {
138
138
 
139
139
 
140
140
  export const SpanRuneEnumerator: {
141
- new(): SpanRuneEnumerator$instance;
141
+ new(): SpanRuneEnumerator;
142
142
  };
143
143
 
144
144
 
@@ -166,8 +166,8 @@ export interface StringBuilder_AppendInterpolatedStringHandler$instance {
166
166
 
167
167
 
168
168
  export const StringBuilder_AppendInterpolatedStringHandler: {
169
- new(literalLength: int, formattedCount: int, stringBuilder: StringBuilder): StringBuilder_AppendInterpolatedStringHandler$instance;
170
- new(literalLength: int, formattedCount: int, stringBuilder: StringBuilder, provider: IFormatProvider): StringBuilder_AppendInterpolatedStringHandler$instance;
169
+ new(literalLength: int, formattedCount: int, stringBuilder: StringBuilder): StringBuilder_AppendInterpolatedStringHandler;
170
+ new(literalLength: int, formattedCount: int, stringBuilder: StringBuilder, provider: IFormatProvider): StringBuilder_AppendInterpolatedStringHandler;
171
171
  };
172
172
 
173
173
 
@@ -181,7 +181,7 @@ export interface StringBuilder_ChunkEnumerator$instance {
181
181
 
182
182
 
183
183
  export const StringBuilder_ChunkEnumerator: {
184
- new(): StringBuilder_ChunkEnumerator$instance;
184
+ new(): StringBuilder_ChunkEnumerator;
185
185
  };
186
186
 
187
187
 
@@ -196,7 +196,7 @@ export interface StringRuneEnumerator$instance {
196
196
 
197
197
 
198
198
  export const StringRuneEnumerator: {
199
- new(): StringRuneEnumerator$instance;
199
+ new(): StringRuneEnumerator;
200
200
  };
201
201
 
202
202
 
@@ -257,7 +257,7 @@ export interface ASCIIEncoding$instance extends Encoding$instance {
257
257
 
258
258
 
259
259
  export const ASCIIEncoding: {
260
- new(): ASCIIEncoding$instance;
260
+ new(): ASCIIEncoding;
261
261
  };
262
262
 
263
263
 
@@ -279,7 +279,7 @@ export interface CodePagesEncodingProvider$instance extends EncodingProvider {
279
279
 
280
280
 
281
281
  export const CodePagesEncodingProvider: {
282
- new(): CodePagesEncodingProvider$instance;
282
+ new(): CodePagesEncodingProvider;
283
283
  readonly instance: EncodingProvider;
284
284
  };
285
285
 
@@ -293,7 +293,7 @@ export interface CompositeFormat$instance {
293
293
 
294
294
 
295
295
  export const CompositeFormat: {
296
- new(): CompositeFormat$instance;
296
+ new(): CompositeFormat;
297
297
  parse(format: string): CompositeFormat;
298
298
  };
299
299
 
@@ -333,7 +333,7 @@ export interface DecoderExceptionFallback$instance extends DecoderFallback {
333
333
 
334
334
 
335
335
  export const DecoderExceptionFallback: {
336
- new(): DecoderExceptionFallback$instance;
336
+ new(): DecoderExceptionFallback;
337
337
  };
338
338
 
339
339
 
@@ -348,7 +348,7 @@ export interface DecoderExceptionFallbackBuffer$instance extends DecoderFallback
348
348
 
349
349
 
350
350
  export const DecoderExceptionFallbackBuffer: {
351
- new(): DecoderExceptionFallbackBuffer$instance;
351
+ new(): DecoderExceptionFallbackBuffer;
352
352
  };
353
353
 
354
354
 
@@ -391,10 +391,10 @@ export interface DecoderFallbackException$instance extends ArgumentException {
391
391
 
392
392
 
393
393
  export const DecoderFallbackException: {
394
- new(): DecoderFallbackException$instance;
395
- new(message: string): DecoderFallbackException$instance;
396
- new(message: string, innerException: Exception): DecoderFallbackException$instance;
397
- new(message: string, bytesUnknown: byte[], index: int): DecoderFallbackException$instance;
394
+ new(): DecoderFallbackException;
395
+ new(message: string): DecoderFallbackException;
396
+ new(message: string, innerException: Exception): DecoderFallbackException;
397
+ new(message: string, bytesUnknown: byte[], index: int): DecoderFallbackException;
398
398
  };
399
399
 
400
400
 
@@ -415,8 +415,8 @@ export interface DecoderReplacementFallback$instance extends DecoderFallback {
415
415
 
416
416
 
417
417
  export const DecoderReplacementFallback: {
418
- new(): DecoderReplacementFallback$instance;
419
- new(replacement: string): DecoderReplacementFallback$instance;
418
+ new(): DecoderReplacementFallback;
419
+ new(replacement: string): DecoderReplacementFallback;
420
420
  };
421
421
 
422
422
 
@@ -432,7 +432,7 @@ export interface DecoderReplacementFallbackBuffer$instance extends DecoderFallba
432
432
 
433
433
 
434
434
  export const DecoderReplacementFallbackBuffer: {
435
- new(fallback: DecoderReplacementFallback): DecoderReplacementFallbackBuffer$instance;
435
+ new(fallback: DecoderReplacementFallback): DecoderReplacementFallbackBuffer;
436
436
  };
437
437
 
438
438
 
@@ -469,7 +469,7 @@ export interface EncoderExceptionFallback$instance extends EncoderFallback {
469
469
 
470
470
 
471
471
  export const EncoderExceptionFallback: {
472
- new(): EncoderExceptionFallback$instance;
472
+ new(): EncoderExceptionFallback;
473
473
  };
474
474
 
475
475
 
@@ -485,7 +485,7 @@ export interface EncoderExceptionFallbackBuffer$instance extends EncoderFallback
485
485
 
486
486
 
487
487
  export const EncoderExceptionFallbackBuffer: {
488
- new(): EncoderExceptionFallbackBuffer$instance;
488
+ new(): EncoderExceptionFallbackBuffer;
489
489
  };
490
490
 
491
491
 
@@ -532,9 +532,9 @@ export interface EncoderFallbackException$instance extends ArgumentException {
532
532
 
533
533
 
534
534
  export const EncoderFallbackException: {
535
- new(): EncoderFallbackException$instance;
536
- new(message: string): EncoderFallbackException$instance;
537
- new(message: string, innerException: Exception): EncoderFallbackException$instance;
535
+ new(): EncoderFallbackException;
536
+ new(message: string): EncoderFallbackException;
537
+ new(message: string, innerException: Exception): EncoderFallbackException;
538
538
  };
539
539
 
540
540
 
@@ -555,8 +555,8 @@ export interface EncoderReplacementFallback$instance extends EncoderFallback {
555
555
 
556
556
 
557
557
  export const EncoderReplacementFallback: {
558
- new(): EncoderReplacementFallback$instance;
559
- new(replacement: string): EncoderReplacementFallback$instance;
558
+ new(): EncoderReplacementFallback;
559
+ new(replacement: string): EncoderReplacementFallback;
560
560
  };
561
561
 
562
562
 
@@ -573,7 +573,7 @@ export interface EncoderReplacementFallbackBuffer$instance extends EncoderFallba
573
573
 
574
574
 
575
575
  export const EncoderReplacementFallbackBuffer: {
576
- new(fallback: EncoderReplacementFallback): EncoderReplacementFallbackBuffer$instance;
576
+ new(fallback: EncoderReplacementFallback): EncoderReplacementFallbackBuffer;
577
577
  };
578
578
 
579
579
 
@@ -678,7 +678,7 @@ export interface EncodingInfo$instance {
678
678
 
679
679
 
680
680
  export const EncodingInfo: {
681
- new(provider: EncodingProvider, codePage: int, name: string, displayName: string): EncodingInfo$instance;
681
+ new(provider: EncodingProvider, codePage: int, name: string, displayName: string): EncodingInfo;
682
682
  };
683
683
 
684
684
 
@@ -694,7 +694,7 @@ export interface EncodingProvider$instance {
694
694
 
695
695
 
696
696
  export const EncodingProvider: {
697
- new(): EncodingProvider$instance;
697
+ new(): EncodingProvider;
698
698
  };
699
699
 
700
700
 
@@ -799,12 +799,12 @@ export interface StringBuilder$instance {
799
799
 
800
800
 
801
801
  export const StringBuilder: {
802
- new(): StringBuilder$instance;
803
- new(capacity: int): StringBuilder$instance;
804
- new(value: string): StringBuilder$instance;
805
- new(value: string, capacity: int): StringBuilder$instance;
806
- new(value: string, startIndex: int, length: int, capacity: int): StringBuilder$instance;
807
- new(capacity: int, maxCapacity: int): StringBuilder$instance;
802
+ new(): StringBuilder;
803
+ new(capacity: int): StringBuilder;
804
+ new(value: string): StringBuilder;
805
+ new(value: string, capacity: int): StringBuilder;
806
+ new(value: string, startIndex: int, length: int, capacity: int): StringBuilder;
807
+ new(capacity: int, maxCapacity: int): StringBuilder;
808
808
  };
809
809
 
810
810
 
@@ -858,9 +858,9 @@ export interface UnicodeEncoding$instance extends Encoding$instance {
858
858
 
859
859
 
860
860
  export const UnicodeEncoding: {
861
- new(): UnicodeEncoding$instance;
862
- new(bigEndian: boolean, byteOrderMark: boolean): UnicodeEncoding$instance;
863
- new(bigEndian: boolean, byteOrderMark: boolean, throwOnInvalidBytes: boolean): UnicodeEncoding$instance;
861
+ new(): UnicodeEncoding;
862
+ new(bigEndian: boolean, byteOrderMark: boolean): UnicodeEncoding;
863
+ new(bigEndian: boolean, byteOrderMark: boolean, throwOnInvalidBytes: boolean): UnicodeEncoding;
864
864
  readonly charSize: int;
865
865
  };
866
866
 
@@ -913,9 +913,9 @@ export interface UTF32Encoding$instance extends Encoding$instance {
913
913
 
914
914
 
915
915
  export const UTF32Encoding: {
916
- new(): UTF32Encoding$instance;
917
- new(bigEndian: boolean, byteOrderMark: boolean): UTF32Encoding$instance;
918
- new(bigEndian: boolean, byteOrderMark: boolean, throwOnInvalidCharacters: boolean): UTF32Encoding$instance;
916
+ new(): UTF32Encoding;
917
+ new(bigEndian: boolean, byteOrderMark: boolean): UTF32Encoding;
918
+ new(bigEndian: boolean, byteOrderMark: boolean, throwOnInvalidCharacters: boolean): UTF32Encoding;
919
919
  };
920
920
 
921
921
 
@@ -965,8 +965,8 @@ export interface UTF7Encoding$instance extends Encoding$instance {
965
965
 
966
966
 
967
967
  export const UTF7Encoding: {
968
- new(): UTF7Encoding$instance;
969
- new(allowOptionals: boolean): UTF7Encoding$instance;
968
+ new(): UTF7Encoding;
969
+ new(allowOptionals: boolean): UTF7Encoding;
970
970
  };
971
971
 
972
972
 
@@ -1026,9 +1026,9 @@ export interface UTF8Encoding$instance extends Encoding$instance {
1026
1026
 
1027
1027
 
1028
1028
  export const UTF8Encoding: {
1029
- new(): UTF8Encoding$instance;
1030
- new(encoderShouldEmitUTF8Identifier: boolean): UTF8Encoding$instance;
1031
- new(encoderShouldEmitUTF8Identifier: boolean, throwOnInvalidBytes: boolean): UTF8Encoding$instance;
1029
+ new(): UTF8Encoding;
1030
+ new(encoderShouldEmitUTF8Identifier: boolean): UTF8Encoding;
1031
+ new(encoderShouldEmitUTF8Identifier: boolean, throwOnInvalidBytes: boolean): UTF8Encoding;
1032
1032
  };
1033
1033
 
1034
1034
 
@@ -80,9 +80,9 @@ export interface TextEncoderSettings$instance {
80
80
 
81
81
 
82
82
  export const TextEncoderSettings: {
83
- new(): TextEncoderSettings$instance;
84
- new(other: TextEncoderSettings): TextEncoderSettings$instance;
85
- new(allowedRanges: UnicodeRange[]): TextEncoderSettings$instance;
83
+ new(): TextEncoderSettings;
84
+ new(other: TextEncoderSettings): TextEncoderSettings;
85
+ new(allowedRanges: UnicodeRange[]): TextEncoderSettings;
86
86
  };
87
87
 
88
88
 
@@ -79,7 +79,7 @@ export interface JsonDocumentOptions$instance {
79
79
 
80
80
 
81
81
  export const JsonDocumentOptions: {
82
- new(): JsonDocumentOptions$instance;
82
+ new(): JsonDocumentOptions;
83
83
  };
84
84
 
85
85
 
@@ -141,7 +141,7 @@ export interface JsonElement$instance {
141
141
 
142
142
 
143
143
  export const JsonElement: {
144
- new(): JsonElement$instance;
144
+ new(): JsonElement;
145
145
  deepEquals(element1: JsonElement, element2: JsonElement): boolean;
146
146
  parse(utf8Json: ReadOnlySpan_1<System_Internal.Byte>, options?: JsonDocumentOptions): JsonElement;
147
147
  parse(json: ReadOnlySpan_1<System_Internal.Char>, options?: JsonDocumentOptions): JsonElement;
@@ -163,7 +163,7 @@ export interface JsonElement_ArrayEnumerator$instance extends IDisposable {
163
163
 
164
164
 
165
165
  export const JsonElement_ArrayEnumerator: {
166
- new(): JsonElement_ArrayEnumerator$instance;
166
+ new(): JsonElement_ArrayEnumerator;
167
167
  };
168
168
 
169
169
 
@@ -187,7 +187,7 @@ export interface JsonElement_ObjectEnumerator$instance extends IDisposable {
187
187
 
188
188
 
189
189
  export const JsonElement_ObjectEnumerator: {
190
- new(): JsonElement_ObjectEnumerator$instance;
190
+ new(): JsonElement_ObjectEnumerator;
191
191
  };
192
192
 
193
193
 
@@ -212,7 +212,7 @@ export interface JsonEncodedText$instance {
212
212
 
213
213
 
214
214
  export const JsonEncodedText: {
215
- new(): JsonEncodedText$instance;
215
+ new(): JsonEncodedText;
216
216
  encode(utf8Value: ReadOnlySpan_1<System_Internal.Byte>, encoder?: JavaScriptEncoder): JsonEncodedText;
217
217
  encode(value: ReadOnlySpan_1<System_Internal.Char>, encoder?: JavaScriptEncoder): JsonEncodedText;
218
218
  encode(value: string, encoder?: JavaScriptEncoder): JsonEncodedText;
@@ -241,7 +241,7 @@ export interface JsonProperty$instance {
241
241
 
242
242
 
243
243
  export const JsonProperty: {
244
- new(): JsonProperty$instance;
244
+ new(): JsonProperty;
245
245
  };
246
246
 
247
247
 
@@ -256,7 +256,7 @@ export interface JsonReaderOptions$instance {
256
256
 
257
257
 
258
258
  export const JsonReaderOptions: {
259
- new(): JsonReaderOptions$instance;
259
+ new(): JsonReaderOptions;
260
260
  };
261
261
 
262
262
 
@@ -268,7 +268,7 @@ export interface JsonReaderState$instance {
268
268
 
269
269
 
270
270
  export const JsonReaderState: {
271
- new(options: JsonReaderOptions): JsonReaderState$instance;
271
+ new(options: JsonReaderOptions): JsonReaderState;
272
272
  };
273
273
 
274
274
 
@@ -286,7 +286,7 @@ export interface JsonWriterOptions$instance {
286
286
 
287
287
 
288
288
  export const JsonWriterOptions: {
289
- new(): JsonWriterOptions$instance;
289
+ new(): JsonWriterOptions;
290
290
  };
291
291
 
292
292
 
@@ -349,10 +349,10 @@ export interface Utf8JsonReader$instance {
349
349
 
350
350
 
351
351
  export const Utf8JsonReader: {
352
- new(jsonData: ReadOnlySpan_1<System_Internal.Byte>, isFinalBlock: boolean, state: JsonReaderState): Utf8JsonReader$instance;
353
- new(jsonData: ReadOnlySpan_1<System_Internal.Byte>, options: JsonReaderOptions): Utf8JsonReader$instance;
354
- new(jsonData: ReadOnlySequence_1<System_Internal.Byte>, isFinalBlock: boolean, state: JsonReaderState): Utf8JsonReader$instance;
355
- new(jsonData: ReadOnlySequence_1<System_Internal.Byte>, options: JsonReaderOptions): Utf8JsonReader$instance;
352
+ new(jsonData: ReadOnlySpan_1<System_Internal.Byte>, isFinalBlock: boolean, state: JsonReaderState): Utf8JsonReader;
353
+ new(jsonData: ReadOnlySpan_1<System_Internal.Byte>, options: JsonReaderOptions): Utf8JsonReader;
354
+ new(jsonData: ReadOnlySequence_1<System_Internal.Byte>, isFinalBlock: boolean, state: JsonReaderState): Utf8JsonReader;
355
+ new(jsonData: ReadOnlySequence_1<System_Internal.Byte>, options: JsonReaderOptions): Utf8JsonReader;
356
356
  };
357
357
 
358
358
 
@@ -366,7 +366,7 @@ export interface JsonDocument$instance {
366
366
 
367
367
 
368
368
  export const JsonDocument: {
369
- new(): JsonDocument$instance;
369
+ new(): JsonDocument;
370
370
  parse(utf8Json: ReadOnlySequence_1<System_Internal.Byte>, options?: JsonDocumentOptions): JsonDocument;
371
371
  parse(utf8Json: Stream, options?: JsonDocumentOptions): JsonDocument;
372
372
  parse(utf8Json: ReadOnlyMemory_1<System_Internal.Byte>, options?: JsonDocumentOptions): JsonDocument;
@@ -397,11 +397,11 @@ export interface JsonException$instance extends Exception {
397
397
 
398
398
 
399
399
  export const JsonException: {
400
- new(message: string, path: string, lineNumber: Nullable_1<System_Internal.Int64>, bytePositionInLine: Nullable_1<System_Internal.Int64>, innerException: Exception): JsonException$instance;
401
- new(message: string, path: string, lineNumber: Nullable_1<System_Internal.Int64>, bytePositionInLine: Nullable_1<System_Internal.Int64>): JsonException$instance;
402
- new(message: string, innerException: Exception): JsonException$instance;
403
- new(message: string): JsonException$instance;
404
- new(): JsonException$instance;
400
+ new(message: string, path: string, lineNumber: Nullable_1<System_Internal.Int64>, bytePositionInLine: Nullable_1<System_Internal.Int64>, innerException: Exception): JsonException;
401
+ new(message: string, path: string, lineNumber: Nullable_1<System_Internal.Int64>, bytePositionInLine: Nullable_1<System_Internal.Int64>): JsonException;
402
+ new(message: string, innerException: Exception): JsonException;
403
+ new(message: string): JsonException;
404
+ new(): JsonException;
405
405
  };
406
406
 
407
407
 
@@ -469,9 +469,9 @@ export interface JsonSerializerOptions$instance {
469
469
 
470
470
 
471
471
  export const JsonSerializerOptions: {
472
- new(): JsonSerializerOptions$instance;
473
- new(options: JsonSerializerOptions): JsonSerializerOptions$instance;
474
- new(defaults: JsonSerializerDefaults): JsonSerializerOptions$instance;
472
+ new(): JsonSerializerOptions;
473
+ new(options: JsonSerializerOptions): JsonSerializerOptions;
474
+ new(defaults: JsonSerializerDefaults): JsonSerializerOptions;
475
475
  readonly default_: JsonSerializerOptions;
476
476
  readonly web: JsonSerializerOptions;
477
477
  readonly strict: JsonSerializerOptions;
@@ -607,8 +607,8 @@ export interface Utf8JsonWriter$instance {
607
607
 
608
608
 
609
609
  export const Utf8JsonWriter: {
610
- new(bufferWriter: IBufferWriter_1<System_Internal.Byte>, options: JsonWriterOptions): Utf8JsonWriter$instance;
611
- new(utf8Json: Stream, options: JsonWriterOptions): Utf8JsonWriter$instance;
610
+ new(bufferWriter: IBufferWriter_1<System_Internal.Byte>, options: JsonWriterOptions): Utf8JsonWriter;
611
+ new(utf8Json: Stream, options: JsonWriterOptions): Utf8JsonWriter;
612
612
  };
613
613
 
614
614
 
@@ -27,7 +27,7 @@ export interface JsonNodeOptions$instance {
27
27
 
28
28
 
29
29
  export const JsonNodeOptions: {
30
- new(): JsonNodeOptions$instance;
30
+ new(): JsonNodeOptions;
31
31
  };
32
32
 
33
33
 
@@ -52,11 +52,11 @@ export interface JsonArray$instance extends JsonNode {
52
52
 
53
53
 
54
54
  export const JsonArray: {
55
- new(options: Nullable_1<JsonNodeOptions>): JsonArray$instance;
56
- new(options: JsonNodeOptions, items: JsonNode[]): JsonArray$instance;
57
- new(options: JsonNodeOptions, items: ReadOnlySpan_1<JsonNode>): JsonArray$instance;
58
- new(items: JsonNode[]): JsonArray$instance;
59
- new(items: ReadOnlySpan_1<JsonNode>): JsonArray$instance;
55
+ new(options: Nullable_1<JsonNodeOptions>): JsonArray;
56
+ new(options: JsonNodeOptions, items: JsonNode[]): JsonArray;
57
+ new(options: JsonNodeOptions, items: ReadOnlySpan_1<JsonNode>): JsonArray;
58
+ new(items: JsonNode[]): JsonArray;
59
+ new(items: ReadOnlySpan_1<JsonNode>): JsonArray;
60
60
  create(element: JsonElement, options?: Nullable_1<JsonNodeOptions>): JsonArray;
61
61
  };
62
62
 
@@ -130,8 +130,8 @@ export interface JsonObject$instance extends JsonNode {
130
130
 
131
131
 
132
132
  export const JsonObject: {
133
- new(options: Nullable_1<JsonNodeOptions>): JsonObject$instance;
134
- new(properties: IEnumerable_1<KeyValuePair_2<System_Internal.String, JsonNode>>, options: Nullable_1<JsonNodeOptions>): JsonObject$instance;
133
+ new(options: Nullable_1<JsonNodeOptions>): JsonObject;
134
+ new(properties: IEnumerable_1<KeyValuePair_2<System_Internal.String, JsonNode>>, options: Nullable_1<JsonNodeOptions>): JsonObject;
135
135
  create(element: JsonElement, options?: Nullable_1<JsonNodeOptions>): JsonObject;
136
136
  };
137
137
 
@@ -21,7 +21,7 @@ export interface JsonSchemaExporterContext$instance {
21
21
 
22
22
 
23
23
  export const JsonSchemaExporterContext: {
24
- new(): JsonSchemaExporterContext$instance;
24
+ new(): JsonSchemaExporterContext;
25
25
  };
26
26
 
27
27
 
@@ -34,7 +34,7 @@ export interface JsonSchemaExporterOptions$instance {
34
34
 
35
35
 
36
36
  export const JsonSchemaExporterOptions: {
37
- new(): JsonSchemaExporterOptions$instance;
37
+ new(): JsonSchemaExporterOptions;
38
38
  readonly default_: JsonSchemaExporterOptions;
39
39
  };
40
40
 
@@ -125,7 +125,7 @@ export interface JsonConstructorAttribute$instance extends JsonAttribute {
125
125
 
126
126
 
127
127
  export const JsonConstructorAttribute: {
128
- new(): JsonConstructorAttribute$instance;
128
+ new(): JsonConstructorAttribute;
129
129
  };
130
130
 
131
131
 
@@ -167,7 +167,7 @@ export interface JsonConverterAttribute$instance extends JsonAttribute {
167
167
 
168
168
 
169
169
  export const JsonConverterAttribute: {
170
- new(converterType: Type): JsonConverterAttribute$instance;
170
+ new(converterType: Type): JsonConverterAttribute;
171
171
  };
172
172
 
173
173
 
@@ -192,9 +192,9 @@ export interface JsonDerivedTypeAttribute$instance extends JsonAttribute {
192
192
 
193
193
 
194
194
  export const JsonDerivedTypeAttribute: {
195
- new(derivedType: Type): JsonDerivedTypeAttribute$instance;
196
- new(derivedType: Type, typeDiscriminator: string): JsonDerivedTypeAttribute$instance;
197
- new(derivedType: Type, typeDiscriminator: int): JsonDerivedTypeAttribute$instance;
195
+ new(derivedType: Type): JsonDerivedTypeAttribute;
196
+ new(derivedType: Type, typeDiscriminator: string): JsonDerivedTypeAttribute;
197
+ new(derivedType: Type, typeDiscriminator: int): JsonDerivedTypeAttribute;
198
198
  };
199
199
 
200
200
 
@@ -205,7 +205,7 @@ export interface JsonExtensionDataAttribute$instance extends JsonAttribute {
205
205
 
206
206
 
207
207
  export const JsonExtensionDataAttribute: {
208
- new(): JsonExtensionDataAttribute$instance;
208
+ new(): JsonExtensionDataAttribute;
209
209
  };
210
210
 
211
211
 
@@ -217,7 +217,7 @@ export interface JsonIgnoreAttribute$instance extends JsonAttribute {
217
217
 
218
218
 
219
219
  export const JsonIgnoreAttribute: {
220
- new(): JsonIgnoreAttribute$instance;
220
+ new(): JsonIgnoreAttribute;
221
221
  };
222
222
 
223
223
 
@@ -228,7 +228,7 @@ export interface JsonIncludeAttribute$instance extends JsonAttribute {
228
228
 
229
229
 
230
230
  export const JsonIncludeAttribute: {
231
- new(): JsonIncludeAttribute$instance;
231
+ new(): JsonIncludeAttribute;
232
232
  };
233
233
 
234
234
 
@@ -241,7 +241,7 @@ export interface JsonNumberEnumConverter_1$instance<TEnum extends number> extend
241
241
 
242
242
 
243
243
  export const JsonNumberEnumConverter_1: {
244
- new<TEnum extends number>(): JsonNumberEnumConverter_1$instance<TEnum>;
244
+ new<TEnum extends number>(): JsonNumberEnumConverter_1<TEnum>;
245
245
  };
246
246
 
247
247
 
@@ -253,7 +253,7 @@ export interface JsonNumberHandlingAttribute$instance extends JsonAttribute {
253
253
 
254
254
 
255
255
  export const JsonNumberHandlingAttribute: {
256
- new(handling: JsonNumberHandling): JsonNumberHandlingAttribute$instance;
256
+ new(handling: JsonNumberHandling): JsonNumberHandlingAttribute;
257
257
  };
258
258
 
259
259
 
@@ -265,7 +265,7 @@ export interface JsonObjectCreationHandlingAttribute$instance extends JsonAttrib
265
265
 
266
266
 
267
267
  export const JsonObjectCreationHandlingAttribute: {
268
- new(handling: JsonObjectCreationHandling): JsonObjectCreationHandlingAttribute$instance;
268
+ new(handling: JsonObjectCreationHandling): JsonObjectCreationHandlingAttribute;
269
269
  };
270
270
 
271
271
 
@@ -279,7 +279,7 @@ export interface JsonPolymorphicAttribute$instance extends JsonAttribute {
279
279
 
280
280
 
281
281
  export const JsonPolymorphicAttribute: {
282
- new(): JsonPolymorphicAttribute$instance;
282
+ new(): JsonPolymorphicAttribute;
283
283
  };
284
284
 
285
285
 
@@ -291,7 +291,7 @@ export interface JsonPropertyNameAttribute$instance extends JsonAttribute {
291
291
 
292
292
 
293
293
  export const JsonPropertyNameAttribute: {
294
- new(name: string): JsonPropertyNameAttribute$instance;
294
+ new(name: string): JsonPropertyNameAttribute;
295
295
  };
296
296
 
297
297
 
@@ -303,7 +303,7 @@ export interface JsonPropertyOrderAttribute$instance extends JsonAttribute {
303
303
 
304
304
 
305
305
  export const JsonPropertyOrderAttribute: {
306
- new(order: int): JsonPropertyOrderAttribute$instance;
306
+ new(order: int): JsonPropertyOrderAttribute;
307
307
  };
308
308
 
309
309
 
@@ -314,7 +314,7 @@ export interface JsonRequiredAttribute$instance extends JsonAttribute {
314
314
 
315
315
 
316
316
  export const JsonRequiredAttribute: {
317
- new(): JsonRequiredAttribute$instance;
317
+ new(): JsonRequiredAttribute;
318
318
  };
319
319
 
320
320
 
@@ -327,7 +327,7 @@ export interface JsonSerializableAttribute$instance extends JsonAttribute {
327
327
 
328
328
 
329
329
  export const JsonSerializableAttribute: {
330
- new(type_: Type): JsonSerializableAttribute$instance;
330
+ new(type_: Type): JsonSerializableAttribute;
331
331
  };
332
332
 
333
333
 
@@ -382,8 +382,8 @@ export interface JsonSourceGenerationOptionsAttribute$instance extends JsonAttri
382
382
 
383
383
 
384
384
  export const JsonSourceGenerationOptionsAttribute: {
385
- new(): JsonSourceGenerationOptionsAttribute$instance;
386
- new(defaults: JsonSerializerDefaults): JsonSourceGenerationOptionsAttribute$instance;
385
+ new(): JsonSourceGenerationOptionsAttribute;
386
+ new(defaults: JsonSerializerDefaults): JsonSourceGenerationOptionsAttribute;
387
387
  };
388
388
 
389
389
 
@@ -396,8 +396,8 @@ export interface JsonStringEnumConverter$instance extends JsonConverterFactory {
396
396
 
397
397
 
398
398
  export const JsonStringEnumConverter: {
399
- new(): JsonStringEnumConverter$instance;
400
- new(namingPolicy: JsonNamingPolicy, allowIntegerValues: boolean): JsonStringEnumConverter$instance;
399
+ new(): JsonStringEnumConverter;
400
+ new(namingPolicy: JsonNamingPolicy, allowIntegerValues: boolean): JsonStringEnumConverter;
401
401
  };
402
402
 
403
403
 
@@ -410,8 +410,8 @@ export interface JsonStringEnumConverter_1$instance<TEnum extends number> extend
410
410
 
411
411
 
412
412
  export const JsonStringEnumConverter_1: {
413
- new<TEnum extends number>(): JsonStringEnumConverter_1$instance<TEnum>;
414
- new<TEnum extends number>(namingPolicy: JsonNamingPolicy, allowIntegerValues: boolean): JsonStringEnumConverter_1$instance<TEnum>;
413
+ new<TEnum extends number>(): JsonStringEnumConverter_1<TEnum>;
414
+ new<TEnum extends number>(namingPolicy: JsonNamingPolicy, allowIntegerValues: boolean): JsonStringEnumConverter_1<TEnum>;
415
415
  };
416
416
 
417
417
 
@@ -423,7 +423,7 @@ export interface JsonStringEnumMemberNameAttribute$instance extends Attribute {
423
423
 
424
424
 
425
425
  export const JsonStringEnumMemberNameAttribute: {
426
- new(name: string): JsonStringEnumMemberNameAttribute$instance;
426
+ new(name: string): JsonStringEnumMemberNameAttribute;
427
427
  };
428
428
 
429
429
 
@@ -435,7 +435,7 @@ export interface JsonUnmappedMemberHandlingAttribute$instance extends JsonAttrib
435
435
 
436
436
 
437
437
  export const JsonUnmappedMemberHandlingAttribute: {
438
- new(unmappedMemberHandling: JsonUnmappedMemberHandling): JsonUnmappedMemberHandlingAttribute$instance;
438
+ new(unmappedMemberHandling: JsonUnmappedMemberHandling): JsonUnmappedMemberHandlingAttribute;
439
439
  };
440
440
 
441
441
 
@@ -460,7 +460,7 @@ export interface ReferenceHandler_1$instance<T extends ReferenceResolver> extend
460
460
 
461
461
 
462
462
  export const ReferenceHandler_1: {
463
- new<T extends ReferenceResolver>(): ReferenceHandler_1$instance<T>;
463
+ new<T extends ReferenceResolver>(): ReferenceHandler_1<T>;
464
464
  };
465
465
 
466
466