@tsonic/dotnet 0.8.0 → 0.8.2

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 (137) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +21 -21
  2. package/Microsoft.VisualBasic/internal/index.d.ts +24 -24
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +30 -30
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +16 -16
  5. package/Microsoft.Win32/internal/index.d.ts +12 -12
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/bindings.json +114 -114
  8. package/System/internal/index.d.ts +1277 -1289
  9. package/System/internal/metadata.json +73 -73
  10. package/System.Buffers/internal/index.d.ts +13 -13
  11. package/System.CodeDom.Compiler/internal/index.d.ts +13 -13
  12. package/System.Collections/internal/index.d.ts +66 -68
  13. package/System.Collections.Concurrent/internal/index.d.ts +24 -24
  14. package/System.Collections.Frozen/bindings.json +20 -20
  15. package/System.Collections.Frozen/internal/index.d.ts +10 -10
  16. package/System.Collections.Frozen/internal/metadata.json +10 -10
  17. package/System.Collections.Generic/bindings.json +44 -20
  18. package/System.Collections.Generic/internal/index.d.ts +141 -133
  19. package/System.Collections.Generic/internal/metadata.json +26 -10
  20. package/System.Collections.Immutable/internal/index.d.ts +121 -121
  21. package/System.Collections.ObjectModel/internal/index.d.ts +23 -23
  22. package/System.Collections.Specialized/internal/index.d.ts +85 -87
  23. package/System.ComponentModel/internal/index.d.ts +595 -597
  24. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +105 -105
  25. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +9 -9
  26. package/System.ComponentModel.Design/internal/index.d.ts +90 -90
  27. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +37 -37
  28. package/System.Data/internal/index.d.ts +225 -225
  29. package/System.Data.Common/internal/index.d.ts +62 -62
  30. package/System.Data.SqlTypes/internal/index.d.ts +73 -73
  31. package/System.Diagnostics/internal/index.d.ts +343 -343
  32. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +50 -50
  33. package/System.Diagnostics.Contracts/internal/index.d.ts +20 -20
  34. package/System.Diagnostics.Metrics/internal/index.d.ts +46 -46
  35. package/System.Diagnostics.SymbolStore/internal/index.d.ts +9 -9
  36. package/System.Diagnostics.Tracing/internal/index.d.ts +44 -44
  37. package/System.Drawing/internal/index.d.ts +99 -99
  38. package/System.Dynamic/internal/index.d.ts +33 -33
  39. package/System.Formats.Asn1/internal/index.d.ts +12 -12
  40. package/System.Formats.Tar/internal/index.d.ts +17 -17
  41. package/System.Globalization/internal/index.d.ts +51 -51
  42. package/System.IO/internal/index.d.ts +172 -172
  43. package/System.IO.Compression/internal/index.d.ts +56 -56
  44. package/System.IO.Enumeration/internal/index.d.ts +6 -6
  45. package/System.IO.IsolatedStorage/internal/index.d.ts +17 -17
  46. package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -11
  47. package/System.IO.Pipelines/internal/index.d.ts +13 -13
  48. package/System.IO.Pipes/internal/index.d.ts +32 -32
  49. package/System.Linq/internal/index.d.ts +187 -187
  50. package/System.Linq.Expressions/internal/index.d.ts +203 -203
  51. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
  52. package/System.Net/internal/index.d.ts +218 -220
  53. package/System.Net.Cache/internal/index.d.ts +10 -10
  54. package/System.Net.Http/internal/index.d.ts +89 -89
  55. package/System.Net.Http.Headers/internal/index.d.ts +86 -86
  56. package/System.Net.Http.Json/internal/index.d.ts +59 -59
  57. package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
  58. package/System.Net.Mail/internal/index.d.ts +92 -92
  59. package/System.Net.Mime/internal/index.d.ts +6 -6
  60. package/System.Net.NetworkInformation/internal/index.d.ts +39 -39
  61. package/System.Net.Quic/internal/index.d.ts +13 -13
  62. package/System.Net.Security/internal/index.d.ts +70 -70
  63. package/System.Net.ServerSentEvents/internal/index.d.ts +3 -3
  64. package/System.Net.Sockets/internal/index.d.ts +94 -94
  65. package/System.Net.WebSockets/internal/index.d.ts +46 -46
  66. package/System.Numerics/bindings.json +384 -0
  67. package/System.Numerics/internal/index.d.ts +128 -130
  68. package/System.Numerics/internal/metadata.json +256 -0
  69. package/System.Reflection/internal/index.d.ts +271 -271
  70. package/System.Reflection.Emit/internal/index.d.ts +123 -123
  71. package/System.Reflection.Metadata/bindings.json +48 -0
  72. package/System.Reflection.Metadata/internal/index.d.ts +179 -179
  73. package/System.Reflection.Metadata/internal/metadata.json +32 -0
  74. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +40 -40
  75. package/System.Reflection.PortableExecutable/internal/index.d.ts +26 -26
  76. package/System.Resources/internal/index.d.ts +38 -38
  77. package/System.Runtime/internal/index.d.ts +9 -9
  78. package/System.Runtime.CompilerServices/internal/index.d.ts +168 -168
  79. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  80. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  81. package/System.Runtime.InteropServices/bindings.json +22 -22
  82. package/System.Runtime.InteropServices/internal/index.d.ts +184 -184
  83. package/System.Runtime.InteropServices/internal/metadata.json +13 -13
  84. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +30 -30
  85. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  86. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +50 -50
  87. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +63 -63
  88. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  89. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  90. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  91. package/System.Runtime.Loader/internal/index.d.ts +9 -9
  92. package/System.Runtime.Remoting/internal/index.d.ts +2 -2
  93. package/System.Runtime.Serialization/internal/index.d.ts +113 -115
  94. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +19 -19
  95. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
  96. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -5
  97. package/System.Runtime.Serialization.Json/internal/index.d.ts +28 -28
  98. package/System.Runtime.Versioning/internal/index.d.ts +22 -22
  99. package/System.Security/internal/index.d.ts +63 -63
  100. package/System.Security.AccessControl/internal/index.d.ts +84 -84
  101. package/System.Security.Authentication/internal/index.d.ts +6 -6
  102. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +13 -13
  103. package/System.Security.Claims/internal/index.d.ts +38 -40
  104. package/System.Security.Cryptography/internal/index.d.ts +378 -378
  105. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +172 -172
  106. package/System.Security.Permissions/internal/index.d.ts +1 -1
  107. package/System.Security.Policy/internal/index.d.ts +6 -6
  108. package/System.Security.Principal/internal/index.d.ts +29 -31
  109. package/System.Text/internal/index.d.ts +94 -94
  110. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  111. package/System.Text.Json/internal/index.d.ts +103 -103
  112. package/System.Text.Json.Nodes/internal/index.d.ts +73 -73
  113. package/System.Text.Json.Schema/internal/index.d.ts +7 -7
  114. package/System.Text.Json.Serialization/internal/index.d.ts +34 -34
  115. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +57 -57
  116. package/System.Text.RegularExpressions/internal/index.d.ts +29 -29
  117. package/System.Text.Unicode/internal/index.d.ts +6 -6
  118. package/System.Threading/internal/index.d.ts +160 -160
  119. package/System.Threading.Channels/internal/index.d.ts +12 -12
  120. package/System.Threading.Tasks/internal/index.d.ts +125 -135
  121. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +54 -51
  122. package/System.Threading.Tasks.Sources/internal/index.d.ts +5 -5
  123. package/System.Timers/internal/index.d.ts +8 -8
  124. package/System.Transactions/internal/index.d.ts +51 -51
  125. package/System.Web/internal/index.d.ts +32 -32
  126. package/System.Windows.Input/internal/index.d.ts +2 -2
  127. package/System.Windows.Markup/internal/index.d.ts +2 -2
  128. package/System.Xml/internal/index.d.ts +281 -281
  129. package/System.Xml.Linq/internal/index.d.ts +76 -76
  130. package/System.Xml.Resolvers/internal/index.d.ts +8 -8
  131. package/System.Xml.Schema/internal/index.d.ts +173 -173
  132. package/System.Xml.Serialization/internal/index.d.ts +200 -200
  133. package/System.Xml.XPath/internal/index.d.ts +28 -28
  134. package/System.Xml.Xsl/internal/index.d.ts +53 -53
  135. package/System.Xml.Xsl.Runtime/internal/index.d.ts +72 -72
  136. package/__internal/extensions/index.d.ts +415 -414
  137. package/package.json +1 -1
@@ -6239,7 +6239,7 @@
6239
6239
  {
6240
6240
  "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.MidpointRounding):TSelf",
6241
6241
  "clrName": "Round",
6242
- "tsEmitName": "round$view3",
6242
+ "tsEmitName": "round$view2",
6243
6243
  "normalizedSignature": "Round|(TSelf,System.MidpointRounding):TSelf|static=false",
6244
6244
  "provenance": "ExplicitView",
6245
6245
  "emitScope": "ViewOnly",
@@ -6652,10 +6652,10 @@
6652
6652
  "isExtensionMethod": false
6653
6653
  },
6654
6654
  {
6655
- "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Ceiling(TSelf):TSelf",
6656
- "clrName": "Ceiling",
6657
- "tsEmitName": "ceiling$view",
6658
- "normalizedSignature": "Ceiling|(TSelf):TSelf|static=false",
6655
+ "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
6656
+ "clrName": "Round",
6657
+ "tsEmitName": "round$view",
6658
+ "normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=false",
6659
6659
  "provenance": "ExplicitView",
6660
6660
  "emitScope": "ViewOnly",
6661
6661
  "isStatic": false,
@@ -6664,15 +6664,15 @@
6664
6664
  "isOverride": false,
6665
6665
  "isSealed": false,
6666
6666
  "arity": 0,
6667
- "parameterCount": 1,
6668
- "sourceInterface": "System.Numerics.INumberBase\u00601",
6667
+ "parameterCount": 2,
6668
+ "sourceInterface": "System.Numerics.IRootFunctions\u00601",
6669
6669
  "isExtensionMethod": false
6670
6670
  },
6671
6671
  {
6672
- "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
6673
- "clrName": "Round",
6674
- "tsEmitName": "round$view2",
6675
- "normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=false",
6672
+ "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Ceiling(TSelf):TSelf",
6673
+ "clrName": "Ceiling",
6674
+ "tsEmitName": "ceiling$view",
6675
+ "normalizedSignature": "Ceiling|(TSelf):TSelf|static=false",
6676
6676
  "provenance": "ExplicitView",
6677
6677
  "emitScope": "ViewOnly",
6678
6678
  "isStatic": false,
@@ -6681,8 +6681,8 @@
6681
6681
  "isOverride": false,
6682
6682
  "isSealed": false,
6683
6683
  "arity": 0,
6684
- "parameterCount": 2,
6685
- "sourceInterface": "System.Numerics.IFloatingPoint\u00601",
6684
+ "parameterCount": 1,
6685
+ "sourceInterface": "System.Numerics.INumberBase\u00601",
6686
6686
  "isExtensionMethod": false
6687
6687
  },
6688
6688
  {
@@ -221,7 +221,7 @@ export type IAdviseSink = IAdviseSink$instance;
221
221
 
222
222
  export interface IBindCtx$instance {
223
223
  enumObjectParam(ppenum: IEnumString): void;
224
- getObjectParam(pszKey: string, ppunk: unknown): void;
224
+ getObjectParam(pszKey: string, ppunk: unknown | undefined): void;
225
225
  getRunningObjectTable(pprot: IRunningObjectTable): void;
226
226
  registerObjectBound(punk: unknown): void;
227
227
  registerObjectParam(pszKey: string, punk: unknown): void;
@@ -328,7 +328,7 @@ export type IEnumString = IEnumString$instance;
328
328
 
329
329
  export interface IEnumVARIANT$instance {
330
330
  clone(): IEnumVARIANT;
331
- next(celt: int, rgVar: unknown[], pceltFetched: nint): int;
331
+ next(celt: int, rgVar: (unknown | undefined)[], pceltFetched: nint): int;
332
332
  reset(): int;
333
333
  skip(celt: int): int;
334
334
  }
@@ -337,14 +337,14 @@ export interface IEnumVARIANT$instance {
337
337
  export type IEnumVARIANT = IEnumVARIANT$instance;
338
338
 
339
339
  export interface IMoniker$instance {
340
- bindToObject(pbc: IBindCtx, pmkToLeft: IMoniker, riidResult: Guid, ppvResult: unknown): void;
341
- commonPrefixWith(pmkOther: IMoniker, ppmkPrefix: IMoniker): void;
342
- composeWith(pmkRight: IMoniker, fOnlyIfNotGeneric: boolean, ppmkComposite: IMoniker): void;
340
+ bindToObject(pbc: IBindCtx, pmkToLeft: IMoniker | undefined, riidResult: Guid, ppvResult: unknown): void;
341
+ commonPrefixWith(pmkOther: IMoniker, ppmkPrefix: IMoniker | undefined): void;
342
+ composeWith(pmkRight: IMoniker, fOnlyIfNotGeneric: boolean, ppmkComposite: IMoniker | undefined): void;
343
343
  enum_(fForward: boolean, ppenumMoniker: IEnumMoniker): void;
344
344
  getClassID(pClassID: Guid): void;
345
- getDisplayName(pbc: IBindCtx, pmkToLeft: IMoniker, ppszDisplayName: string): void;
345
+ getDisplayName(pbc: IBindCtx, pmkToLeft: IMoniker | undefined, ppszDisplayName: string): void;
346
346
  getSizeMax(pcbSize: long): void;
347
- getTimeOfLastChange(pbc: IBindCtx, pmkToLeft: IMoniker, pFileTime: FILETIME): void;
347
+ getTimeOfLastChange(pbc: IBindCtx, pmkToLeft: IMoniker | undefined, pFileTime: FILETIME): void;
348
348
  hash(pdwHash: int): void;
349
349
  inverse(ppmk: IMoniker): void;
350
350
  isDirty(): int;
@@ -410,7 +410,7 @@ export type ITypeComp = ITypeComp$instance;
410
410
 
411
411
  export interface ITypeInfo$instance {
412
412
  addressOfMember(memid: int, invKind: INVOKEKIND, ppv: nint): void;
413
- createInstance(pUnkOuter: unknown, riid: Guid, ppvObj: unknown): void;
413
+ createInstance(pUnkOuter: unknown | undefined, riid: Guid, ppvObj: unknown): void;
414
414
  getContainingTypeLib(ppTLB: ITypeLib, pIndex: int): void;
415
415
  getDllEntry(memid: int, invKind: INVOKEKIND, pBstrDllName: nint, pBstrName: nint, pwOrdinal: nint): void;
416
416
  getDocumentation(index: int, strName: string, strDocString: string, dwHelpContext: int, strHelpFile: string): void;
@@ -432,7 +432,7 @@ export type ITypeInfo = ITypeInfo$instance;
432
432
 
433
433
  export interface ITypeInfo2$instance extends ITypeInfo {
434
434
  addressOfMember(memid: int, invKind: INVOKEKIND, ppv: nint): void;
435
- createInstance(pUnkOuter: unknown, riid: Guid, ppvObj: unknown): void;
435
+ createInstance(pUnkOuter: unknown | undefined, riid: Guid, ppvObj: unknown): void;
436
436
  getAllFuncCustData(index: int, pCustData: nint): void;
437
437
  getAllParamCustData(indexFunc: int, indexParam: int, pCustData: nint): void;
438
438
  getContainingTypeLib(ppTLB: ITypeLib, pIndex: int): void;
@@ -509,7 +509,7 @@ export interface BIND_OPTS$instance {
509
509
 
510
510
 
511
511
  export const BIND_OPTS: {
512
- new(): BIND_OPTS$instance;
512
+ new(): BIND_OPTS;
513
513
  };
514
514
 
515
515
 
@@ -523,7 +523,7 @@ export interface BINDPTR$instance {
523
523
 
524
524
 
525
525
  export const BINDPTR: {
526
- new(): BINDPTR$instance;
526
+ new(): BINDPTR;
527
527
  };
528
528
 
529
529
 
@@ -536,7 +536,7 @@ export interface CONNECTDATA$instance {
536
536
 
537
537
 
538
538
  export const CONNECTDATA: {
539
- new(): CONNECTDATA$instance;
539
+ new(): CONNECTDATA;
540
540
  };
541
541
 
542
542
 
@@ -551,7 +551,7 @@ export interface DISPPARAMS$instance {
551
551
 
552
552
 
553
553
  export const DISPPARAMS: {
554
- new(): DISPPARAMS$instance;
554
+ new(): DISPPARAMS;
555
555
  };
556
556
 
557
557
 
@@ -564,7 +564,7 @@ export interface ELEMDESC$instance {
564
564
 
565
565
 
566
566
  export const ELEMDESC: {
567
- new(): ELEMDESC$instance;
567
+ new(): ELEMDESC;
568
568
  };
569
569
 
570
570
 
@@ -577,7 +577,7 @@ export interface ELEMDESC_DESCUNION$instance {
577
577
 
578
578
 
579
579
  export const ELEMDESC_DESCUNION: {
580
- new(): ELEMDESC_DESCUNION$instance;
580
+ new(): ELEMDESC_DESCUNION;
581
581
  };
582
582
 
583
583
 
@@ -597,7 +597,7 @@ export interface EXCEPINFO$instance {
597
597
 
598
598
 
599
599
  export const EXCEPINFO: {
600
- new(): EXCEPINFO$instance;
600
+ new(): EXCEPINFO;
601
601
  };
602
602
 
603
603
 
@@ -610,7 +610,7 @@ export interface FILETIME$instance {
610
610
 
611
611
 
612
612
  export const FILETIME: {
613
- new(): FILETIME$instance;
613
+ new(): FILETIME;
614
614
  };
615
615
 
616
616
 
@@ -626,7 +626,7 @@ export interface FORMATETC$instance {
626
626
 
627
627
 
628
628
  export const FORMATETC: {
629
- new(): FORMATETC$instance;
629
+ new(): FORMATETC;
630
630
  };
631
631
 
632
632
 
@@ -649,7 +649,7 @@ export interface FUNCDESC$instance {
649
649
 
650
650
 
651
651
  export const FUNCDESC: {
652
- new(): FUNCDESC$instance;
652
+ new(): FUNCDESC;
653
653
  };
654
654
 
655
655
 
@@ -662,7 +662,7 @@ export interface IDLDESC$instance {
662
662
 
663
663
 
664
664
  export const IDLDESC: {
665
- new(): IDLDESC$instance;
665
+ new(): IDLDESC;
666
666
  };
667
667
 
668
668
 
@@ -675,7 +675,7 @@ export interface PARAMDESC$instance {
675
675
 
676
676
 
677
677
  export const PARAMDESC: {
678
- new(): PARAMDESC$instance;
678
+ new(): PARAMDESC;
679
679
  };
680
680
 
681
681
 
@@ -690,7 +690,7 @@ export interface STATDATA$instance {
690
690
 
691
691
 
692
692
  export const STATDATA: {
693
- new(): STATDATA$instance;
693
+ new(): STATDATA;
694
694
  };
695
695
 
696
696
 
@@ -712,7 +712,7 @@ export interface STATSTG$instance {
712
712
 
713
713
 
714
714
  export const STATSTG: {
715
- new(): STATSTG$instance;
715
+ new(): STATSTG;
716
716
  };
717
717
 
718
718
 
@@ -721,12 +721,12 @@ export type STATSTG = STATSTG$instance;
721
721
  export interface STGMEDIUM$instance {
722
722
  tymed: TYMED;
723
723
  unionmember: nint;
724
- pUnkForRelease: unknown;
724
+ pUnkForRelease: unknown | undefined;
725
725
  }
726
726
 
727
727
 
728
728
  export const STGMEDIUM: {
729
- new(): STGMEDIUM$instance;
729
+ new(): STGMEDIUM;
730
730
  };
731
731
 
732
732
 
@@ -755,7 +755,7 @@ export interface TYPEATTR$instance {
755
755
 
756
756
 
757
757
  export const TYPEATTR: {
758
- new(): TYPEATTR$instance;
758
+ new(): TYPEATTR;
759
759
  readonly MEMBER_ID_NIL: int;
760
760
  };
761
761
 
@@ -769,7 +769,7 @@ export interface TYPEDESC$instance {
769
769
 
770
770
 
771
771
  export const TYPEDESC: {
772
- new(): TYPEDESC$instance;
772
+ new(): TYPEDESC;
773
773
  };
774
774
 
775
775
 
@@ -786,7 +786,7 @@ export interface TYPELIBATTR$instance {
786
786
 
787
787
 
788
788
  export const TYPELIBATTR: {
789
- new(): TYPELIBATTR$instance;
789
+ new(): TYPELIBATTR;
790
790
  };
791
791
 
792
792
 
@@ -803,7 +803,7 @@ export interface VARDESC$instance {
803
803
 
804
804
 
805
805
  export const VARDESC: {
806
- new(): VARDESC$instance;
806
+ new(): VARDESC;
807
807
  };
808
808
 
809
809
 
@@ -816,7 +816,7 @@ export interface VARDESC_DESCUNION$instance {
816
816
 
817
817
 
818
818
  export const VARDESC_DESCUNION: {
819
- new(): VARDESC_DESCUNION$instance;
819
+ new(): VARDESC_DESCUNION;
820
820
  };
821
821
 
822
822
 
@@ -20,7 +20,7 @@ export interface ComponentCrossReference$instance {
20
20
 
21
21
 
22
22
  export const ComponentCrossReference: {
23
- new(): ComponentCrossReference$instance;
23
+ new(): ComponentCrossReference;
24
24
  };
25
25
 
26
26
 
@@ -35,7 +35,7 @@ export interface MarkCrossReferencesArgs$instance {
35
35
 
36
36
 
37
37
  export const MarkCrossReferencesArgs: {
38
- new(): MarkCrossReferencesArgs$instance;
38
+ new(): MarkCrossReferencesArgs;
39
39
  };
40
40
 
41
41
 
@@ -48,7 +48,7 @@ export interface StronglyConnectedComponent$instance {
48
48
 
49
49
 
50
50
  export const StronglyConnectedComponent: {
51
- new(): StronglyConnectedComponent$instance;
51
+ new(): StronglyConnectedComponent;
52
52
  };
53
53
 
54
54
 
@@ -59,15 +59,15 @@ export interface JSMarshalerArgument$instance {
59
59
  toJS(value: JSObject): void;
60
60
  toJS(value: JSObject[]): void;
61
61
  toJS(value: Task): void;
62
- toJS<T>(value: Task_1<T>, marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T>): void;
62
+ toJS<T>(value: Task_1<T> | undefined, marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T>): void;
63
63
  toJS(value: Action): void;
64
- toJS<T>(value: Action_1<T>, arg1Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T>): void;
65
- toJS<T1, T2>(value: Action_2<T1, T2>, arg1Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T2>): void;
66
- toJS<T1, T2, T3>(value: Action_3<T1, T2, T3>, arg1Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T2>, arg3Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T3>): void;
67
- toJS<TResult>(value: Func_1<TResult>, resMarshaler: JSMarshalerArgument_ArgumentToJSCallback_1<TResult>): void;
68
- toJS<T, TResult>(value: Func_2<T, TResult>, arg1Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T>, resMarshaler: JSMarshalerArgument_ArgumentToJSCallback_1<TResult>): void;
69
- toJS<T1, T2, TResult>(value: Func_3<T1, T2, TResult>, arg1Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T2>, resMarshaler: JSMarshalerArgument_ArgumentToJSCallback_1<TResult>): void;
70
- toJS<T1, T2, T3, TResult>(value: Func_4<T1, T2, T3, TResult>, arg1Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T2>, arg3Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T3>, resMarshaler: JSMarshalerArgument_ArgumentToJSCallback_1<TResult>): void;
64
+ toJS<T>(value: Action_1<T> | undefined, arg1Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T>): void;
65
+ toJS<T1, T2>(value: Action_2<T1, T2> | undefined, arg1Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T2>): void;
66
+ toJS<T1, T2, T3>(value: Action_3<T1, T2, T3> | undefined, arg1Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T2>, arg3Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T3>): void;
67
+ toJS<TResult>(value: Func_1<TResult> | undefined, resMarshaler: JSMarshalerArgument_ArgumentToJSCallback_1<TResult>): void;
68
+ toJS<T, TResult>(value: Func_2<T, TResult> | undefined, arg1Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T>, resMarshaler: JSMarshalerArgument_ArgumentToJSCallback_1<TResult>): void;
69
+ toJS<T1, T2, TResult>(value: Func_3<T1, T2, TResult> | undefined, arg1Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T2>, resMarshaler: JSMarshalerArgument_ArgumentToJSCallback_1<TResult>): void;
70
+ toJS<T1, T2, T3, TResult>(value: Func_4<T1, T2, T3, TResult> | undefined, arg1Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T2>, arg3Marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T3>, resMarshaler: JSMarshalerArgument_ArgumentToJSCallback_1<TResult>): void;
71
71
  toJS(value: ptr<void>): void;
72
72
  toJS(value: Span_1<System_Internal.Byte>): void;
73
73
  toJS(value: ArraySegment_1<System_Internal.Byte>): void;
@@ -110,15 +110,15 @@ export interface JSMarshalerArgument$instance {
110
110
  toManaged(value: JSObject): void;
111
111
  toManaged(value: JSObject[]): void;
112
112
  toManaged(value: Task): void;
113
- toManaged<T>(value: Task_1<T>, marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T>): void;
113
+ toManaged<T>(value: Task_1<T> | undefined, marshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<T>): void;
114
114
  toManaged(value: Action): void;
115
- toManaged<T>(value: Action_1<T>, arg1Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T>): void;
116
- toManaged<T1, T2>(value: Action_2<T1, T2>, arg1Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T2>): void;
117
- toManaged<T1, T2, T3>(value: Action_3<T1, T2, T3>, arg1Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T2>, arg3Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T3>): void;
118
- toManaged<TResult>(value: Func_1<TResult>, resMarshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<TResult>): void;
119
- toManaged<T, TResult>(value: Func_2<T, TResult>, arg1Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T>, resMarshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<TResult>): void;
120
- toManaged<T1, T2, TResult>(value: Func_3<T1, T2, TResult>, arg1Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T2>, resMarshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<TResult>): void;
121
- toManaged<T1, T2, T3, TResult>(value: Func_4<T1, T2, T3, TResult>, arg1Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T2>, arg3Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T3>, resMarshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<TResult>): void;
115
+ toManaged<T>(value: Action_1<T> | undefined, arg1Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T>): void;
116
+ toManaged<T1, T2>(value: Action_2<T1, T2> | undefined, arg1Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T2>): void;
117
+ toManaged<T1, T2, T3>(value: Action_3<T1, T2, T3> | undefined, arg1Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T2>, arg3Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T3>): void;
118
+ toManaged<TResult>(value: Func_1<TResult> | undefined, resMarshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<TResult>): void;
119
+ toManaged<T, TResult>(value: Func_2<T, TResult> | undefined, arg1Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T>, resMarshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<TResult>): void;
120
+ toManaged<T1, T2, TResult>(value: Func_3<T1, T2, TResult> | undefined, arg1Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T2>, resMarshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<TResult>): void;
121
+ toManaged<T1, T2, T3, TResult>(value: Func_4<T1, T2, T3, TResult> | undefined, arg1Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T1>, arg2Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T2>, arg3Marshaler: JSMarshalerArgument_ArgumentToJSCallback_1<T3>, resMarshaler: JSMarshalerArgument_ArgumentToManagedCallback_1<TResult>): void;
122
122
  toManaged(value: ptr<void>): void;
123
123
  toManaged(value: Span_1<System_Internal.Byte>): void;
124
124
  toManaged(value: ArraySegment_1<System_Internal.Byte>): void;
@@ -132,19 +132,19 @@ export interface JSMarshalerArgument$instance {
132
132
 
133
133
 
134
134
  export const JSMarshalerArgument: {
135
- new(): JSMarshalerArgument$instance;
135
+ new(): JSMarshalerArgument;
136
136
  };
137
137
 
138
138
 
139
139
  export type JSMarshalerArgument = JSMarshalerArgument$instance;
140
140
 
141
141
  export interface JSException$instance extends Exception {
142
- getObjectData(info: SerializationInfo, context: StreamingContext): void;
142
+ getObjectData(info: SerializationInfo | undefined, context: StreamingContext): void;
143
143
  }
144
144
 
145
145
 
146
146
  export const JSException: {
147
- new(msg: string): JSException$instance;
147
+ new(msg: string): JSException;
148
148
  };
149
149
 
150
150
 
@@ -160,7 +160,7 @@ export interface JSExportAttribute$instance extends Attribute {
160
160
 
161
161
 
162
162
  export const JSExportAttribute: {
163
- new(): JSExportAttribute$instance;
163
+ new(): JSExportAttribute;
164
164
  };
165
165
 
166
166
 
@@ -171,7 +171,7 @@ export interface JSFunctionBinding$instance {
171
171
 
172
172
 
173
173
  export const JSFunctionBinding: {
174
- new(): JSFunctionBinding$instance;
174
+ new(): JSFunctionBinding;
175
175
  bindJSFunction(functionName: string, moduleName: string, signatures: ReadOnlySpan_1<JSMarshalerType>): JSFunctionBinding;
176
176
  bindManagedFunction(fullyQualifiedName: string, signatureHash: int, signatures: ReadOnlySpan_1<JSMarshalerType>): JSFunctionBinding;
177
177
  invokeJS(signature: JSFunctionBinding, arguments: Span_1<JSMarshalerArgument>): void;
@@ -187,8 +187,8 @@ export interface JSImportAttribute$instance extends Attribute {
187
187
 
188
188
 
189
189
  export const JSImportAttribute: {
190
- new(functionName: string): JSImportAttribute$instance;
191
- new(functionName: string, moduleName: string): JSImportAttribute$instance;
190
+ new(functionName: string): JSImportAttribute;
191
+ new(functionName: string, moduleName: string): JSImportAttribute;
192
192
  };
193
193
 
194
194
 
@@ -199,7 +199,7 @@ export interface JSMarshalAsAttribute_1$instance<T extends JSType> extends Attri
199
199
 
200
200
 
201
201
  export const JSMarshalAsAttribute_1: {
202
- new<T extends JSType>(): JSMarshalAsAttribute_1$instance<T>;
202
+ new<T extends JSType>(): JSMarshalAsAttribute_1<T>;
203
203
  };
204
204
 
205
205
 
@@ -210,7 +210,7 @@ export interface JSMarshalerType$instance {
210
210
 
211
211
 
212
212
  export const JSMarshalerType: {
213
- new(): JSMarshalerType$instance;
213
+ new(): JSMarshalerType;
214
214
  readonly void_: JSMarshalerType;
215
215
  readonly discard: JSMarshalerType;
216
216
  readonly boolean_: JSMarshalerType;
@@ -252,24 +252,24 @@ export interface JSObject$instance {
252
252
  readonly isDisposed: boolean;
253
253
  dispose(): void;
254
254
  getPropertyAsBoolean(propertyName: string): boolean;
255
- getPropertyAsByteArray(propertyName: string): byte[];
255
+ getPropertyAsByteArray(propertyName: string): byte[] | undefined;
256
256
  getPropertyAsDouble(propertyName: string): double;
257
257
  getPropertyAsInt32(propertyName: string): int;
258
- getPropertyAsJSObject(propertyName: string): JSObject;
259
- getPropertyAsString(propertyName: string): string;
258
+ getPropertyAsJSObject(propertyName: string): JSObject | undefined;
259
+ getPropertyAsString(propertyName: string): string | undefined;
260
260
  getTypeOfProperty(propertyName: string): string;
261
261
  hasProperty(propertyName: string): boolean;
262
262
  setProperty(propertyName: string, value: boolean): void;
263
263
  setProperty(propertyName: string, value: int): void;
264
264
  setProperty(propertyName: string, value: double): void;
265
- setProperty(propertyName: string, value: string): void;
266
- setProperty(propertyName: string, value: JSObject): void;
267
- setProperty(propertyName: string, value: byte[]): void;
265
+ setProperty(propertyName: string, value: string | undefined): void;
266
+ setProperty(propertyName: string, value: JSObject | undefined): void;
267
+ setProperty(propertyName: string, value: byte[] | undefined): void;
268
268
  }
269
269
 
270
270
 
271
271
  export const JSObject: {
272
- new(): JSObject$instance;
272
+ new(): JSObject;
273
273
  };
274
274
 
275
275
 
@@ -297,7 +297,7 @@ export interface JSType_Any$instance extends JSType {
297
297
 
298
298
 
299
299
  export const JSType_Any: {
300
- new(): JSType_Any$instance;
300
+ new(): JSType_Any;
301
301
  };
302
302
 
303
303
 
@@ -308,7 +308,7 @@ export interface JSType_Array_1$instance<T extends JSType> extends JSType {
308
308
 
309
309
 
310
310
  export const JSType_Array_1: {
311
- new<T extends JSType>(): JSType_Array_1$instance<T>;
311
+ new<T extends JSType>(): JSType_Array_1<T>;
312
312
  };
313
313
 
314
314
 
@@ -319,7 +319,7 @@ export interface JSType_BigInt$instance extends JSType {
319
319
 
320
320
 
321
321
  export const JSType_BigInt: {
322
- new(): JSType_BigInt$instance;
322
+ new(): JSType_BigInt;
323
323
  };
324
324
 
325
325
 
@@ -330,7 +330,7 @@ export interface JSType_Boolean$instance extends JSType {
330
330
 
331
331
 
332
332
  export const JSType_Boolean: {
333
- new(): JSType_Boolean$instance;
333
+ new(): JSType_Boolean;
334
334
  };
335
335
 
336
336
 
@@ -341,7 +341,7 @@ export interface JSType_Date$instance extends JSType {
341
341
 
342
342
 
343
343
  export const JSType_Date: {
344
- new(): JSType_Date$instance;
344
+ new(): JSType_Date;
345
345
  };
346
346
 
347
347
 
@@ -352,7 +352,7 @@ export interface JSType_Discard$instance extends JSType {
352
352
 
353
353
 
354
354
  export const JSType_Discard: {
355
- new(): JSType_Discard$instance;
355
+ new(): JSType_Discard;
356
356
  };
357
357
 
358
358
 
@@ -363,7 +363,7 @@ export interface JSType_Error$instance extends JSType {
363
363
 
364
364
 
365
365
  export const JSType_Error: {
366
- new(): JSType_Error$instance;
366
+ new(): JSType_Error;
367
367
  };
368
368
 
369
369
 
@@ -374,7 +374,7 @@ export interface JSType_Function$instance extends JSType {
374
374
 
375
375
 
376
376
  export const JSType_Function: {
377
- new(): JSType_Function$instance;
377
+ new(): JSType_Function;
378
378
  };
379
379
 
380
380
 
@@ -385,7 +385,7 @@ export interface JSType_Function_1$instance<T extends JSType> extends JSType {
385
385
 
386
386
 
387
387
  export const JSType_Function_1: {
388
- new<T extends JSType>(): JSType_Function_1$instance<T>;
388
+ new<T extends JSType>(): JSType_Function_1<T>;
389
389
  };
390
390
 
391
391
 
@@ -396,7 +396,7 @@ export interface JSType_Function_2$instance<T1 extends JSType, T2 extends JSType
396
396
 
397
397
 
398
398
  export const JSType_Function_2: {
399
- new<T1 extends JSType, T2 extends JSType>(): JSType_Function_2$instance<T1, T2>;
399
+ new<T1 extends JSType, T2 extends JSType>(): JSType_Function_2<T1, T2>;
400
400
  };
401
401
 
402
402
 
@@ -407,7 +407,7 @@ export interface JSType_Function_3$instance<T1 extends JSType, T2 extends JSType
407
407
 
408
408
 
409
409
  export const JSType_Function_3: {
410
- new<T1 extends JSType, T2 extends JSType, T3 extends JSType>(): JSType_Function_3$instance<T1, T2, T3>;
410
+ new<T1 extends JSType, T2 extends JSType, T3 extends JSType>(): JSType_Function_3<T1, T2, T3>;
411
411
  };
412
412
 
413
413
 
@@ -418,7 +418,7 @@ export interface JSType_Function_4$instance<T1 extends JSType, T2 extends JSType
418
418
 
419
419
 
420
420
  export const JSType_Function_4: {
421
- new<T1 extends JSType, T2 extends JSType, T3 extends JSType, T4 extends JSType>(): JSType_Function_4$instance<T1, T2, T3, T4>;
421
+ new<T1 extends JSType, T2 extends JSType, T3 extends JSType, T4 extends JSType>(): JSType_Function_4<T1, T2, T3, T4>;
422
422
  };
423
423
 
424
424
 
@@ -429,7 +429,7 @@ export interface JSType_MemoryView$instance extends JSType {
429
429
 
430
430
 
431
431
  export const JSType_MemoryView: {
432
- new(): JSType_MemoryView$instance;
432
+ new(): JSType_MemoryView;
433
433
  };
434
434
 
435
435
 
@@ -440,7 +440,7 @@ export interface JSType_Number$instance extends JSType {
440
440
 
441
441
 
442
442
  export const JSType_Number: {
443
- new(): JSType_Number$instance;
443
+ new(): JSType_Number;
444
444
  };
445
445
 
446
446
 
@@ -451,7 +451,7 @@ export interface JSType_Object$instance extends JSType {
451
451
 
452
452
 
453
453
  export const JSType_Object: {
454
- new(): JSType_Object$instance;
454
+ new(): JSType_Object;
455
455
  };
456
456
 
457
457
 
@@ -462,7 +462,7 @@ export interface JSType_Promise_1$instance<T extends JSType> extends JSType {
462
462
 
463
463
 
464
464
  export const JSType_Promise_1: {
465
- new<T extends JSType>(): JSType_Promise_1$instance<T>;
465
+ new<T extends JSType>(): JSType_Promise_1<T>;
466
466
  };
467
467
 
468
468
 
@@ -473,7 +473,7 @@ export interface JSType_String$instance extends JSType {
473
473
 
474
474
 
475
475
  export const JSType_String: {
476
- new(): JSType_String$instance;
476
+ new(): JSType_String;
477
477
  };
478
478
 
479
479
 
@@ -484,7 +484,7 @@ export interface JSType_Void$instance extends JSType {
484
484
 
485
485
 
486
486
  export const JSType_Void: {
487
- new(): JSType_Void$instance;
487
+ new(): JSType_Void;
488
488
  };
489
489
 
490
490