@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
@@ -15,15 +15,15 @@ import type { Boolean as ClrBoolean, Byte, DateTimeOffset, Enum, IAsyncDisposabl
15
15
  export * from './internal/index.js';
16
16
 
17
17
  // Individual type exports for convenience
18
- export type PosixTarEntry = Internal.PosixTarEntry;
19
- export type V7TarEntry = Internal.V7TarEntry;
20
- export type TarEntry = Internal.TarEntry;
21
- export type TarEntryFormat = Internal.TarEntryFormat;
22
- export type UstarTarEntry = Internal.UstarTarEntry;
23
- export type GnuTarEntry = Internal.GnuTarEntry;
24
- export type PaxGlobalExtendedAttributesTarEntry = Internal.PaxGlobalExtendedAttributesTarEntry;
25
- export type PaxTarEntry = Internal.PaxTarEntry;
26
- export type TarEntryType = Internal.TarEntryType;
27
- export type TarFile = Internal.TarFile;
28
- export type TarReader = Internal.TarReader;
29
- export type TarWriter = Internal.TarWriter;
18
+ export { PosixTarEntry$instance as PosixTarEntry } from './internal/index.js';
19
+ export { V7TarEntry$instance as V7TarEntry } from './internal/index.js';
20
+ export { TarEntry$instance as TarEntry } from './internal/index.js';
21
+ export { TarEntryFormat as TarEntryFormat } from './internal/index.js';
22
+ export { UstarTarEntry$instance as UstarTarEntry } from './internal/index.js';
23
+ export { GnuTarEntry$instance as GnuTarEntry } from './internal/index.js';
24
+ export { PaxGlobalExtendedAttributesTarEntry$instance as PaxGlobalExtendedAttributesTarEntry } from './internal/index.js';
25
+ export { PaxTarEntry$instance as PaxTarEntry } from './internal/index.js';
26
+ export { TarEntryType as TarEntryType } from './internal/index.js';
27
+ export { TarFile$instance as TarFile } from './internal/index.js';
28
+ export { TarReader$instance as TarReader } from './internal/index.js';
29
+ export { TarWriter$instance as TarWriter } from './internal/index.js';
@@ -15,45 +15,45 @@ import type { ArgumentException, Boolean as ClrBoolean, Byte, Char, DateOnly, Da
15
15
  export * from './internal/index.js';
16
16
 
17
17
  // Individual type exports for convenience
18
- export type Calendar = Internal.Calendar;
19
- export type CalendarAlgorithmType = Internal.CalendarAlgorithmType;
20
- export type CalendarWeekRule = Internal.CalendarWeekRule;
21
- export type CharUnicodeInfo = Internal.CharUnicodeInfo;
22
- export type ChineseLunisolarCalendar = Internal.ChineseLunisolarCalendar;
23
- export type CompareInfo = Internal.CompareInfo;
24
- export type CompareOptions = Internal.CompareOptions;
25
- export type CultureInfo = Internal.CultureInfo;
26
- export type CultureNotFoundException = Internal.CultureNotFoundException;
27
- export type CultureTypes = Internal.CultureTypes;
28
- export type DateTimeFormatInfo = Internal.DateTimeFormatInfo;
29
- export type DateTimeStyles = Internal.DateTimeStyles;
30
- export type DaylightTime = Internal.DaylightTime;
31
- export type DigitShapes = Internal.DigitShapes;
32
- export type EastAsianLunisolarCalendar = Internal.EastAsianLunisolarCalendar;
33
- export type GlobalizationExtensions = Internal.GlobalizationExtensions;
34
- export type GregorianCalendar = Internal.GregorianCalendar;
35
- export type GregorianCalendarTypes = Internal.GregorianCalendarTypes;
36
- export type HebrewCalendar = Internal.HebrewCalendar;
37
- export type HijriCalendar = Internal.HijriCalendar;
38
- export type IdnMapping = Internal.IdnMapping;
39
- export type ISOWeek = Internal.ISOWeek;
40
- export type JapaneseCalendar = Internal.JapaneseCalendar;
41
- export type JapaneseLunisolarCalendar = Internal.JapaneseLunisolarCalendar;
42
- export type JulianCalendar = Internal.JulianCalendar;
43
- export type KoreanCalendar = Internal.KoreanCalendar;
44
- export type KoreanLunisolarCalendar = Internal.KoreanLunisolarCalendar;
45
- export type NumberFormatInfo = Internal.NumberFormatInfo;
46
- export type NumberStyles = Internal.NumberStyles;
47
- export type PersianCalendar = Internal.PersianCalendar;
48
- export type RegionInfo = Internal.RegionInfo;
49
- export type SortKey = Internal.SortKey;
50
- export type SortVersion = Internal.SortVersion;
51
- export type StringInfo = Internal.StringInfo;
52
- export type TaiwanCalendar = Internal.TaiwanCalendar;
53
- export type TaiwanLunisolarCalendar = Internal.TaiwanLunisolarCalendar;
54
- export type TextElementEnumerator = Internal.TextElementEnumerator;
55
- export type TextInfo = Internal.TextInfo;
56
- export type ThaiBuddhistCalendar = Internal.ThaiBuddhistCalendar;
57
- export type TimeSpanStyles = Internal.TimeSpanStyles;
58
- export type UmAlQuraCalendar = Internal.UmAlQuraCalendar;
59
- export type UnicodeCategory = Internal.UnicodeCategory;
18
+ export { Calendar$instance as Calendar } from './internal/index.js';
19
+ export { CalendarAlgorithmType as CalendarAlgorithmType } from './internal/index.js';
20
+ export { CalendarWeekRule as CalendarWeekRule } from './internal/index.js';
21
+ export { CharUnicodeInfo$instance as CharUnicodeInfo } from './internal/index.js';
22
+ export { ChineseLunisolarCalendar$instance as ChineseLunisolarCalendar } from './internal/index.js';
23
+ export { CompareInfo$instance as CompareInfo } from './internal/index.js';
24
+ export { CompareOptions as CompareOptions } from './internal/index.js';
25
+ export { CultureInfo$instance as CultureInfo } from './internal/index.js';
26
+ export { CultureNotFoundException$instance as CultureNotFoundException } from './internal/index.js';
27
+ export { CultureTypes as CultureTypes } from './internal/index.js';
28
+ export { DateTimeFormatInfo$instance as DateTimeFormatInfo } from './internal/index.js';
29
+ export { DateTimeStyles as DateTimeStyles } from './internal/index.js';
30
+ export { DaylightTime$instance as DaylightTime } from './internal/index.js';
31
+ export { DigitShapes as DigitShapes } from './internal/index.js';
32
+ export { EastAsianLunisolarCalendar$instance as EastAsianLunisolarCalendar } from './internal/index.js';
33
+ export { GlobalizationExtensions$instance as GlobalizationExtensions } from './internal/index.js';
34
+ export { GregorianCalendar$instance as GregorianCalendar } from './internal/index.js';
35
+ export { GregorianCalendarTypes as GregorianCalendarTypes } from './internal/index.js';
36
+ export { HebrewCalendar$instance as HebrewCalendar } from './internal/index.js';
37
+ export { HijriCalendar$instance as HijriCalendar } from './internal/index.js';
38
+ export { IdnMapping$instance as IdnMapping } from './internal/index.js';
39
+ export { ISOWeek$instance as ISOWeek } from './internal/index.js';
40
+ export { JapaneseCalendar$instance as JapaneseCalendar } from './internal/index.js';
41
+ export { JapaneseLunisolarCalendar$instance as JapaneseLunisolarCalendar } from './internal/index.js';
42
+ export { JulianCalendar$instance as JulianCalendar } from './internal/index.js';
43
+ export { KoreanCalendar$instance as KoreanCalendar } from './internal/index.js';
44
+ export { KoreanLunisolarCalendar$instance as KoreanLunisolarCalendar } from './internal/index.js';
45
+ export { NumberFormatInfo$instance as NumberFormatInfo } from './internal/index.js';
46
+ export { NumberStyles as NumberStyles } from './internal/index.js';
47
+ export { PersianCalendar$instance as PersianCalendar } from './internal/index.js';
48
+ export { RegionInfo$instance as RegionInfo } from './internal/index.js';
49
+ export { SortKey$instance as SortKey } from './internal/index.js';
50
+ export { SortVersion$instance as SortVersion } from './internal/index.js';
51
+ export { StringInfo$instance as StringInfo } from './internal/index.js';
52
+ export { TaiwanCalendar$instance as TaiwanCalendar } from './internal/index.js';
53
+ export { TaiwanLunisolarCalendar$instance as TaiwanLunisolarCalendar } from './internal/index.js';
54
+ export { TextElementEnumerator$instance as TextElementEnumerator } from './internal/index.js';
55
+ export { TextInfo$instance as TextInfo } from './internal/index.js';
56
+ export { ThaiBuddhistCalendar$instance as ThaiBuddhistCalendar } from './internal/index.js';
57
+ export { TimeSpanStyles as TimeSpanStyles } from './internal/index.js';
58
+ export { UmAlQuraCalendar$instance as UmAlQuraCalendar } from './internal/index.js';
59
+ export { UnicodeCategory as UnicodeCategory } from './internal/index.js';
@@ -23,59 +23,59 @@ import type { ArraySegment_1, AsyncCallback, Boolean as ClrBoolean, Byte, Char,
23
23
  export * from './internal/index.js';
24
24
 
25
25
  // Individual type exports for convenience
26
- export type FileSystemAclExtensions = Internal.FileSystemAclExtensions;
27
- export type DriveInfo = Internal.DriveInfo;
28
- export type DriveNotFoundException = Internal.DriveNotFoundException;
29
- export type DriveType = Internal.DriveType;
30
- export type ErrorEventArgs = Internal.ErrorEventArgs;
31
- export type ErrorEventHandler = Internal.ErrorEventHandler;
32
- export type FileSystemEventArgs = Internal.FileSystemEventArgs;
33
- export type FileSystemEventHandler = Internal.FileSystemEventHandler;
34
- export type FileSystemWatcher = Internal.FileSystemWatcher;
35
- export type InternalBufferOverflowException = Internal.InternalBufferOverflowException;
36
- export type NotifyFilters = Internal.NotifyFilters;
37
- export type RenamedEventArgs = Internal.RenamedEventArgs;
38
- export type RenamedEventHandler = Internal.RenamedEventHandler;
39
- export type WatcherChangeTypes = Internal.WatcherChangeTypes;
40
- export type WaitForChangedResult = Internal.WaitForChangedResult;
41
- export type FileLoadException = Internal.FileLoadException;
42
- export type FileNotFoundException = Internal.FileNotFoundException;
43
- export type Stream = Internal.Stream;
44
- export type BinaryReader = Internal.BinaryReader;
45
- export type BinaryWriter = Internal.BinaryWriter;
46
- export type BufferedStream = Internal.BufferedStream;
47
- export type Directory = Internal.Directory;
48
- export type DirectoryInfo = Internal.DirectoryInfo;
49
- export type DirectoryNotFoundException = Internal.DirectoryNotFoundException;
50
- export type EnumerationOptions = Internal.EnumerationOptions;
51
- export type EndOfStreamException = Internal.EndOfStreamException;
52
- export type File = Internal.File;
53
- export type FileAccess = Internal.FileAccess;
54
- export type FileAttributes = Internal.FileAttributes;
55
- export type FileInfo = Internal.FileInfo;
56
- export type FileMode = Internal.FileMode;
57
- export type FileOptions = Internal.FileOptions;
58
- export type FileShare = Internal.FileShare;
59
- export type FileStream = Internal.FileStream;
60
- export type FileStreamOptions = Internal.FileStreamOptions;
61
- export type FileSystemInfo = Internal.FileSystemInfo;
62
- export type HandleInheritability = Internal.HandleInheritability;
63
- export type InvalidDataException = Internal.InvalidDataException;
64
- export type IOException = Internal.IOException;
65
- export type MatchCasing = Internal.MatchCasing;
66
- export type MatchType = Internal.MatchType;
67
- export type MemoryStream = Internal.MemoryStream;
68
- export type Path = Internal.Path;
69
- export type PathTooLongException = Internal.PathTooLongException;
70
- export type RandomAccess = Internal.RandomAccess;
71
- export type SearchOption = Internal.SearchOption;
72
- export type SeekOrigin = Internal.SeekOrigin;
73
- export type StreamReader = Internal.StreamReader;
74
- export type StreamWriter = Internal.StreamWriter;
75
- export type StringReader = Internal.StringReader;
76
- export type StringWriter = Internal.StringWriter;
77
- export type TextReader = Internal.TextReader;
78
- export type TextWriter = Internal.TextWriter;
79
- export type UnixFileMode = Internal.UnixFileMode;
80
- export type UnmanagedMemoryAccessor = Internal.UnmanagedMemoryAccessor;
81
- export type UnmanagedMemoryStream = Internal.UnmanagedMemoryStream;
26
+ export { FileSystemAclExtensions$instance as FileSystemAclExtensions } from './internal/index.js';
27
+ export { DriveInfo$instance as DriveInfo } from './internal/index.js';
28
+ export { DriveNotFoundException$instance as DriveNotFoundException } from './internal/index.js';
29
+ export { DriveType as DriveType } from './internal/index.js';
30
+ export { ErrorEventArgs$instance as ErrorEventArgs } from './internal/index.js';
31
+ export { ErrorEventHandler$instance as ErrorEventHandler } from './internal/index.js';
32
+ export { FileSystemEventArgs$instance as FileSystemEventArgs } from './internal/index.js';
33
+ export { FileSystemEventHandler$instance as FileSystemEventHandler } from './internal/index.js';
34
+ export { FileSystemWatcher$instance as FileSystemWatcher } from './internal/index.js';
35
+ export { InternalBufferOverflowException$instance as InternalBufferOverflowException } from './internal/index.js';
36
+ export { NotifyFilters as NotifyFilters } from './internal/index.js';
37
+ export { RenamedEventArgs$instance as RenamedEventArgs } from './internal/index.js';
38
+ export { RenamedEventHandler$instance as RenamedEventHandler } from './internal/index.js';
39
+ export { WatcherChangeTypes as WatcherChangeTypes } from './internal/index.js';
40
+ export { WaitForChangedResult$instance as WaitForChangedResult } from './internal/index.js';
41
+ export { FileLoadException$instance as FileLoadException } from './internal/index.js';
42
+ export { FileNotFoundException$instance as FileNotFoundException } from './internal/index.js';
43
+ export { Stream$instance as Stream } from './internal/index.js';
44
+ export { BinaryReader$instance as BinaryReader } from './internal/index.js';
45
+ export { BinaryWriter$instance as BinaryWriter } from './internal/index.js';
46
+ export { BufferedStream$instance as BufferedStream } from './internal/index.js';
47
+ export { Directory$instance as Directory } from './internal/index.js';
48
+ export { DirectoryInfo$instance as DirectoryInfo } from './internal/index.js';
49
+ export { DirectoryNotFoundException$instance as DirectoryNotFoundException } from './internal/index.js';
50
+ export { EnumerationOptions$instance as EnumerationOptions } from './internal/index.js';
51
+ export { EndOfStreamException$instance as EndOfStreamException } from './internal/index.js';
52
+ export { File$instance as File } from './internal/index.js';
53
+ export { FileAccess as FileAccess } from './internal/index.js';
54
+ export { FileAttributes as FileAttributes } from './internal/index.js';
55
+ export { FileInfo$instance as FileInfo } from './internal/index.js';
56
+ export { FileMode as FileMode } from './internal/index.js';
57
+ export { FileOptions as FileOptions } from './internal/index.js';
58
+ export { FileShare as FileShare } from './internal/index.js';
59
+ export { FileStream$instance as FileStream } from './internal/index.js';
60
+ export { FileStreamOptions$instance as FileStreamOptions } from './internal/index.js';
61
+ export { FileSystemInfo$instance as FileSystemInfo } from './internal/index.js';
62
+ export { HandleInheritability as HandleInheritability } from './internal/index.js';
63
+ export { InvalidDataException$instance as InvalidDataException } from './internal/index.js';
64
+ export { IOException$instance as IOException } from './internal/index.js';
65
+ export { MatchCasing as MatchCasing } from './internal/index.js';
66
+ export { MatchType as MatchType } from './internal/index.js';
67
+ export { MemoryStream$instance as MemoryStream } from './internal/index.js';
68
+ export { Path$instance as Path } from './internal/index.js';
69
+ export { PathTooLongException$instance as PathTooLongException } from './internal/index.js';
70
+ export { RandomAccess$instance as RandomAccess } from './internal/index.js';
71
+ export { SearchOption as SearchOption } from './internal/index.js';
72
+ export { SeekOrigin as SeekOrigin } from './internal/index.js';
73
+ export { StreamReader$instance as StreamReader } from './internal/index.js';
74
+ export { StreamWriter$instance as StreamWriter } from './internal/index.js';
75
+ export { StringReader$instance as StringReader } from './internal/index.js';
76
+ export { StringWriter$instance as StringWriter } from './internal/index.js';
77
+ export { TextReader$instance as TextReader } from './internal/index.js';
78
+ export { TextWriter$instance as TextWriter } from './internal/index.js';
79
+ export { UnixFileMode as UnixFileMode } from './internal/index.js';
80
+ export { UnmanagedMemoryAccessor$instance as UnmanagedMemoryAccessor } from './internal/index.js';
81
+ export { UnmanagedMemoryStream$instance as UnmanagedMemoryStream } from './internal/index.js';
@@ -20,20 +20,20 @@ import type { AsyncCallback, Boolean as ClrBoolean, Byte, DateTimeOffset, Enum,
20
20
  export * from './internal/index.js';
21
21
 
22
22
  // Individual type exports for convenience
23
- export type ZipArchive = Internal.ZipArchive;
24
- export type ZipArchiveEntry = Internal.ZipArchiveEntry;
25
- export type ZipArchiveMode = Internal.ZipArchiveMode;
26
- export type DeflateStream = Internal.DeflateStream;
27
- export type ZLibException = Internal.ZLibException;
28
- export type CompressionLevel = Internal.CompressionLevel;
29
- export type CompressionMode = Internal.CompressionMode;
30
- export type GZipStream = Internal.GZipStream;
31
- export type ZLibCompressionOptions = Internal.ZLibCompressionOptions;
32
- export type ZLibCompressionStrategy = Internal.ZLibCompressionStrategy;
33
- export type ZLibStream = Internal.ZLibStream;
34
- export type BrotliCompressionOptions = Internal.BrotliCompressionOptions;
35
- export type BrotliStream = Internal.BrotliStream;
36
- export type BrotliDecoder = Internal.BrotliDecoder;
37
- export type BrotliEncoder = Internal.BrotliEncoder;
38
- export type ZipFile = Internal.ZipFile;
39
- export type ZipFileExtensions = Internal.ZipFileExtensions;
23
+ export { ZipArchive$instance as ZipArchive } from './internal/index.js';
24
+ export { ZipArchiveEntry$instance as ZipArchiveEntry } from './internal/index.js';
25
+ export { ZipArchiveMode as ZipArchiveMode } from './internal/index.js';
26
+ export { DeflateStream$instance as DeflateStream } from './internal/index.js';
27
+ export { ZLibException$instance as ZLibException } from './internal/index.js';
28
+ export { CompressionLevel as CompressionLevel } from './internal/index.js';
29
+ export { CompressionMode as CompressionMode } from './internal/index.js';
30
+ export { GZipStream$instance as GZipStream } from './internal/index.js';
31
+ export { ZLibCompressionOptions$instance as ZLibCompressionOptions } from './internal/index.js';
32
+ export { ZLibCompressionStrategy as ZLibCompressionStrategy } from './internal/index.js';
33
+ export { ZLibStream$instance as ZLibStream } from './internal/index.js';
34
+ export { BrotliCompressionOptions$instance as BrotliCompressionOptions } from './internal/index.js';
35
+ export { BrotliStream$instance as BrotliStream } from './internal/index.js';
36
+ export { BrotliDecoder$instance as BrotliDecoder } from './internal/index.js';
37
+ export { BrotliEncoder$instance as BrotliEncoder } from './internal/index.js';
38
+ export { ZipFile$instance as ZipFile } from './internal/index.js';
39
+ export { ZipFileExtensions$instance as ZipFileExtensions } from './internal/index.js';
@@ -17,11 +17,11 @@ import type { AsyncCallback, Boolean as ClrBoolean, Char, DateTimeOffset, Delega
17
17
  export * from './internal/index.js';
18
18
 
19
19
  // Individual type exports for convenience
20
- export type FileSystemEntry = Internal.FileSystemEntry;
21
- export type FileSystemEnumerator_1<TResult> = Internal.FileSystemEnumerator_1<TResult>;
22
- export type FileSystemEnumerator<TResult> = Internal.FileSystemEnumerator_1<TResult>;
23
- export type FileSystemEnumerable_1<TResult> = Internal.FileSystemEnumerable_1<TResult>;
24
- export type FileSystemEnumerable<TResult> = Internal.FileSystemEnumerable_1<TResult>;
25
- export type FileSystemEnumerable_1_FindPredicate<TResult> = Internal.FileSystemEnumerable_1_FindPredicate<TResult>;
26
- export type FileSystemEnumerable_1_FindTransform<TResult> = Internal.FileSystemEnumerable_1_FindTransform<TResult>;
27
- export type FileSystemName = Internal.FileSystemName;
20
+ export { FileSystemEntry$instance as FileSystemEntry } from './internal/index.js';
21
+ export { FileSystemEnumerator_1$instance as FileSystemEnumerator_1 } from './internal/index.js';
22
+ export { FileSystemEnumerator_1$instance as FileSystemEnumerator } from './internal/index.js';
23
+ export { FileSystemEnumerable_1$instance as FileSystemEnumerable_1 } from './internal/index.js';
24
+ export { FileSystemEnumerable_1$instance as FileSystemEnumerable } from './internal/index.js';
25
+ export { FileSystemEnumerable_1_FindPredicate$instance as FileSystemEnumerable_1_FindPredicate } from './internal/index.js';
26
+ export { FileSystemEnumerable_1_FindTransform$instance as FileSystemEnumerable_1_FindTransform } from './internal/index.js';
27
+ export { FileSystemName$instance as FileSystemName } from './internal/index.js';
@@ -18,9 +18,9 @@ import type { AsyncCallback, Boolean as ClrBoolean, Byte, DateTimeOffset, Enum,
18
18
  export * from './internal/index.js';
19
19
 
20
20
  // Individual type exports for convenience
21
- export type IsolatedStorageException = Internal.IsolatedStorageException;
22
- export type IsolatedStorageFile = Internal.IsolatedStorageFile;
23
- export type IsolatedStorageFileStream = Internal.IsolatedStorageFileStream;
24
- export type IsolatedStorage = Internal.IsolatedStorage;
25
- export type IsolatedStorageScope = Internal.IsolatedStorageScope;
21
+ export { IsolatedStorageException$instance as IsolatedStorageException } from './internal/index.js';
22
+ export { IsolatedStorageFile$instance as IsolatedStorageFile } from './internal/index.js';
23
+ export { IsolatedStorageFileStream$instance as IsolatedStorageFileStream } from './internal/index.js';
24
+ export { IsolatedStorage$instance as IsolatedStorage } from './internal/index.js';
25
+ export { IsolatedStorageScope as IsolatedStorageScope } from './internal/index.js';
26
26
  export type INormalizeForIsolatedStorage = Internal.INormalizeForIsolatedStorage;
@@ -15,9 +15,9 @@ import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, Decimal, Double,
15
15
  export * from './internal/index.js';
16
16
 
17
17
  // Individual type exports for convenience
18
- export type MemoryMappedFileOptions = Internal.MemoryMappedFileOptions;
19
- export type MemoryMappedFileAccess = Internal.MemoryMappedFileAccess;
20
- export type MemoryMappedFile = Internal.MemoryMappedFile;
21
- export type MemoryMappedViewAccessor = Internal.MemoryMappedViewAccessor;
22
- export type MemoryMappedViewStream = Internal.MemoryMappedViewStream;
23
- export type MemoryMappedFileRights = Internal.MemoryMappedFileRights;
18
+ export { MemoryMappedFileOptions as MemoryMappedFileOptions } from './internal/index.js';
19
+ export { MemoryMappedFileAccess as MemoryMappedFileAccess } from './internal/index.js';
20
+ export { MemoryMappedFile$instance as MemoryMappedFile } from './internal/index.js';
21
+ export { MemoryMappedViewAccessor$instance as MemoryMappedViewAccessor } from './internal/index.js';
22
+ export { MemoryMappedViewStream$instance as MemoryMappedViewStream } from './internal/index.js';
23
+ export { MemoryMappedFileRights as MemoryMappedFileRights } from './internal/index.js';
@@ -15,14 +15,14 @@ import type { Action_1, Action_2, Boolean as ClrBoolean, Byte, Exception, Int32,
15
15
  export * from './internal/index.js';
16
16
 
17
17
  // Individual type exports for convenience
18
- export type FlushResult = Internal.FlushResult;
18
+ export { FlushResult$instance as FlushResult } from './internal/index.js';
19
19
  export type IDuplexPipe = Internal.IDuplexPipe;
20
- export type Pipe = Internal.Pipe;
21
- export type PipeOptions = Internal.PipeOptions;
22
- export type PipeReader = Internal.PipeReader;
23
- export type PipeScheduler = Internal.PipeScheduler;
24
- export type PipeWriter = Internal.PipeWriter;
25
- export type ReadResult = Internal.ReadResult;
26
- export type StreamPipeExtensions = Internal.StreamPipeExtensions;
27
- export type StreamPipeReaderOptions = Internal.StreamPipeReaderOptions;
28
- export type StreamPipeWriterOptions = Internal.StreamPipeWriterOptions;
20
+ export { Pipe$instance as Pipe } from './internal/index.js';
21
+ export { PipeOptions$instance as PipeOptions } from './internal/index.js';
22
+ export { PipeReader$instance as PipeReader } from './internal/index.js';
23
+ export { PipeScheduler$instance as PipeScheduler } from './internal/index.js';
24
+ export { PipeWriter$instance as PipeWriter } from './internal/index.js';
25
+ export { ReadResult$instance as ReadResult } from './internal/index.js';
26
+ export { StreamPipeExtensions$instance as StreamPipeExtensions } from './internal/index.js';
27
+ export { StreamPipeReaderOptions$instance as StreamPipeReaderOptions } from './internal/index.js';
28
+ export { StreamPipeWriterOptions$instance as StreamPipeWriterOptions } from './internal/index.js';
@@ -19,19 +19,19 @@ import type { AsyncCallback, Boolean as ClrBoolean, Byte, Delegate, Enum, IAsync
19
19
  export * from './internal/index.js';
20
20
 
21
21
  // Individual type exports for convenience
22
- export type AnonymousPipeClientStream = Internal.AnonymousPipeClientStream;
23
- export type AnonymousPipeServerStream = Internal.AnonymousPipeServerStream;
24
- export type NamedPipeClientStream = Internal.NamedPipeClientStream;
25
- export type NamedPipeServerStream = Internal.NamedPipeServerStream;
26
- export type PipeStreamImpersonationWorker = Internal.PipeStreamImpersonationWorker;
27
- export type PipeAccessRights = Internal.PipeAccessRights;
28
- export type PipeDirection = Internal.PipeDirection;
29
- export type PipeOptions = Internal.PipeOptions;
30
- export type PipeStream = Internal.PipeStream;
31
- export type PipeTransmissionMode = Internal.PipeTransmissionMode;
32
- export type AnonymousPipeServerStreamAcl = Internal.AnonymousPipeServerStreamAcl;
33
- export type NamedPipeServerStreamAcl = Internal.NamedPipeServerStreamAcl;
34
- export type PipeAccessRule = Internal.PipeAccessRule;
35
- export type PipeAuditRule = Internal.PipeAuditRule;
36
- export type PipeSecurity = Internal.PipeSecurity;
37
- export type PipesAclExtensions = Internal.PipesAclExtensions;
22
+ export { AnonymousPipeClientStream$instance as AnonymousPipeClientStream } from './internal/index.js';
23
+ export { AnonymousPipeServerStream$instance as AnonymousPipeServerStream } from './internal/index.js';
24
+ export { NamedPipeClientStream$instance as NamedPipeClientStream } from './internal/index.js';
25
+ export { NamedPipeServerStream$instance as NamedPipeServerStream } from './internal/index.js';
26
+ export { PipeStreamImpersonationWorker$instance as PipeStreamImpersonationWorker } from './internal/index.js';
27
+ export { PipeAccessRights as PipeAccessRights } from './internal/index.js';
28
+ export { PipeDirection as PipeDirection } from './internal/index.js';
29
+ export { PipeOptions as PipeOptions } from './internal/index.js';
30
+ export { PipeStream$instance as PipeStream } from './internal/index.js';
31
+ export { PipeTransmissionMode as PipeTransmissionMode } from './internal/index.js';
32
+ export { AnonymousPipeServerStreamAcl$instance as AnonymousPipeServerStreamAcl } from './internal/index.js';
33
+ export { NamedPipeServerStreamAcl$instance as NamedPipeServerStreamAcl } from './internal/index.js';
34
+ export { PipeAccessRule$instance as PipeAccessRule } from './internal/index.js';
35
+ export { PipeAuditRule$instance as PipeAuditRule } from './internal/index.js';
36
+ export { PipeSecurity$instance as PipeSecurity } from './internal/index.js';
37
+ export { PipesAclExtensions$instance as PipesAclExtensions } from './internal/index.js';
@@ -19,17 +19,17 @@ import type { Action_1, Boolean as ClrBoolean, Decimal, Double, Enum, Func_1, Fu
19
19
  export * from './internal/index.js';
20
20
 
21
21
  // Individual type exports for convenience
22
- export type ImmutableArrayExtensions = Internal.ImmutableArrayExtensions;
23
- export type Enumerable = Internal.Enumerable;
22
+ export { ImmutableArrayExtensions$instance as ImmutableArrayExtensions } from './internal/index.js';
23
+ export { Enumerable$instance as Enumerable } from './internal/index.js';
24
24
  export type IGrouping_2<TKey, TElement> = Internal.IGrouping_2<TKey, TElement>;
25
25
  export type IGrouping<TKey, TElement> = Internal.IGrouping_2<TKey, TElement>;
26
26
  export type ILookup_2<TKey, TElement> = Internal.ILookup_2<TKey, TElement>;
27
27
  export type ILookup<TKey, TElement> = Internal.ILookup_2<TKey, TElement>;
28
- export type Lookup_2<TKey, TElement> = Internal.Lookup_2<TKey, TElement>;
29
- export type Lookup<TKey, TElement> = Internal.Lookup_2<TKey, TElement>;
28
+ export { Lookup_2$instance as Lookup_2 } from './internal/index.js';
29
+ export { Lookup_2$instance as Lookup } from './internal/index.js';
30
30
  export type IOrderedEnumerable_1<TElement> = Internal.IOrderedEnumerable_1<TElement>;
31
31
  export type IOrderedEnumerable<TElement> = Internal.IOrderedEnumerable_1<TElement>;
32
- export type AsyncEnumerable = Internal.AsyncEnumerable;
32
+ export { AsyncEnumerable$instance as AsyncEnumerable } from './internal/index.js';
33
33
  export type IOrderedAsyncEnumerable_1<TElement> = Internal.IOrderedAsyncEnumerable_1<TElement>;
34
34
  export type IOrderedAsyncEnumerable<TElement> = Internal.IOrderedAsyncEnumerable_1<TElement>;
35
35
  export type IQueryable_0 = Internal.IQueryable;
@@ -39,18 +39,18 @@ export type IQueryProvider = Internal.IQueryProvider;
39
39
  export type IOrderedQueryable_0 = Internal.IOrderedQueryable;
40
40
  export type IOrderedQueryable_1<T> = Internal.IOrderedQueryable_1<T>;
41
41
  export type IOrderedQueryable<T> = Internal.IOrderedQueryable_1<T>;
42
- export type OrderedParallelQuery_1<TSource> = Internal.OrderedParallelQuery_1<TSource>;
43
- export type OrderedParallelQuery<TSource> = Internal.OrderedParallelQuery_1<TSource>;
44
- export type ParallelQuery_0 = Internal.ParallelQuery;
45
- export type ParallelQuery_1<TSource> = Internal.ParallelQuery_1<TSource>;
46
- export type ParallelQuery<TSource> = Internal.ParallelQuery_1<TSource>;
47
- export type ParallelEnumerable = Internal.ParallelEnumerable;
48
- export type ParallelExecutionMode = Internal.ParallelExecutionMode;
49
- export type ParallelMergeOptions = Internal.ParallelMergeOptions;
50
- export type EnumerableExecutor_0 = Internal.EnumerableExecutor;
51
- export type EnumerableExecutor_1<T> = Internal.EnumerableExecutor_1<T>;
52
- export type EnumerableExecutor<T> = Internal.EnumerableExecutor_1<T>;
53
- export type EnumerableQuery_0 = Internal.EnumerableQuery;
54
- export type EnumerableQuery_1<T> = Internal.EnumerableQuery_1<T>;
55
- export type EnumerableQuery<T> = Internal.EnumerableQuery_1<T>;
56
- export type Queryable = Internal.Queryable;
42
+ export { OrderedParallelQuery_1$instance as OrderedParallelQuery_1 } from './internal/index.js';
43
+ export { OrderedParallelQuery_1$instance as OrderedParallelQuery } from './internal/index.js';
44
+ export { ParallelQuery$instance as ParallelQuery_0 } from './internal/index.js';
45
+ export { ParallelQuery_1$instance as ParallelQuery_1 } from './internal/index.js';
46
+ export { ParallelQuery_1$instance as ParallelQuery } from './internal/index.js';
47
+ export { ParallelEnumerable$instance as ParallelEnumerable } from './internal/index.js';
48
+ export { ParallelExecutionMode as ParallelExecutionMode } from './internal/index.js';
49
+ export { ParallelMergeOptions as ParallelMergeOptions } from './internal/index.js';
50
+ export { EnumerableExecutor$instance as EnumerableExecutor_0 } from './internal/index.js';
51
+ export { EnumerableExecutor_1$instance as EnumerableExecutor_1 } from './internal/index.js';
52
+ export { EnumerableExecutor_1$instance as EnumerableExecutor } from './internal/index.js';
53
+ export { EnumerableQuery$instance as EnumerableQuery_0 } from './internal/index.js';
54
+ export { EnumerableQuery_1$instance as EnumerableQuery_1 } from './internal/index.js';
55
+ export { EnumerableQuery_1$instance as EnumerableQuery } from './internal/index.js';
56
+ export { Queryable$instance as Queryable } from './internal/index.js';
@@ -15,47 +15,47 @@ import type { Boolean as ClrBoolean, Delegate, Enum, Func_2, Guid, IComparable,
15
15
  export * from './internal/index.js';
16
16
 
17
17
  // Individual type exports for convenience
18
- export type BinaryExpression = Internal.BinaryExpression;
19
- export type Expression_0 = Internal.Expression;
20
- export type BlockExpression = Internal.BlockExpression;
21
- export type CatchBlock = Internal.CatchBlock;
22
- export type ConditionalExpression = Internal.ConditionalExpression;
23
- export type ConstantExpression = Internal.ConstantExpression;
24
- export type DebugInfoExpression = Internal.DebugInfoExpression;
25
- export type DefaultExpression = Internal.DefaultExpression;
26
- export type ElementInit = Internal.ElementInit;
27
- export type ExpressionType = Internal.ExpressionType;
28
- export type ExpressionVisitor = Internal.ExpressionVisitor;
29
- export type GotoExpressionKind = Internal.GotoExpressionKind;
30
- export type GotoExpression = Internal.GotoExpression;
18
+ export { BinaryExpression$instance as BinaryExpression } from './internal/index.js';
19
+ export { Expression$instance as Expression_0 } from './internal/index.js';
20
+ export { BlockExpression$instance as BlockExpression } from './internal/index.js';
21
+ export { CatchBlock$instance as CatchBlock } from './internal/index.js';
22
+ export { ConditionalExpression$instance as ConditionalExpression } from './internal/index.js';
23
+ export { ConstantExpression$instance as ConstantExpression } from './internal/index.js';
24
+ export { DebugInfoExpression$instance as DebugInfoExpression } from './internal/index.js';
25
+ export { DefaultExpression$instance as DefaultExpression } from './internal/index.js';
26
+ export { ElementInit$instance as ElementInit } from './internal/index.js';
27
+ export { ExpressionType as ExpressionType } from './internal/index.js';
28
+ export { ExpressionVisitor$instance as ExpressionVisitor } from './internal/index.js';
29
+ export { GotoExpressionKind as GotoExpressionKind } from './internal/index.js';
30
+ export { GotoExpression$instance as GotoExpression } from './internal/index.js';
31
31
  export type IArgumentProvider = Internal.IArgumentProvider;
32
32
  export type IDynamicExpression = Internal.IDynamicExpression;
33
- export type IndexExpression = Internal.IndexExpression;
34
- export type InvocationExpression = Internal.InvocationExpression;
35
- export type LabelExpression = Internal.LabelExpression;
36
- export type LabelTarget = Internal.LabelTarget;
37
- export type LambdaExpression = Internal.LambdaExpression;
38
- export type Expression_1<TDelegate> = Internal.Expression_1<TDelegate>;
39
- export type Expression<TDelegate> = Internal.Expression_1<TDelegate>;
40
- export type ListInitExpression = Internal.ListInitExpression;
41
- export type LoopExpression = Internal.LoopExpression;
42
- export type MemberAssignment = Internal.MemberAssignment;
43
- export type MemberBindingType = Internal.MemberBindingType;
44
- export type MemberBinding = Internal.MemberBinding;
45
- export type MemberExpression = Internal.MemberExpression;
46
- export type MemberInitExpression = Internal.MemberInitExpression;
47
- export type MemberListBinding = Internal.MemberListBinding;
48
- export type MemberMemberBinding = Internal.MemberMemberBinding;
49
- export type MethodCallExpression = Internal.MethodCallExpression;
50
- export type NewArrayExpression = Internal.NewArrayExpression;
51
- export type NewExpression = Internal.NewExpression;
52
- export type ParameterExpression = Internal.ParameterExpression;
53
- export type RuntimeVariablesExpression = Internal.RuntimeVariablesExpression;
54
- export type SwitchCase = Internal.SwitchCase;
55
- export type SwitchExpression = Internal.SwitchExpression;
56
- export type SymbolDocumentInfo = Internal.SymbolDocumentInfo;
57
- export type TryExpression = Internal.TryExpression;
58
- export type TypeBinaryExpression = Internal.TypeBinaryExpression;
59
- export type UnaryExpression = Internal.UnaryExpression;
60
- export type DynamicExpressionVisitor = Internal.DynamicExpressionVisitor;
61
- export type DynamicExpression = Internal.DynamicExpression;
33
+ export { IndexExpression$instance as IndexExpression } from './internal/index.js';
34
+ export { InvocationExpression$instance as InvocationExpression } from './internal/index.js';
35
+ export { LabelExpression$instance as LabelExpression } from './internal/index.js';
36
+ export { LabelTarget$instance as LabelTarget } from './internal/index.js';
37
+ export { LambdaExpression$instance as LambdaExpression } from './internal/index.js';
38
+ export { Expression_1$instance as Expression_1 } from './internal/index.js';
39
+ export { Expression_1$instance as Expression } from './internal/index.js';
40
+ export { ListInitExpression$instance as ListInitExpression } from './internal/index.js';
41
+ export { LoopExpression$instance as LoopExpression } from './internal/index.js';
42
+ export { MemberAssignment$instance as MemberAssignment } from './internal/index.js';
43
+ export { MemberBindingType as MemberBindingType } from './internal/index.js';
44
+ export { MemberBinding$instance as MemberBinding } from './internal/index.js';
45
+ export { MemberExpression$instance as MemberExpression } from './internal/index.js';
46
+ export { MemberInitExpression$instance as MemberInitExpression } from './internal/index.js';
47
+ export { MemberListBinding$instance as MemberListBinding } from './internal/index.js';
48
+ export { MemberMemberBinding$instance as MemberMemberBinding } from './internal/index.js';
49
+ export { MethodCallExpression$instance as MethodCallExpression } from './internal/index.js';
50
+ export { NewArrayExpression$instance as NewArrayExpression } from './internal/index.js';
51
+ export { NewExpression$instance as NewExpression } from './internal/index.js';
52
+ export { ParameterExpression$instance as ParameterExpression } from './internal/index.js';
53
+ export { RuntimeVariablesExpression$instance as RuntimeVariablesExpression } from './internal/index.js';
54
+ export { SwitchCase$instance as SwitchCase } from './internal/index.js';
55
+ export { SwitchExpression$instance as SwitchExpression } from './internal/index.js';
56
+ export { SymbolDocumentInfo$instance as SymbolDocumentInfo } from './internal/index.js';
57
+ export { TryExpression$instance as TryExpression } from './internal/index.js';
58
+ export { TypeBinaryExpression$instance as TypeBinaryExpression } from './internal/index.js';
59
+ export { UnaryExpression$instance as UnaryExpression } from './internal/index.js';
60
+ export { DynamicExpressionVisitor$instance as DynamicExpressionVisitor } from './internal/index.js';
61
+ export { DynamicExpression$instance as DynamicExpression } from './internal/index.js';
@@ -11,4 +11,4 @@ import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrSt
11
11
  export * from './internal/index.js';
12
12
 
13
13
  // Individual type exports for convenience
14
- export type LightLambda = Internal.LightLambda;
14
+ export { LightLambda$instance as LightLambda } from './internal/index.js';