@tsonic/dotnet 0.4.0 → 0.5.0

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 (130) hide show
  1. package/Internal/index.d.ts +2 -2
  2. package/Microsoft.CSharp.RuntimeBinder/index.d.ts +6 -6
  3. package/Microsoft.VisualBasic/index.d.ts +36 -36
  4. package/Microsoft.VisualBasic.CompilerServices/index.d.ts +29 -29
  5. package/Microsoft.VisualBasic.FileIO/index.d.ts +10 -10
  6. package/Microsoft.Win32/index.d.ts +8 -8
  7. package/Microsoft.Win32.SafeHandles/index.d.ts +17 -17
  8. package/System/index.d.ts +291 -291
  9. package/System.Buffers/index.d.ts +27 -27
  10. package/System.Buffers.Binary/index.d.ts +1 -1
  11. package/System.Buffers.Text/index.d.ts +4 -4
  12. package/System.CodeDom.Compiler/index.d.ts +2 -2
  13. package/System.Collections/index.d.ts +15 -15
  14. package/System.Collections.Concurrent/index.d.ts +17 -17
  15. package/System.Collections.Frozen/index.d.ts +10 -10
  16. package/System.Collections.Generic/index.d.ts +80 -80
  17. package/System.Collections.Immutable/index.d.ts +39 -39
  18. package/System.Collections.ObjectModel/index.d.ts +17 -17
  19. package/System.Collections.Specialized/index.d.ts +16 -16
  20. package/System.ComponentModel/index.d.ts +160 -160
  21. package/System.ComponentModel.DataAnnotations/index.d.ts +38 -38
  22. package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +8 -8
  23. package/System.ComponentModel.Design/index.d.ts +35 -35
  24. package/System.ComponentModel.Design.Serialization/index.d.ts +12 -12
  25. package/System.Configuration.Assemblies/index.d.ts +2 -2
  26. package/System.Data/index.d.ts +98 -98
  27. package/System.Data.Common/index.d.ts +37 -37
  28. package/System.Data.SqlTypes/index.d.ts +23 -23
  29. package/System.Diagnostics/index.d.ts +97 -97
  30. package/System.Diagnostics.CodeAnalysis/index.d.ts +27 -27
  31. package/System.Diagnostics.Contracts/index.d.ts +15 -15
  32. package/System.Diagnostics.Metrics/index.d.ts +29 -29
  33. package/System.Diagnostics.SymbolStore/index.d.ts +5 -5
  34. package/System.Diagnostics.Tracing/index.d.ts +31 -31
  35. package/System.Drawing/index.d.ts +15 -15
  36. package/System.Dynamic/index.d.ts +18 -18
  37. package/System.Formats.Asn1/index.d.ts +10 -10
  38. package/System.Formats.Tar/index.d.ts +12 -12
  39. package/System.Globalization/index.d.ts +42 -42
  40. package/System.IO/index.d.ts +56 -56
  41. package/System.IO.Compression/index.d.ts +17 -17
  42. package/System.IO.Enumeration/index.d.ts +8 -8
  43. package/System.IO.IsolatedStorage/index.d.ts +5 -5
  44. package/System.IO.MemoryMappedFiles/index.d.ts +6 -6
  45. package/System.IO.Pipelines/index.d.ts +10 -10
  46. package/System.IO.Pipes/index.d.ts +16 -16
  47. package/System.Linq/index.d.ts +20 -20
  48. package/System.Linq.Expressions/index.d.ts +42 -42
  49. package/System.Linq.Expressions.Interpreter/index.d.ts +1 -1
  50. package/System.Net/index.d.ts +83 -83
  51. package/System.Net.Cache/index.d.ts +5 -5
  52. package/System.Net.Http/index.d.ts +33 -33
  53. package/System.Net.Http.Headers/index.d.ts +30 -30
  54. package/System.Net.Http.Json/index.d.ts +3 -3
  55. package/System.Net.Http.Metrics/index.d.ts +1 -1
  56. package/System.Net.Mail/index.d.ts +20 -20
  57. package/System.Net.Mime/index.d.ts +10 -10
  58. package/System.Net.NetworkInformation/index.d.ts +44 -44
  59. package/System.Net.Quic/index.d.ts +13 -13
  60. package/System.Net.Security/index.d.ts +23 -23
  61. package/System.Net.ServerSentEvents/index.d.ts +8 -8
  62. package/System.Net.Sockets/index.d.ts +34 -34
  63. package/System.Net.WebSockets/index.d.ts +16 -16
  64. package/System.Numerics/index.d.ts +15 -15
  65. package/System.Reflection/index.d.ts +101 -101
  66. package/System.Reflection.Emit/index.d.ts +28 -28
  67. package/System.Reflection.Metadata/index.d.ts +189 -189
  68. package/System.Reflection.Metadata.Ecma335/index.d.ts +48 -48
  69. package/System.Reflection.PortableExecutable/index.d.ts +27 -27
  70. package/System.Resources/index.d.ts +9 -9
  71. package/System.Runtime/index.d.ts +11 -11
  72. package/System.Runtime.CompilerServices/index.d.ts +189 -189
  73. package/System.Runtime.ConstrainedExecution/index.d.ts +5 -5
  74. package/System.Runtime.ExceptionServices/index.d.ts +4 -4
  75. package/System.Runtime.InteropServices/index.d.ts +130 -130
  76. package/System.Runtime.InteropServices.ComTypes/index.d.ts +38 -38
  77. package/System.Runtime.InteropServices.Java/index.d.ts +4 -4
  78. package/System.Runtime.InteropServices.JavaScript/index.d.ts +36 -36
  79. package/System.Runtime.InteropServices.Marshalling/index.d.ts +36 -36
  80. package/System.Runtime.InteropServices.ObjectiveC/index.d.ts +4 -4
  81. package/System.Runtime.InteropServices.Swift/index.d.ts +5 -5
  82. package/System.Runtime.Intrinsics/index.d.ts +12 -12
  83. package/System.Runtime.Intrinsics.Arm/index.d.ts +22 -22
  84. package/System.Runtime.Intrinsics.Wasm/index.d.ts +1 -1
  85. package/System.Runtime.Intrinsics.X86/index.d.ts +76 -76
  86. package/System.Runtime.Loader/index.d.ts +3 -3
  87. package/System.Runtime.Remoting/index.d.ts +1 -1
  88. package/System.Runtime.Serialization/index.d.ts +44 -44
  89. package/System.Runtime.Serialization.DataContracts/index.d.ts +4 -4
  90. package/System.Runtime.Serialization.Formatters/index.d.ts +3 -3
  91. package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +1 -1
  92. package/System.Runtime.Serialization.Json/index.d.ts +4 -4
  93. package/System.Runtime.Versioning/index.d.ts +16 -16
  94. package/System.Security/index.d.ts +17 -17
  95. package/System.Security.AccessControl/index.d.ts +70 -70
  96. package/System.Security.Authentication/index.d.ts +6 -6
  97. package/System.Security.Authentication.ExtendedProtection/index.d.ts +7 -7
  98. package/System.Security.Claims/index.d.ts +5 -5
  99. package/System.Security.Cryptography/index.d.ts +167 -167
  100. package/System.Security.Cryptography.X509Certificates/index.d.ts +56 -56
  101. package/System.Security.Permissions/index.d.ts +6 -6
  102. package/System.Security.Policy/index.d.ts +2 -2
  103. package/System.Security.Principal/index.d.ts +15 -15
  104. package/System.Text/index.d.ts +36 -36
  105. package/System.Text.Encodings.Web/index.d.ts +5 -5
  106. package/System.Text.Json/index.d.ts +20 -20
  107. package/System.Text.Json.Nodes/index.d.ts +5 -5
  108. package/System.Text.Json.Schema/index.d.ts +3 -3
  109. package/System.Text.Json.Serialization/index.d.ts +40 -40
  110. package/System.Text.Json.Serialization.Metadata/index.d.ts +18 -18
  111. package/System.Text.RegularExpressions/index.d.ts +19 -19
  112. package/System.Text.Unicode/index.d.ts +4 -4
  113. package/System.Threading/index.d.ts +78 -78
  114. package/System.Threading.Channels/index.d.ts +15 -15
  115. package/System.Threading.Tasks/index.d.ts +28 -28
  116. package/System.Threading.Tasks.Dataflow/index.d.ts +27 -27
  117. package/System.Threading.Tasks.Sources/index.d.ts +4 -4
  118. package/System.Timers/index.d.ts +4 -4
  119. package/System.Transactions/index.d.ts +28 -28
  120. package/System.Web/index.d.ts +1 -1
  121. package/System.Windows.Markup/index.d.ts +1 -1
  122. package/System.Xml/index.d.ts +71 -71
  123. package/System.Xml.Linq/index.d.ts +23 -23
  124. package/System.Xml.Resolvers/index.d.ts +2 -2
  125. package/System.Xml.Schema/index.d.ts +88 -88
  126. package/System.Xml.Serialization/index.d.ts +68 -68
  127. package/System.Xml.XPath/index.d.ts +14 -14
  128. package/System.Xml.Xsl/index.d.ts +9 -9
  129. package/System.Xml.Xsl.Runtime/index.d.ts +50 -50
  130. package/package.json +1 -1
@@ -19,92 +19,92 @@ import type { Array as ClrArray, AsyncCallback, Boolean as ClrBoolean, DateTime,
19
19
  export * from './internal/index.js';
20
20
 
21
21
  // Individual type exports for convenience
22
- export type XmlSchemaDatatypeVariety = Internal.XmlSchemaDatatypeVariety;
22
+ export { XmlSchemaDatatypeVariety as XmlSchemaDatatypeVariety } from './internal/index.js';
23
23
  export type IXmlSchemaInfo = Internal.IXmlSchemaInfo;
24
- export type ValidationEventArgs = Internal.ValidationEventArgs;
25
- export type ValidationEventHandler = Internal.ValidationEventHandler;
26
- export type XmlAtomicValue = Internal.XmlAtomicValue;
27
- export type XmlSchema = Internal.XmlSchema;
28
- export type XmlSchemaAll = Internal.XmlSchemaAll;
29
- export type XmlSchemaAnnotated = Internal.XmlSchemaAnnotated;
30
- export type XmlSchemaAnnotation = Internal.XmlSchemaAnnotation;
31
- export type XmlSchemaAny = Internal.XmlSchemaAny;
32
- export type XmlSchemaAnyAttribute = Internal.XmlSchemaAnyAttribute;
33
- export type XmlSchemaAppInfo = Internal.XmlSchemaAppInfo;
34
- export type XmlSchemaAttribute = Internal.XmlSchemaAttribute;
35
- export type XmlSchemaAttributeGroup = Internal.XmlSchemaAttributeGroup;
36
- export type XmlSchemaAttributeGroupRef = Internal.XmlSchemaAttributeGroupRef;
37
- export type XmlSchemaChoice = Internal.XmlSchemaChoice;
38
- export type XmlSchemaCollection = Internal.XmlSchemaCollection;
39
- export type XmlSchemaCollectionEnumerator = Internal.XmlSchemaCollectionEnumerator;
40
- export type XmlSchemaComplexContent = Internal.XmlSchemaComplexContent;
41
- export type XmlSchemaComplexContentExtension = Internal.XmlSchemaComplexContentExtension;
42
- export type XmlSchemaComplexContentRestriction = Internal.XmlSchemaComplexContentRestriction;
43
- export type XmlSchemaComplexType = Internal.XmlSchemaComplexType;
44
- export type XmlSchemaContent = Internal.XmlSchemaContent;
45
- export type XmlSchemaContentModel = Internal.XmlSchemaContentModel;
46
- export type XmlSchemaContentProcessing = Internal.XmlSchemaContentProcessing;
47
- export type XmlSchemaContentType = Internal.XmlSchemaContentType;
48
- export type XmlSchemaDatatype = Internal.XmlSchemaDatatype;
49
- export type XmlSchemaDerivationMethod = Internal.XmlSchemaDerivationMethod;
50
- export type XmlSchemaDocumentation = Internal.XmlSchemaDocumentation;
51
- export type XmlSchemaElement = Internal.XmlSchemaElement;
52
- export type XmlSchemaException = Internal.XmlSchemaException;
53
- export type XmlSchemaExternal = Internal.XmlSchemaExternal;
54
- export type XmlSchemaFacet = Internal.XmlSchemaFacet;
55
- export type XmlSchemaNumericFacet = Internal.XmlSchemaNumericFacet;
56
- export type XmlSchemaLengthFacet = Internal.XmlSchemaLengthFacet;
57
- export type XmlSchemaMinLengthFacet = Internal.XmlSchemaMinLengthFacet;
58
- export type XmlSchemaMaxLengthFacet = Internal.XmlSchemaMaxLengthFacet;
59
- export type XmlSchemaPatternFacet = Internal.XmlSchemaPatternFacet;
60
- export type XmlSchemaEnumerationFacet = Internal.XmlSchemaEnumerationFacet;
61
- export type XmlSchemaMinExclusiveFacet = Internal.XmlSchemaMinExclusiveFacet;
62
- export type XmlSchemaMinInclusiveFacet = Internal.XmlSchemaMinInclusiveFacet;
63
- export type XmlSchemaMaxExclusiveFacet = Internal.XmlSchemaMaxExclusiveFacet;
64
- export type XmlSchemaMaxInclusiveFacet = Internal.XmlSchemaMaxInclusiveFacet;
65
- export type XmlSchemaTotalDigitsFacet = Internal.XmlSchemaTotalDigitsFacet;
66
- export type XmlSchemaFractionDigitsFacet = Internal.XmlSchemaFractionDigitsFacet;
67
- export type XmlSchemaWhiteSpaceFacet = Internal.XmlSchemaWhiteSpaceFacet;
68
- export type XmlSchemaForm = Internal.XmlSchemaForm;
69
- export type XmlSchemaGroup = Internal.XmlSchemaGroup;
70
- export type XmlSchemaGroupBase = Internal.XmlSchemaGroupBase;
71
- export type XmlSchemaGroupRef = Internal.XmlSchemaGroupRef;
72
- export type XmlSchemaIdentityConstraint = Internal.XmlSchemaIdentityConstraint;
73
- export type XmlSchemaXPath = Internal.XmlSchemaXPath;
74
- export type XmlSchemaUnique = Internal.XmlSchemaUnique;
75
- export type XmlSchemaKey = Internal.XmlSchemaKey;
76
- export type XmlSchemaKeyref = Internal.XmlSchemaKeyref;
77
- export type XmlSchemaImport = Internal.XmlSchemaImport;
78
- export type XmlSchemaInclude = Internal.XmlSchemaInclude;
79
- export type XmlSchemaInfo = Internal.XmlSchemaInfo;
80
- export type XmlSchemaNotation = Internal.XmlSchemaNotation;
81
- export type XmlSchemaObject = Internal.XmlSchemaObject;
82
- export type XmlSchemaObjectCollection = Internal.XmlSchemaObjectCollection;
83
- export type XmlSchemaObjectEnumerator = Internal.XmlSchemaObjectEnumerator;
84
- export type XmlSchemaObjectTable = Internal.XmlSchemaObjectTable;
85
- export type XmlSchemaParticle = Internal.XmlSchemaParticle;
86
- export type XmlSchemaRedefine = Internal.XmlSchemaRedefine;
87
- export type XmlSchemaSequence = Internal.XmlSchemaSequence;
88
- export type XmlSchemaSet = Internal.XmlSchemaSet;
89
- export type XmlSchemaCompilationSettings = Internal.XmlSchemaCompilationSettings;
90
- export type XmlSchemaSimpleContent = Internal.XmlSchemaSimpleContent;
91
- export type XmlSchemaSimpleContentExtension = Internal.XmlSchemaSimpleContentExtension;
92
- export type XmlSchemaSimpleContentRestriction = Internal.XmlSchemaSimpleContentRestriction;
93
- export type XmlSchemaSimpleType = Internal.XmlSchemaSimpleType;
94
- export type XmlSchemaSimpleTypeContent = Internal.XmlSchemaSimpleTypeContent;
95
- export type XmlSchemaSimpleTypeList = Internal.XmlSchemaSimpleTypeList;
96
- export type XmlSchemaSimpleTypeRestriction = Internal.XmlSchemaSimpleTypeRestriction;
97
- export type XmlSchemaSimpleTypeUnion = Internal.XmlSchemaSimpleTypeUnion;
98
- export type XmlSchemaType = Internal.XmlSchemaType;
99
- export type XmlSchemaUse = Internal.XmlSchemaUse;
100
- export type XmlSchemaValidationException = Internal.XmlSchemaValidationException;
101
- export type XmlValueGetter = Internal.XmlValueGetter;
102
- export type XmlSchemaValidationFlags = Internal.XmlSchemaValidationFlags;
103
- export type XmlSchemaValidator = Internal.XmlSchemaValidator;
104
- export type XmlSchemaValidity = Internal.XmlSchemaValidity;
105
- export type XmlSeverityType = Internal.XmlSeverityType;
106
- export type XmlTypeCode = Internal.XmlTypeCode;
107
- export type XmlSchemaInference = Internal.XmlSchemaInference;
108
- export type XmlSchemaInference_InferenceOption = Internal.XmlSchemaInference_InferenceOption;
109
- export type XmlSchemaInferenceException = Internal.XmlSchemaInferenceException;
110
- export type Extensions = Internal.Extensions;
24
+ export { ValidationEventArgs$instance as ValidationEventArgs } from './internal/index.js';
25
+ export { ValidationEventHandler$instance as ValidationEventHandler } from './internal/index.js';
26
+ export { XmlAtomicValue$instance as XmlAtomicValue } from './internal/index.js';
27
+ export { XmlSchema$instance as XmlSchema } from './internal/index.js';
28
+ export { XmlSchemaAll$instance as XmlSchemaAll } from './internal/index.js';
29
+ export { XmlSchemaAnnotated$instance as XmlSchemaAnnotated } from './internal/index.js';
30
+ export { XmlSchemaAnnotation$instance as XmlSchemaAnnotation } from './internal/index.js';
31
+ export { XmlSchemaAny$instance as XmlSchemaAny } from './internal/index.js';
32
+ export { XmlSchemaAnyAttribute$instance as XmlSchemaAnyAttribute } from './internal/index.js';
33
+ export { XmlSchemaAppInfo$instance as XmlSchemaAppInfo } from './internal/index.js';
34
+ export { XmlSchemaAttribute$instance as XmlSchemaAttribute } from './internal/index.js';
35
+ export { XmlSchemaAttributeGroup$instance as XmlSchemaAttributeGroup } from './internal/index.js';
36
+ export { XmlSchemaAttributeGroupRef$instance as XmlSchemaAttributeGroupRef } from './internal/index.js';
37
+ export { XmlSchemaChoice$instance as XmlSchemaChoice } from './internal/index.js';
38
+ export { XmlSchemaCollection$instance as XmlSchemaCollection } from './internal/index.js';
39
+ export { XmlSchemaCollectionEnumerator$instance as XmlSchemaCollectionEnumerator } from './internal/index.js';
40
+ export { XmlSchemaComplexContent$instance as XmlSchemaComplexContent } from './internal/index.js';
41
+ export { XmlSchemaComplexContentExtension$instance as XmlSchemaComplexContentExtension } from './internal/index.js';
42
+ export { XmlSchemaComplexContentRestriction$instance as XmlSchemaComplexContentRestriction } from './internal/index.js';
43
+ export { XmlSchemaComplexType$instance as XmlSchemaComplexType } from './internal/index.js';
44
+ export { XmlSchemaContent$instance as XmlSchemaContent } from './internal/index.js';
45
+ export { XmlSchemaContentModel$instance as XmlSchemaContentModel } from './internal/index.js';
46
+ export { XmlSchemaContentProcessing as XmlSchemaContentProcessing } from './internal/index.js';
47
+ export { XmlSchemaContentType as XmlSchemaContentType } from './internal/index.js';
48
+ export { XmlSchemaDatatype$instance as XmlSchemaDatatype } from './internal/index.js';
49
+ export { XmlSchemaDerivationMethod as XmlSchemaDerivationMethod } from './internal/index.js';
50
+ export { XmlSchemaDocumentation$instance as XmlSchemaDocumentation } from './internal/index.js';
51
+ export { XmlSchemaElement$instance as XmlSchemaElement } from './internal/index.js';
52
+ export { XmlSchemaException$instance as XmlSchemaException } from './internal/index.js';
53
+ export { XmlSchemaExternal$instance as XmlSchemaExternal } from './internal/index.js';
54
+ export { XmlSchemaFacet$instance as XmlSchemaFacet } from './internal/index.js';
55
+ export { XmlSchemaNumericFacet$instance as XmlSchemaNumericFacet } from './internal/index.js';
56
+ export { XmlSchemaLengthFacet$instance as XmlSchemaLengthFacet } from './internal/index.js';
57
+ export { XmlSchemaMinLengthFacet$instance as XmlSchemaMinLengthFacet } from './internal/index.js';
58
+ export { XmlSchemaMaxLengthFacet$instance as XmlSchemaMaxLengthFacet } from './internal/index.js';
59
+ export { XmlSchemaPatternFacet$instance as XmlSchemaPatternFacet } from './internal/index.js';
60
+ export { XmlSchemaEnumerationFacet$instance as XmlSchemaEnumerationFacet } from './internal/index.js';
61
+ export { XmlSchemaMinExclusiveFacet$instance as XmlSchemaMinExclusiveFacet } from './internal/index.js';
62
+ export { XmlSchemaMinInclusiveFacet$instance as XmlSchemaMinInclusiveFacet } from './internal/index.js';
63
+ export { XmlSchemaMaxExclusiveFacet$instance as XmlSchemaMaxExclusiveFacet } from './internal/index.js';
64
+ export { XmlSchemaMaxInclusiveFacet$instance as XmlSchemaMaxInclusiveFacet } from './internal/index.js';
65
+ export { XmlSchemaTotalDigitsFacet$instance as XmlSchemaTotalDigitsFacet } from './internal/index.js';
66
+ export { XmlSchemaFractionDigitsFacet$instance as XmlSchemaFractionDigitsFacet } from './internal/index.js';
67
+ export { XmlSchemaWhiteSpaceFacet$instance as XmlSchemaWhiteSpaceFacet } from './internal/index.js';
68
+ export { XmlSchemaForm as XmlSchemaForm } from './internal/index.js';
69
+ export { XmlSchemaGroup$instance as XmlSchemaGroup } from './internal/index.js';
70
+ export { XmlSchemaGroupBase$instance as XmlSchemaGroupBase } from './internal/index.js';
71
+ export { XmlSchemaGroupRef$instance as XmlSchemaGroupRef } from './internal/index.js';
72
+ export { XmlSchemaIdentityConstraint$instance as XmlSchemaIdentityConstraint } from './internal/index.js';
73
+ export { XmlSchemaXPath$instance as XmlSchemaXPath } from './internal/index.js';
74
+ export { XmlSchemaUnique$instance as XmlSchemaUnique } from './internal/index.js';
75
+ export { XmlSchemaKey$instance as XmlSchemaKey } from './internal/index.js';
76
+ export { XmlSchemaKeyref$instance as XmlSchemaKeyref } from './internal/index.js';
77
+ export { XmlSchemaImport$instance as XmlSchemaImport } from './internal/index.js';
78
+ export { XmlSchemaInclude$instance as XmlSchemaInclude } from './internal/index.js';
79
+ export { XmlSchemaInfo$instance as XmlSchemaInfo } from './internal/index.js';
80
+ export { XmlSchemaNotation$instance as XmlSchemaNotation } from './internal/index.js';
81
+ export { XmlSchemaObject$instance as XmlSchemaObject } from './internal/index.js';
82
+ export { XmlSchemaObjectCollection$instance as XmlSchemaObjectCollection } from './internal/index.js';
83
+ export { XmlSchemaObjectEnumerator$instance as XmlSchemaObjectEnumerator } from './internal/index.js';
84
+ export { XmlSchemaObjectTable$instance as XmlSchemaObjectTable } from './internal/index.js';
85
+ export { XmlSchemaParticle$instance as XmlSchemaParticle } from './internal/index.js';
86
+ export { XmlSchemaRedefine$instance as XmlSchemaRedefine } from './internal/index.js';
87
+ export { XmlSchemaSequence$instance as XmlSchemaSequence } from './internal/index.js';
88
+ export { XmlSchemaSet$instance as XmlSchemaSet } from './internal/index.js';
89
+ export { XmlSchemaCompilationSettings$instance as XmlSchemaCompilationSettings } from './internal/index.js';
90
+ export { XmlSchemaSimpleContent$instance as XmlSchemaSimpleContent } from './internal/index.js';
91
+ export { XmlSchemaSimpleContentExtension$instance as XmlSchemaSimpleContentExtension } from './internal/index.js';
92
+ export { XmlSchemaSimpleContentRestriction$instance as XmlSchemaSimpleContentRestriction } from './internal/index.js';
93
+ export { XmlSchemaSimpleType$instance as XmlSchemaSimpleType } from './internal/index.js';
94
+ export { XmlSchemaSimpleTypeContent$instance as XmlSchemaSimpleTypeContent } from './internal/index.js';
95
+ export { XmlSchemaSimpleTypeList$instance as XmlSchemaSimpleTypeList } from './internal/index.js';
96
+ export { XmlSchemaSimpleTypeRestriction$instance as XmlSchemaSimpleTypeRestriction } from './internal/index.js';
97
+ export { XmlSchemaSimpleTypeUnion$instance as XmlSchemaSimpleTypeUnion } from './internal/index.js';
98
+ export { XmlSchemaType$instance as XmlSchemaType } from './internal/index.js';
99
+ export { XmlSchemaUse as XmlSchemaUse } from './internal/index.js';
100
+ export { XmlSchemaValidationException$instance as XmlSchemaValidationException } from './internal/index.js';
101
+ export { XmlValueGetter$instance as XmlValueGetter } from './internal/index.js';
102
+ export { XmlSchemaValidationFlags as XmlSchemaValidationFlags } from './internal/index.js';
103
+ export { XmlSchemaValidator$instance as XmlSchemaValidator } from './internal/index.js';
104
+ export { XmlSchemaValidity as XmlSchemaValidity } from './internal/index.js';
105
+ export { XmlSeverityType as XmlSeverityType } from './internal/index.js';
106
+ export { XmlTypeCode as XmlTypeCode } from './internal/index.js';
107
+ export { XmlSchemaInference$instance as XmlSchemaInference } from './internal/index.js';
108
+ export { XmlSchemaInference_InferenceOption as XmlSchemaInference_InferenceOption } from './internal/index.js';
109
+ export { XmlSchemaInferenceException$instance as XmlSchemaInferenceException } from './internal/index.js';
110
+ export { Extensions$instance as Extensions } from './internal/index.js';
@@ -19,73 +19,73 @@ import type { Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean
19
19
  export * from './internal/index.js';
20
20
 
21
21
  // Individual type exports for convenience
22
- export type CodeGenerationOptions = Internal.CodeGenerationOptions;
23
- export type CodeIdentifier = Internal.CodeIdentifier;
24
- export type CodeIdentifiers = Internal.CodeIdentifiers;
25
- export type ImportContext = Internal.ImportContext;
22
+ export { CodeGenerationOptions as CodeGenerationOptions } from './internal/index.js';
23
+ export { CodeIdentifier$instance as CodeIdentifier } from './internal/index.js';
24
+ export { CodeIdentifiers$instance as CodeIdentifiers } from './internal/index.js';
25
+ export { ImportContext$instance as ImportContext } from './internal/index.js';
26
26
  export type IXmlSerializable = Internal.IXmlSerializable;
27
27
  export type IXmlTextParser = Internal.IXmlTextParser;
28
- export type SchemaImporter = Internal.SchemaImporter;
29
- export type SoapAttributeAttribute = Internal.SoapAttributeAttribute;
30
- export type SoapAttributeOverrides = Internal.SoapAttributeOverrides;
31
- export type SoapAttributes = Internal.SoapAttributes;
32
- export type SoapElementAttribute = Internal.SoapElementAttribute;
33
- export type SoapEnumAttribute = Internal.SoapEnumAttribute;
34
- export type SoapIgnoreAttribute = Internal.SoapIgnoreAttribute;
35
- export type SoapIncludeAttribute = Internal.SoapIncludeAttribute;
36
- export type SoapReflectionImporter = Internal.SoapReflectionImporter;
37
- export type SoapSchemaMember = Internal.SoapSchemaMember;
38
- export type SoapTypeAttribute = Internal.SoapTypeAttribute;
39
- export type XmlAnyAttributeAttribute = Internal.XmlAnyAttributeAttribute;
40
- export type XmlAnyElementAttribute = Internal.XmlAnyElementAttribute;
41
- export type XmlAnyElementAttributes = Internal.XmlAnyElementAttributes;
42
- export type XmlArrayAttribute = Internal.XmlArrayAttribute;
43
- export type XmlArrayItemAttribute = Internal.XmlArrayItemAttribute;
44
- export type XmlArrayItemAttributes = Internal.XmlArrayItemAttributes;
45
- export type XmlAttributeAttribute = Internal.XmlAttributeAttribute;
46
- export type XmlAttributeOverrides = Internal.XmlAttributeOverrides;
47
- export type XmlAttributes = Internal.XmlAttributes;
48
- export type XmlChoiceIdentifierAttribute = Internal.XmlChoiceIdentifierAttribute;
49
- export type XmlElementAttribute = Internal.XmlElementAttribute;
50
- export type XmlElementAttributes = Internal.XmlElementAttributes;
51
- export type XmlEnumAttribute = Internal.XmlEnumAttribute;
52
- export type XmlIgnoreAttribute = Internal.XmlIgnoreAttribute;
53
- export type XmlIncludeAttribute = Internal.XmlIncludeAttribute;
54
- export type XmlMappingAccess = Internal.XmlMappingAccess;
55
- export type XmlMapping = Internal.XmlMapping;
56
- export type XmlMemberMapping = Internal.XmlMemberMapping;
57
- export type XmlMembersMapping = Internal.XmlMembersMapping;
58
- export type XmlNamespaceDeclarationsAttribute = Internal.XmlNamespaceDeclarationsAttribute;
59
- export type XmlReflectionImporter = Internal.XmlReflectionImporter;
60
- export type XmlReflectionMember = Internal.XmlReflectionMember;
61
- export type XmlRootAttribute = Internal.XmlRootAttribute;
62
- export type XmlSchemaExporter = Internal.XmlSchemaExporter;
63
- export type XmlSchemaImporter = Internal.XmlSchemaImporter;
64
- export type XmlSchemaProviderAttribute = Internal.XmlSchemaProviderAttribute;
65
- export type XmlSchemas = Internal.XmlSchemas;
66
- export type XmlSchemaEnumerator = Internal.XmlSchemaEnumerator;
67
- export type XmlSerializationGeneratedCode = Internal.XmlSerializationGeneratedCode;
68
- export type XmlSerializationReader = Internal.XmlSerializationReader;
69
- export type XmlSerializationFixupCallback = Internal.XmlSerializationFixupCallback;
70
- export type XmlSerializationCollectionFixupCallback = Internal.XmlSerializationCollectionFixupCallback;
71
- export type XmlSerializationReadCallback = Internal.XmlSerializationReadCallback;
72
- export type XmlSerializationWriter = Internal.XmlSerializationWriter;
73
- export type XmlSerializationWriteCallback = Internal.XmlSerializationWriteCallback;
74
- export type XmlSerializerAssemblyAttribute = Internal.XmlSerializerAssemblyAttribute;
75
- export type XmlDeserializationEvents = Internal.XmlDeserializationEvents;
76
- export type XmlSerializerImplementation = Internal.XmlSerializerImplementation;
77
- export type XmlSerializer = Internal.XmlSerializer;
78
- export type XmlSerializerFactory = Internal.XmlSerializerFactory;
79
- export type XmlSerializerNamespaces = Internal.XmlSerializerNamespaces;
80
- export type XmlSerializerVersionAttribute = Internal.XmlSerializerVersionAttribute;
81
- export type XmlTextAttribute = Internal.XmlTextAttribute;
82
- export type XmlTypeAttribute = Internal.XmlTypeAttribute;
83
- export type XmlTypeMapping = Internal.XmlTypeMapping;
84
- export type XmlAttributeEventHandler = Internal.XmlAttributeEventHandler;
85
- export type XmlAttributeEventArgs = Internal.XmlAttributeEventArgs;
86
- export type XmlElementEventHandler = Internal.XmlElementEventHandler;
87
- export type XmlElementEventArgs = Internal.XmlElementEventArgs;
88
- export type XmlNodeEventHandler = Internal.XmlNodeEventHandler;
89
- export type XmlNodeEventArgs = Internal.XmlNodeEventArgs;
90
- export type UnreferencedObjectEventHandler = Internal.UnreferencedObjectEventHandler;
91
- export type UnreferencedObjectEventArgs = Internal.UnreferencedObjectEventArgs;
28
+ export { SchemaImporter$instance as SchemaImporter } from './internal/index.js';
29
+ export { SoapAttributeAttribute$instance as SoapAttributeAttribute } from './internal/index.js';
30
+ export { SoapAttributeOverrides$instance as SoapAttributeOverrides } from './internal/index.js';
31
+ export { SoapAttributes$instance as SoapAttributes } from './internal/index.js';
32
+ export { SoapElementAttribute$instance as SoapElementAttribute } from './internal/index.js';
33
+ export { SoapEnumAttribute$instance as SoapEnumAttribute } from './internal/index.js';
34
+ export { SoapIgnoreAttribute$instance as SoapIgnoreAttribute } from './internal/index.js';
35
+ export { SoapIncludeAttribute$instance as SoapIncludeAttribute } from './internal/index.js';
36
+ export { SoapReflectionImporter$instance as SoapReflectionImporter } from './internal/index.js';
37
+ export { SoapSchemaMember$instance as SoapSchemaMember } from './internal/index.js';
38
+ export { SoapTypeAttribute$instance as SoapTypeAttribute } from './internal/index.js';
39
+ export { XmlAnyAttributeAttribute$instance as XmlAnyAttributeAttribute } from './internal/index.js';
40
+ export { XmlAnyElementAttribute$instance as XmlAnyElementAttribute } from './internal/index.js';
41
+ export { XmlAnyElementAttributes$instance as XmlAnyElementAttributes } from './internal/index.js';
42
+ export { XmlArrayAttribute$instance as XmlArrayAttribute } from './internal/index.js';
43
+ export { XmlArrayItemAttribute$instance as XmlArrayItemAttribute } from './internal/index.js';
44
+ export { XmlArrayItemAttributes$instance as XmlArrayItemAttributes } from './internal/index.js';
45
+ export { XmlAttributeAttribute$instance as XmlAttributeAttribute } from './internal/index.js';
46
+ export { XmlAttributeOverrides$instance as XmlAttributeOverrides } from './internal/index.js';
47
+ export { XmlAttributes$instance as XmlAttributes } from './internal/index.js';
48
+ export { XmlChoiceIdentifierAttribute$instance as XmlChoiceIdentifierAttribute } from './internal/index.js';
49
+ export { XmlElementAttribute$instance as XmlElementAttribute } from './internal/index.js';
50
+ export { XmlElementAttributes$instance as XmlElementAttributes } from './internal/index.js';
51
+ export { XmlEnumAttribute$instance as XmlEnumAttribute } from './internal/index.js';
52
+ export { XmlIgnoreAttribute$instance as XmlIgnoreAttribute } from './internal/index.js';
53
+ export { XmlIncludeAttribute$instance as XmlIncludeAttribute } from './internal/index.js';
54
+ export { XmlMappingAccess as XmlMappingAccess } from './internal/index.js';
55
+ export { XmlMapping$instance as XmlMapping } from './internal/index.js';
56
+ export { XmlMemberMapping$instance as XmlMemberMapping } from './internal/index.js';
57
+ export { XmlMembersMapping$instance as XmlMembersMapping } from './internal/index.js';
58
+ export { XmlNamespaceDeclarationsAttribute$instance as XmlNamespaceDeclarationsAttribute } from './internal/index.js';
59
+ export { XmlReflectionImporter$instance as XmlReflectionImporter } from './internal/index.js';
60
+ export { XmlReflectionMember$instance as XmlReflectionMember } from './internal/index.js';
61
+ export { XmlRootAttribute$instance as XmlRootAttribute } from './internal/index.js';
62
+ export { XmlSchemaExporter$instance as XmlSchemaExporter } from './internal/index.js';
63
+ export { XmlSchemaImporter$instance as XmlSchemaImporter } from './internal/index.js';
64
+ export { XmlSchemaProviderAttribute$instance as XmlSchemaProviderAttribute } from './internal/index.js';
65
+ export { XmlSchemas$instance as XmlSchemas } from './internal/index.js';
66
+ export { XmlSchemaEnumerator$instance as XmlSchemaEnumerator } from './internal/index.js';
67
+ export { XmlSerializationGeneratedCode$instance as XmlSerializationGeneratedCode } from './internal/index.js';
68
+ export { XmlSerializationReader$instance as XmlSerializationReader } from './internal/index.js';
69
+ export { XmlSerializationFixupCallback$instance as XmlSerializationFixupCallback } from './internal/index.js';
70
+ export { XmlSerializationCollectionFixupCallback$instance as XmlSerializationCollectionFixupCallback } from './internal/index.js';
71
+ export { XmlSerializationReadCallback$instance as XmlSerializationReadCallback } from './internal/index.js';
72
+ export { XmlSerializationWriter$instance as XmlSerializationWriter } from './internal/index.js';
73
+ export { XmlSerializationWriteCallback$instance as XmlSerializationWriteCallback } from './internal/index.js';
74
+ export { XmlSerializerAssemblyAttribute$instance as XmlSerializerAssemblyAttribute } from './internal/index.js';
75
+ export { XmlDeserializationEvents$instance as XmlDeserializationEvents } from './internal/index.js';
76
+ export { XmlSerializerImplementation$instance as XmlSerializerImplementation } from './internal/index.js';
77
+ export { XmlSerializer$instance as XmlSerializer } from './internal/index.js';
78
+ export { XmlSerializerFactory$instance as XmlSerializerFactory } from './internal/index.js';
79
+ export { XmlSerializerNamespaces$instance as XmlSerializerNamespaces } from './internal/index.js';
80
+ export { XmlSerializerVersionAttribute$instance as XmlSerializerVersionAttribute } from './internal/index.js';
81
+ export { XmlTextAttribute$instance as XmlTextAttribute } from './internal/index.js';
82
+ export { XmlTypeAttribute$instance as XmlTypeAttribute } from './internal/index.js';
83
+ export { XmlTypeMapping$instance as XmlTypeMapping } from './internal/index.js';
84
+ export { XmlAttributeEventHandler$instance as XmlAttributeEventHandler } from './internal/index.js';
85
+ export { XmlAttributeEventArgs$instance as XmlAttributeEventArgs } from './internal/index.js';
86
+ export { XmlElementEventHandler$instance as XmlElementEventHandler } from './internal/index.js';
87
+ export { XmlElementEventArgs$instance as XmlElementEventArgs } from './internal/index.js';
88
+ export { XmlNodeEventHandler$instance as XmlNodeEventHandler } from './internal/index.js';
89
+ export { XmlNodeEventArgs$instance as XmlNodeEventArgs } from './internal/index.js';
90
+ export { UnreferencedObjectEventHandler$instance as UnreferencedObjectEventHandler } from './internal/index.js';
91
+ export { UnreferencedObjectEventArgs$instance as UnreferencedObjectEventArgs } from './internal/index.js';
@@ -20,17 +20,17 @@ export * from './internal/index.js';
20
20
 
21
21
  // Individual type exports for convenience
22
22
  export type IXPathNavigable = Internal.IXPathNavigable;
23
- export type XPathDocument = Internal.XPathDocument;
24
- export type XPathException = Internal.XPathException;
25
- export type XmlSortOrder = Internal.XmlSortOrder;
26
- export type XmlCaseOrder = Internal.XmlCaseOrder;
27
- export type XmlDataType = Internal.XmlDataType;
28
- export type XPathResultType = Internal.XPathResultType;
29
- export type XPathExpression = Internal.XPathExpression;
30
- export type XPathItem = Internal.XPathItem;
31
- export type XPathNamespaceScope = Internal.XPathNamespaceScope;
32
- export type XPathNavigator = Internal.XPathNavigator;
33
- export type XPathNodeIterator = Internal.XPathNodeIterator;
34
- export type XPathNodeType = Internal.XPathNodeType;
35
- export type Extensions = Internal.Extensions;
36
- export type XDocumentExtensions = Internal.XDocumentExtensions;
23
+ export { XPathDocument$instance as XPathDocument } from './internal/index.js';
24
+ export { XPathException$instance as XPathException } from './internal/index.js';
25
+ export { XmlSortOrder as XmlSortOrder } from './internal/index.js';
26
+ export { XmlCaseOrder as XmlCaseOrder } from './internal/index.js';
27
+ export { XmlDataType as XmlDataType } from './internal/index.js';
28
+ export { XPathResultType as XPathResultType } from './internal/index.js';
29
+ export { XPathExpression$instance as XPathExpression } from './internal/index.js';
30
+ export { XPathItem$instance as XPathItem } from './internal/index.js';
31
+ export { XPathNamespaceScope as XPathNamespaceScope } from './internal/index.js';
32
+ export { XPathNavigator$instance as XPathNavigator } from './internal/index.js';
33
+ export { XPathNodeIterator$instance as XPathNodeIterator } from './internal/index.js';
34
+ export { XPathNodeType as XPathNodeType } from './internal/index.js';
35
+ export { Extensions$instance as Extensions } from './internal/index.js';
36
+ export { XDocumentExtensions$instance as XDocumentExtensions } from './internal/index.js';
@@ -18,14 +18,14 @@ import type { AsyncCallback, Boolean as ClrBoolean, Byte, Delegate, EventArgs, E
18
18
  export * from './internal/index.js';
19
19
 
20
20
  // Individual type exports for convenience
21
- export type XslCompiledTransform = Internal.XslCompiledTransform;
22
- export type XsltMessageEncounteredEventArgs = Internal.XsltMessageEncounteredEventArgs;
23
- export type XsltMessageEncounteredEventHandler = Internal.XsltMessageEncounteredEventHandler;
24
- export type XsltArgumentList = Internal.XsltArgumentList;
21
+ export { XslCompiledTransform$instance as XslCompiledTransform } from './internal/index.js';
22
+ export { XsltMessageEncounteredEventArgs$instance as XsltMessageEncounteredEventArgs } from './internal/index.js';
23
+ export { XsltMessageEncounteredEventHandler$instance as XsltMessageEncounteredEventHandler } from './internal/index.js';
24
+ export { XsltArgumentList$instance as XsltArgumentList } from './internal/index.js';
25
25
  export type IXsltContextFunction = Internal.IXsltContextFunction;
26
26
  export type IXsltContextVariable = Internal.IXsltContextVariable;
27
- export type XsltContext = Internal.XsltContext;
28
- export type XsltException = Internal.XsltException;
29
- export type XsltCompileException = Internal.XsltCompileException;
30
- export type XslTransform = Internal.XslTransform;
31
- export type XsltSettings = Internal.XsltSettings;
27
+ export { XsltContext$instance as XsltContext } from './internal/index.js';
28
+ export { XsltException$instance as XsltException } from './internal/index.js';
29
+ export { XsltCompileException$instance as XsltCompileException } from './internal/index.js';
30
+ export { XslTransform$instance as XslTransform } from './internal/index.js';
31
+ export { XsltSettings$instance as XsltSettings } from './internal/index.js';
@@ -17,53 +17,53 @@ import type { Array as ClrArray, Boolean as ClrBoolean, Byte, Char, DateTime, Da
17
17
  export * from './internal/index.js';
18
18
 
19
19
  // Individual type exports for convenience
20
- export type ContentIterator = Internal.ContentIterator;
21
- export type ElementContentIterator = Internal.ElementContentIterator;
22
- export type NodeKindContentIterator = Internal.NodeKindContentIterator;
23
- export type AttributeIterator = Internal.AttributeIterator;
24
- export type NamespaceIterator = Internal.NamespaceIterator;
25
- export type AttributeContentIterator = Internal.AttributeContentIterator;
26
- export type ContentMergeIterator = Internal.ContentMergeIterator;
27
- export type DodSequenceMerge = Internal.DodSequenceMerge;
28
- export type SetIteratorResult = Internal.SetIteratorResult;
29
- export type UnionIterator = Internal.UnionIterator;
30
- export type IntersectIterator = Internal.IntersectIterator;
31
- export type DifferenceIterator = Internal.DifferenceIterator;
32
- export type FollowingSiblingIterator = Internal.FollowingSiblingIterator;
33
- export type FollowingSiblingMergeIterator = Internal.FollowingSiblingMergeIterator;
34
- export type PrecedingSiblingIterator = Internal.PrecedingSiblingIterator;
35
- export type PrecedingSiblingDocOrderIterator = Internal.PrecedingSiblingDocOrderIterator;
36
- export type StringConcat = Internal.StringConcat;
37
- export type DescendantIterator = Internal.DescendantIterator;
38
- export type DescendantMergeIterator = Internal.DescendantMergeIterator;
39
- export type ParentIterator = Internal.ParentIterator;
40
- export type AncestorIterator = Internal.AncestorIterator;
41
- export type AncestorDocOrderIterator = Internal.AncestorDocOrderIterator;
42
- export type XPathFollowingIterator = Internal.XPathFollowingIterator;
43
- export type XPathFollowingMergeIterator = Internal.XPathFollowingMergeIterator;
44
- export type PrecedingIterator = Internal.PrecedingIterator;
45
- export type XPathPrecedingIterator = Internal.XPathPrecedingIterator;
46
- export type XPathPrecedingDocOrderIterator = Internal.XPathPrecedingDocOrderIterator;
47
- export type XPathPrecedingMergeIterator = Internal.XPathPrecedingMergeIterator;
48
- export type NodeRangeIterator = Internal.NodeRangeIterator;
49
- export type Int32Aggregator = Internal.Int32Aggregator;
50
- export type Int64Aggregator = Internal.Int64Aggregator;
51
- export type DecimalAggregator = Internal.DecimalAggregator;
52
- export type DoubleAggregator = Internal.DoubleAggregator;
53
- export type XmlCollation = Internal.XmlCollation;
54
- export type XmlILIndex = Internal.XmlILIndex;
55
- export type XmlILStorageConverter = Internal.XmlILStorageConverter;
56
- export type IteratorResult = Internal.IteratorResult;
57
- export type IdIterator = Internal.IdIterator;
58
- export type XmlNavigatorFilter = Internal.XmlNavigatorFilter;
59
- export type XmlQueryContext = Internal.XmlQueryContext;
60
- export type XmlQueryOutput = Internal.XmlQueryOutput;
61
- export type XmlQueryRuntime = Internal.XmlQueryRuntime;
62
- export type XmlQuerySequence_1<T> = Internal.XmlQuerySequence_1<T>;
63
- export type XmlQuerySequence<T> = Internal.XmlQuerySequence_1<T>;
64
- export type XmlQueryItemSequence = Internal.XmlQueryItemSequence;
65
- export type XmlQueryNodeSequence = Internal.XmlQueryNodeSequence;
66
- export type XmlSortKeyAccumulator = Internal.XmlSortKeyAccumulator;
67
- export type XsltConvert = Internal.XsltConvert;
68
- export type XsltFunctions = Internal.XsltFunctions;
69
- export type XsltLibrary = Internal.XsltLibrary;
20
+ export { ContentIterator$instance as ContentIterator } from './internal/index.js';
21
+ export { ElementContentIterator$instance as ElementContentIterator } from './internal/index.js';
22
+ export { NodeKindContentIterator$instance as NodeKindContentIterator } from './internal/index.js';
23
+ export { AttributeIterator$instance as AttributeIterator } from './internal/index.js';
24
+ export { NamespaceIterator$instance as NamespaceIterator } from './internal/index.js';
25
+ export { AttributeContentIterator$instance as AttributeContentIterator } from './internal/index.js';
26
+ export { ContentMergeIterator$instance as ContentMergeIterator } from './internal/index.js';
27
+ export { DodSequenceMerge$instance as DodSequenceMerge } from './internal/index.js';
28
+ export { SetIteratorResult as SetIteratorResult } from './internal/index.js';
29
+ export { UnionIterator$instance as UnionIterator } from './internal/index.js';
30
+ export { IntersectIterator$instance as IntersectIterator } from './internal/index.js';
31
+ export { DifferenceIterator$instance as DifferenceIterator } from './internal/index.js';
32
+ export { FollowingSiblingIterator$instance as FollowingSiblingIterator } from './internal/index.js';
33
+ export { FollowingSiblingMergeIterator$instance as FollowingSiblingMergeIterator } from './internal/index.js';
34
+ export { PrecedingSiblingIterator$instance as PrecedingSiblingIterator } from './internal/index.js';
35
+ export { PrecedingSiblingDocOrderIterator$instance as PrecedingSiblingDocOrderIterator } from './internal/index.js';
36
+ export { StringConcat$instance as StringConcat } from './internal/index.js';
37
+ export { DescendantIterator$instance as DescendantIterator } from './internal/index.js';
38
+ export { DescendantMergeIterator$instance as DescendantMergeIterator } from './internal/index.js';
39
+ export { ParentIterator$instance as ParentIterator } from './internal/index.js';
40
+ export { AncestorIterator$instance as AncestorIterator } from './internal/index.js';
41
+ export { AncestorDocOrderIterator$instance as AncestorDocOrderIterator } from './internal/index.js';
42
+ export { XPathFollowingIterator$instance as XPathFollowingIterator } from './internal/index.js';
43
+ export { XPathFollowingMergeIterator$instance as XPathFollowingMergeIterator } from './internal/index.js';
44
+ export { PrecedingIterator$instance as PrecedingIterator } from './internal/index.js';
45
+ export { XPathPrecedingIterator$instance as XPathPrecedingIterator } from './internal/index.js';
46
+ export { XPathPrecedingDocOrderIterator$instance as XPathPrecedingDocOrderIterator } from './internal/index.js';
47
+ export { XPathPrecedingMergeIterator$instance as XPathPrecedingMergeIterator } from './internal/index.js';
48
+ export { NodeRangeIterator$instance as NodeRangeIterator } from './internal/index.js';
49
+ export { Int32Aggregator$instance as Int32Aggregator } from './internal/index.js';
50
+ export { Int64Aggregator$instance as Int64Aggregator } from './internal/index.js';
51
+ export { DecimalAggregator$instance as DecimalAggregator } from './internal/index.js';
52
+ export { DoubleAggregator$instance as DoubleAggregator } from './internal/index.js';
53
+ export { XmlCollation$instance as XmlCollation } from './internal/index.js';
54
+ export { XmlILIndex$instance as XmlILIndex } from './internal/index.js';
55
+ export { XmlILStorageConverter$instance as XmlILStorageConverter } from './internal/index.js';
56
+ export { IteratorResult as IteratorResult } from './internal/index.js';
57
+ export { IdIterator$instance as IdIterator } from './internal/index.js';
58
+ export { XmlNavigatorFilter$instance as XmlNavigatorFilter } from './internal/index.js';
59
+ export { XmlQueryContext$instance as XmlQueryContext } from './internal/index.js';
60
+ export { XmlQueryOutput$instance as XmlQueryOutput } from './internal/index.js';
61
+ export { XmlQueryRuntime$instance as XmlQueryRuntime } from './internal/index.js';
62
+ export { XmlQuerySequence_1$instance as XmlQuerySequence_1 } from './internal/index.js';
63
+ export { XmlQuerySequence_1$instance as XmlQuerySequence } from './internal/index.js';
64
+ export { XmlQueryItemSequence$instance as XmlQueryItemSequence } from './internal/index.js';
65
+ export { XmlQueryNodeSequence$instance as XmlQueryNodeSequence } from './internal/index.js';
66
+ export { XmlSortKeyAccumulator$instance as XmlSortKeyAccumulator } from './internal/index.js';
67
+ export { XsltConvert$instance as XsltConvert } from './internal/index.js';
68
+ export { XsltFunctions$instance as XsltFunctions } from './internal/index.js';
69
+ export { XsltLibrary$instance as XsltLibrary } from './internal/index.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsonic/dotnet",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "TypeScript type definitions for .NET 10 BCL (Base Class Library)",
5
5
  "type": "module",
6
6
  "exports": {