@tsonic/dotnet 0.7.9 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +7 -7
  2. package/Microsoft.VisualBasic/internal/index.d.ts +23 -23
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +29 -29
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +15 -15
  5. package/Microsoft.Win32/internal/index.d.ts +1 -1
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/internal/index.d.ts +408 -408
  8. package/System.Buffers/internal/index.d.ts +11 -11
  9. package/System.CodeDom.Compiler/internal/index.d.ts +3 -3
  10. package/System.Collections/internal/index.d.ts +44 -44
  11. package/System.Collections.Concurrent/internal/index.d.ts +18 -18
  12. package/System.Collections.Frozen/internal/index.d.ts +4 -4
  13. package/System.Collections.Generic/internal/index.d.ts +98 -98
  14. package/System.Collections.Immutable/internal/index.d.ts +22 -22
  15. package/System.Collections.ObjectModel/internal/index.d.ts +11 -11
  16. package/System.Collections.Specialized/internal/index.d.ts +38 -38
  17. package/System.ComponentModel/internal/index.d.ts +222 -222
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +54 -54
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -8
  20. package/System.ComponentModel.Design/internal/index.d.ts +30 -30
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +13 -13
  22. package/System.Data/internal/index.d.ts +110 -110
  23. package/System.Data.Common/internal/index.d.ts +17 -17
  24. package/System.Data.SqlTypes/internal/index.d.ts +62 -62
  25. package/System.Diagnostics/internal/index.d.ts +117 -117
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +34 -34
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +14 -14
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +19 -19
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +21 -21
  31. package/System.Drawing/internal/index.d.ts +22 -22
  32. package/System.Dynamic/internal/index.d.ts +6 -6
  33. package/System.Formats.Asn1/internal/index.d.ts +10 -10
  34. package/System.Formats.Tar/internal/index.d.ts +14 -14
  35. package/System.Globalization/internal/index.d.ts +40 -40
  36. package/System.IO/internal/index.d.ts +107 -107
  37. package/System.IO.Compression/internal/index.d.ts +32 -32
  38. package/System.IO.Enumeration/internal/index.d.ts +3 -3
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +12 -12
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +3 -3
  41. package/System.IO.Pipelines/internal/index.d.ts +8 -8
  42. package/System.IO.Pipes/internal/index.d.ts +28 -28
  43. package/System.Linq/internal/index.d.ts +7 -7
  44. package/System.Linq.Expressions/internal/index.d.ts +34 -34
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
  46. package/System.Net/internal/index.d.ts +84 -84
  47. package/System.Net.Cache/internal/index.d.ts +8 -8
  48. package/System.Net.Http/internal/index.d.ts +40 -40
  49. package/System.Net.Http.Headers/internal/index.d.ts +48 -48
  50. package/System.Net.Http.Json/internal/index.d.ts +1 -1
  51. package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
  52. package/System.Net.Mail/internal/index.d.ts +47 -47
  53. package/System.Net.Mime/internal/index.d.ts +4 -4
  54. package/System.Net.NetworkInformation/internal/index.d.ts +17 -17
  55. package/System.Net.Quic/internal/index.d.ts +9 -9
  56. package/System.Net.Security/internal/index.d.ts +19 -19
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
  58. package/System.Net.Sockets/internal/index.d.ts +53 -53
  59. package/System.Net.WebSockets/internal/index.d.ts +23 -23
  60. package/System.Numerics/internal/index.d.ts +37 -37
  61. package/System.Reflection/internal/index.d.ts +69 -69
  62. package/System.Reflection.Emit/internal/index.d.ts +18 -18
  63. package/System.Reflection.Metadata/internal/index.d.ts +170 -170
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +39 -39
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +23 -23
  66. package/System.Resources/internal/index.d.ts +20 -20
  67. package/System.Runtime/internal/index.d.ts +7 -7
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +145 -145
  69. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  70. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  71. package/System.Runtime.InteropServices/internal/index.d.ts +120 -120
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +20 -20
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +27 -27
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +27 -27
  76. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  77. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  78. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  79. package/System.Runtime.Loader/internal/index.d.ts +3 -3
  80. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  81. package/System.Runtime.Serialization/internal/index.d.ts +47 -47
  82. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  83. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -2
  84. package/System.Runtime.Serialization.Json/internal/index.d.ts +8 -8
  85. package/System.Runtime.Versioning/internal/index.d.ts +18 -18
  86. package/System.Security/internal/index.d.ts +23 -23
  87. package/System.Security.AccessControl/internal/index.d.ts +65 -65
  88. package/System.Security.Authentication/internal/index.d.ts +6 -6
  89. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +6 -6
  90. package/System.Security.Claims/internal/index.d.ts +24 -24
  91. package/System.Security.Cryptography/internal/index.d.ts +220 -220
  92. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +120 -120
  93. package/System.Security.Permissions/internal/index.d.ts +1 -1
  94. package/System.Security.Policy/internal/index.d.ts +4 -4
  95. package/System.Security.Principal/internal/index.d.ts +21 -21
  96. package/System.Text/internal/index.d.ts +49 -49
  97. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  98. package/System.Text.Json/internal/index.d.ts +24 -24
  99. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  100. package/System.Text.Json.Schema/internal/index.d.ts +2 -2
  101. package/System.Text.Json.Serialization/internal/index.d.ts +25 -25
  102. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +10 -10
  103. package/System.Text.RegularExpressions/internal/index.d.ts +24 -24
  104. package/System.Text.Unicode/internal/index.d.ts +3 -3
  105. package/System.Threading/internal/index.d.ts +105 -105
  106. package/System.Threading.Channels/internal/index.d.ts +7 -7
  107. package/System.Threading.Tasks/internal/index.d.ts +56 -56
  108. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +29 -29
  109. package/System.Threading.Tasks.Sources/internal/index.d.ts +1 -1
  110. package/System.Timers/internal/index.d.ts +5 -5
  111. package/System.Transactions/internal/index.d.ts +41 -41
  112. package/System.Web/internal/index.d.ts +1 -1
  113. package/System.Windows.Markup/internal/index.d.ts +2 -2
  114. package/System.Xml/internal/index.d.ts +72 -72
  115. package/System.Xml.Linq/internal/index.d.ts +31 -31
  116. package/System.Xml.Resolvers/internal/index.d.ts +5 -5
  117. package/System.Xml.Schema/internal/index.d.ts +76 -76
  118. package/System.Xml.Serialization/internal/index.d.ts +96 -96
  119. package/System.Xml.XPath/internal/index.d.ts +9 -9
  120. package/System.Xml.Xsl/internal/index.d.ts +13 -13
  121. package/System.Xml.Xsl.Runtime/internal/index.d.ts +52 -52
  122. package/package.json +2 -2
@@ -32,7 +32,7 @@ export interface FlushResult$instance {
32
32
 
33
33
 
34
34
  export const FlushResult: {
35
- new(isCanceled: boolean, isCompleted: boolean): FlushResult$instance;
35
+ new(isCanceled: boolean, isCompleted: boolean): FlushResult;
36
36
  };
37
37
 
38
38
 
@@ -46,7 +46,7 @@ export interface ReadResult$instance {
46
46
 
47
47
 
48
48
  export const ReadResult: {
49
- new(buffer: ReadOnlySequence_1<System_Internal.Byte>, isCanceled: boolean, isCompleted: boolean): ReadResult$instance;
49
+ new(buffer: ReadOnlySequence_1<System_Internal.Byte>, isCanceled: boolean, isCompleted: boolean): ReadResult;
50
50
  };
51
51
 
52
52
 
@@ -60,8 +60,8 @@ export interface Pipe$instance {
60
60
 
61
61
 
62
62
  export const Pipe: {
63
- new(): Pipe$instance;
64
- new(options: PipeOptions): Pipe$instance;
63
+ new(): Pipe;
64
+ new(options: PipeOptions): Pipe;
65
65
  };
66
66
 
67
67
 
@@ -79,7 +79,7 @@ export interface PipeOptions$instance {
79
79
 
80
80
 
81
81
  export const PipeOptions: {
82
- new(pool: MemoryPool_1<System_Internal.Byte>, readerScheduler: PipeScheduler, writerScheduler: PipeScheduler, pauseWriterThreshold: long, resumeWriterThreshold: long, minimumSegmentSize: int, useSynchronizationContext: boolean): PipeOptions$instance;
82
+ new(pool: MemoryPool_1<System_Internal.Byte>, readerScheduler: PipeScheduler, writerScheduler: PipeScheduler, pauseWriterThreshold: long, resumeWriterThreshold: long, minimumSegmentSize: int, useSynchronizationContext: boolean): PipeOptions;
83
83
  readonly default_: PipeOptions;
84
84
  };
85
85
 
@@ -163,8 +163,8 @@ export interface StreamPipeReaderOptions$instance {
163
163
 
164
164
 
165
165
  export const StreamPipeReaderOptions: {
166
- new(pool: MemoryPool_1<System_Internal.Byte>, bufferSize: int, minimumReadSize: int, leaveOpen: boolean): StreamPipeReaderOptions$instance;
167
- new(pool: MemoryPool_1<System_Internal.Byte>, bufferSize: int, minimumReadSize: int, leaveOpen: boolean, useZeroByteReads: boolean): StreamPipeReaderOptions$instance;
166
+ new(pool: MemoryPool_1<System_Internal.Byte>, bufferSize: int, minimumReadSize: int, leaveOpen: boolean): StreamPipeReaderOptions;
167
+ new(pool: MemoryPool_1<System_Internal.Byte>, bufferSize: int, minimumReadSize: int, leaveOpen: boolean, useZeroByteReads: boolean): StreamPipeReaderOptions;
168
168
  };
169
169
 
170
170
 
@@ -178,7 +178,7 @@ export interface StreamPipeWriterOptions$instance {
178
178
 
179
179
 
180
180
  export const StreamPipeWriterOptions: {
181
- new(pool: MemoryPool_1<System_Internal.Byte>, minimumBufferSize: int, leaveOpen: boolean): StreamPipeWriterOptions$instance;
181
+ new(pool: MemoryPool_1<System_Internal.Byte>, minimumBufferSize: int, leaveOpen: boolean): StreamPipeWriterOptions;
182
182
  };
183
183
 
184
184
 
@@ -75,9 +75,9 @@ export interface AnonymousPipeClientStream$instance extends PipeStream$instance
75
75
 
76
76
 
77
77
  export const AnonymousPipeClientStream: {
78
- new(pipeHandleAsString: string): AnonymousPipeClientStream$instance;
79
- new(direction: PipeDirection, pipeHandleAsString: string): AnonymousPipeClientStream$instance;
80
- new(direction: PipeDirection, safePipeHandle: SafePipeHandle): AnonymousPipeClientStream$instance;
78
+ new(pipeHandleAsString: string): AnonymousPipeClientStream;
79
+ new(direction: PipeDirection, pipeHandleAsString: string): AnonymousPipeClientStream;
80
+ new(direction: PipeDirection, safePipeHandle: SafePipeHandle): AnonymousPipeClientStream;
81
81
  };
82
82
 
83
83
 
@@ -101,11 +101,11 @@ export interface AnonymousPipeServerStream$instance extends PipeStream$instance
101
101
 
102
102
 
103
103
  export const AnonymousPipeServerStream: {
104
- new(): AnonymousPipeServerStream$instance;
105
- new(direction: PipeDirection): AnonymousPipeServerStream$instance;
106
- new(direction: PipeDirection, inheritability: HandleInheritability): AnonymousPipeServerStream$instance;
107
- new(direction: PipeDirection, serverSafePipeHandle: SafePipeHandle, clientSafePipeHandle: SafePipeHandle): AnonymousPipeServerStream$instance;
108
- new(direction: PipeDirection, inheritability: HandleInheritability, bufferSize: int): AnonymousPipeServerStream$instance;
104
+ new(): AnonymousPipeServerStream;
105
+ new(direction: PipeDirection): AnonymousPipeServerStream;
106
+ new(direction: PipeDirection, inheritability: HandleInheritability): AnonymousPipeServerStream;
107
+ new(direction: PipeDirection, serverSafePipeHandle: SafePipeHandle, clientSafePipeHandle: SafePipeHandle): AnonymousPipeServerStream;
108
+ new(direction: PipeDirection, inheritability: HandleInheritability, bufferSize: int): AnonymousPipeServerStream;
109
109
  };
110
110
 
111
111
 
@@ -135,14 +135,14 @@ export interface NamedPipeClientStream$instance extends PipeStream$instance {
135
135
 
136
136
 
137
137
  export const NamedPipeClientStream: {
138
- new(pipeName: string): NamedPipeClientStream$instance;
139
- new(serverName: string, pipeName: string): NamedPipeClientStream$instance;
140
- new(serverName: string, pipeName: string, direction: PipeDirection): NamedPipeClientStream$instance;
141
- new(serverName: string, pipeName: string, direction: PipeDirection, options: PipeOptions): NamedPipeClientStream$instance;
142
- new(serverName: string, pipeName: string, direction: PipeDirection, options: PipeOptions, impersonationLevel: TokenImpersonationLevel): NamedPipeClientStream$instance;
143
- new(serverName: string, pipeName: string, direction: PipeDirection, options: PipeOptions, impersonationLevel: TokenImpersonationLevel, inheritability: HandleInheritability): NamedPipeClientStream$instance;
144
- new(direction: PipeDirection, isAsync: boolean, isConnected: boolean, safePipeHandle: SafePipeHandle): NamedPipeClientStream$instance;
145
- new(serverName: string, pipeName: string, desiredAccessRights: PipeAccessRights, options: PipeOptions, impersonationLevel: TokenImpersonationLevel, inheritability: HandleInheritability): NamedPipeClientStream$instance;
138
+ new(pipeName: string): NamedPipeClientStream;
139
+ new(serverName: string, pipeName: string): NamedPipeClientStream;
140
+ new(serverName: string, pipeName: string, direction: PipeDirection): NamedPipeClientStream;
141
+ new(serverName: string, pipeName: string, direction: PipeDirection, options: PipeOptions): NamedPipeClientStream;
142
+ new(serverName: string, pipeName: string, direction: PipeDirection, options: PipeOptions, impersonationLevel: TokenImpersonationLevel): NamedPipeClientStream;
143
+ new(serverName: string, pipeName: string, direction: PipeDirection, options: PipeOptions, impersonationLevel: TokenImpersonationLevel, inheritability: HandleInheritability): NamedPipeClientStream;
144
+ new(direction: PipeDirection, isAsync: boolean, isConnected: boolean, safePipeHandle: SafePipeHandle): NamedPipeClientStream;
145
+ new(serverName: string, pipeName: string, desiredAccessRights: PipeAccessRights, options: PipeOptions, impersonationLevel: TokenImpersonationLevel, inheritability: HandleInheritability): NamedPipeClientStream;
146
146
  };
147
147
 
148
148
 
@@ -171,13 +171,13 @@ export interface NamedPipeServerStream$instance extends PipeStream$instance {
171
171
 
172
172
 
173
173
  export const NamedPipeServerStream: {
174
- new(pipeName: string): NamedPipeServerStream$instance;
175
- new(pipeName: string, direction: PipeDirection): NamedPipeServerStream$instance;
176
- new(pipeName: string, direction: PipeDirection, maxNumberOfServerInstances: int): NamedPipeServerStream$instance;
177
- new(pipeName: string, direction: PipeDirection, maxNumberOfServerInstances: int, transmissionMode: PipeTransmissionMode): NamedPipeServerStream$instance;
178
- new(pipeName: string, direction: PipeDirection, maxNumberOfServerInstances: int, transmissionMode: PipeTransmissionMode, options: PipeOptions): NamedPipeServerStream$instance;
179
- new(pipeName: string, direction: PipeDirection, maxNumberOfServerInstances: int, transmissionMode: PipeTransmissionMode, options: PipeOptions, inBufferSize: int, outBufferSize: int): NamedPipeServerStream$instance;
180
- new(direction: PipeDirection, isAsync: boolean, isConnected: boolean, safePipeHandle: SafePipeHandle): NamedPipeServerStream$instance;
174
+ new(pipeName: string): NamedPipeServerStream;
175
+ new(pipeName: string, direction: PipeDirection): NamedPipeServerStream;
176
+ new(pipeName: string, direction: PipeDirection, maxNumberOfServerInstances: int): NamedPipeServerStream;
177
+ new(pipeName: string, direction: PipeDirection, maxNumberOfServerInstances: int, transmissionMode: PipeTransmissionMode): NamedPipeServerStream;
178
+ new(pipeName: string, direction: PipeDirection, maxNumberOfServerInstances: int, transmissionMode: PipeTransmissionMode, options: PipeOptions): NamedPipeServerStream;
179
+ new(pipeName: string, direction: PipeDirection, maxNumberOfServerInstances: int, transmissionMode: PipeTransmissionMode, options: PipeOptions, inBufferSize: int, outBufferSize: int): NamedPipeServerStream;
180
+ new(direction: PipeDirection, isAsync: boolean, isConnected: boolean, safePipeHandle: SafePipeHandle): NamedPipeServerStream;
181
181
  readonly maxAllowedServerInstances: int;
182
182
  };
183
183
 
@@ -196,8 +196,8 @@ export interface PipeAccessRule$instance extends AccessRule {
196
196
 
197
197
 
198
198
  export const PipeAccessRule: {
199
- new(identity: IdentityReference, rights: PipeAccessRights, type_: AccessControlType): PipeAccessRule$instance;
200
- new(identity: string, rights: PipeAccessRights, type_: AccessControlType): PipeAccessRule$instance;
199
+ new(identity: IdentityReference, rights: PipeAccessRights, type_: AccessControlType): PipeAccessRule;
200
+ new(identity: string, rights: PipeAccessRights, type_: AccessControlType): PipeAccessRule;
201
201
  };
202
202
 
203
203
 
@@ -209,8 +209,8 @@ export interface PipeAuditRule$instance extends AuditRule {
209
209
 
210
210
 
211
211
  export const PipeAuditRule: {
212
- new(identity: IdentityReference, rights: PipeAccessRights, flags: AuditFlags): PipeAuditRule$instance;
213
- new(identity: string, rights: PipeAccessRights, flags: AuditFlags): PipeAuditRule$instance;
212
+ new(identity: IdentityReference, rights: PipeAccessRights, flags: AuditFlags): PipeAuditRule;
213
+ new(identity: string, rights: PipeAccessRights, flags: AuditFlags): PipeAuditRule;
214
214
  };
215
215
 
216
216
 
@@ -236,7 +236,7 @@ export interface PipeSecurity$instance extends NativeObjectSecurity {
236
236
 
237
237
 
238
238
  export const PipeSecurity: {
239
- new(): PipeSecurity$instance;
239
+ new(): PipeSecurity;
240
240
  };
241
241
 
242
242
 
@@ -150,7 +150,7 @@ export interface EnumerableExecutor_1$instance<T> extends EnumerableExecutor {
150
150
 
151
151
 
152
152
  export const EnumerableExecutor_1: {
153
- new<T>(expression: Expression): EnumerableExecutor_1$instance<T>;
153
+ new<T>(expression: Expression): EnumerableExecutor_1<T>;
154
154
  };
155
155
 
156
156
 
@@ -172,8 +172,8 @@ export interface EnumerableQuery_1$instance<T> extends EnumerableQuery {
172
172
 
173
173
 
174
174
  export const EnumerableQuery_1: {
175
- new<T>(enumerable: IEnumerable_1<T>): EnumerableQuery_1$instance<T>;
176
- new<T>(expression: Expression): EnumerableQuery_1$instance<T>;
175
+ new<T>(enumerable: IEnumerable_1<T>): EnumerableQuery_1<T>;
176
+ new<T>(expression: Expression): EnumerableQuery_1<T>;
177
177
  };
178
178
 
179
179
 
@@ -199,7 +199,7 @@ export interface Lookup_2$instance<TKey, TElement> {
199
199
 
200
200
 
201
201
  export const Lookup_2: {
202
- new<TKey, TElement>(): Lookup_2$instance<TKey, TElement>;
202
+ new<TKey, TElement>(): Lookup_2<TKey, TElement>;
203
203
  };
204
204
 
205
205
 
@@ -220,7 +220,7 @@ export interface OrderedParallelQuery_1$instance<TSource> extends ParallelQuery_
220
220
 
221
221
 
222
222
  export const OrderedParallelQuery_1: {
223
- new<TSource>(): OrderedParallelQuery_1$instance<TSource>;
223
+ new<TSource>(): OrderedParallelQuery_1<TSource>;
224
224
  };
225
225
 
226
226
 
@@ -237,7 +237,7 @@ export interface ParallelQuery$instance {
237
237
 
238
238
 
239
239
  export const ParallelQuery: {
240
- new(): ParallelQuery$instance;
240
+ new(): ParallelQuery;
241
241
  };
242
242
 
243
243
 
@@ -256,7 +256,7 @@ export interface ParallelQuery_1$instance<TSource> extends ParallelQuery$instanc
256
256
 
257
257
 
258
258
  export const ParallelQuery_1: {
259
- new<TSource>(): ParallelQuery_1$instance<TSource>;
259
+ new<TSource>(): ParallelQuery_1<TSource>;
260
260
  };
261
261
 
262
262
 
@@ -155,7 +155,7 @@ export interface BinaryExpression$instance extends Expression {
155
155
 
156
156
 
157
157
  export const BinaryExpression: {
158
- new(): BinaryExpression$instance;
158
+ new(): BinaryExpression;
159
159
  };
160
160
 
161
161
 
@@ -172,7 +172,7 @@ export interface BlockExpression$instance extends Expression {
172
172
 
173
173
 
174
174
  export const BlockExpression: {
175
- new(): BlockExpression$instance;
175
+ new(): BlockExpression;
176
176
  };
177
177
 
178
178
 
@@ -189,7 +189,7 @@ export interface CatchBlock$instance {
189
189
 
190
190
 
191
191
  export const CatchBlock: {
192
- new(): CatchBlock$instance;
192
+ new(): CatchBlock;
193
193
  };
194
194
 
195
195
 
@@ -206,7 +206,7 @@ export interface ConditionalExpression$instance extends Expression {
206
206
 
207
207
 
208
208
  export const ConditionalExpression: {
209
- new(): ConditionalExpression$instance;
209
+ new(): ConditionalExpression;
210
210
  };
211
211
 
212
212
 
@@ -220,7 +220,7 @@ export interface ConstantExpression$instance extends Expression {
220
220
 
221
221
 
222
222
  export const ConstantExpression: {
223
- new(): ConstantExpression$instance;
223
+ new(): ConstantExpression;
224
224
  };
225
225
 
226
226
 
@@ -239,7 +239,7 @@ export interface DebugInfoExpression$instance extends Expression {
239
239
 
240
240
 
241
241
  export const DebugInfoExpression: {
242
- new(): DebugInfoExpression$instance;
242
+ new(): DebugInfoExpression;
243
243
  };
244
244
 
245
245
 
@@ -252,7 +252,7 @@ export interface DefaultExpression$instance extends Expression {
252
252
 
253
253
 
254
254
  export const DefaultExpression: {
255
- new(): DefaultExpression$instance;
255
+ new(): DefaultExpression;
256
256
  };
257
257
 
258
258
 
@@ -271,7 +271,7 @@ export interface DynamicExpression$instance extends Expression {
271
271
 
272
272
 
273
273
  export const DynamicExpression: {
274
- new(): DynamicExpression$instance;
274
+ new(): DynamicExpression;
275
275
  dynamic(binder: CallSiteBinder, returnType: Type, arguments: IEnumerable_1<Expression>): DynamicExpression;
276
276
  dynamic(binder: CallSiteBinder, returnType: Type, arg0: Expression, arg1: Expression, arg2: Expression, arg3: Expression): DynamicExpression;
277
277
  dynamic(binder: CallSiteBinder, returnType: Type, arg0: Expression, arg1: Expression, arg2: Expression): DynamicExpression;
@@ -302,7 +302,7 @@ export interface DynamicExpressionVisitor$instance extends ExpressionVisitor {
302
302
 
303
303
 
304
304
  export const DynamicExpressionVisitor: {
305
- new(): DynamicExpressionVisitor$instance;
305
+ new(): DynamicExpressionVisitor;
306
306
  };
307
307
 
308
308
 
@@ -319,7 +319,7 @@ export interface ElementInit$instance {
319
319
 
320
320
 
321
321
  export const ElementInit: {
322
- new(): ElementInit$instance;
322
+ new(): ElementInit;
323
323
  };
324
324
 
325
325
 
@@ -670,7 +670,7 @@ export interface Expression_1$instance<TDelegate> extends LambdaExpression {
670
670
 
671
671
 
672
672
  export const Expression_1: {
673
- new<TDelegate>(): Expression_1$instance<TDelegate>;
673
+ new<TDelegate>(): Expression_1<TDelegate>;
674
674
  };
675
675
 
676
676
 
@@ -702,7 +702,7 @@ export interface GotoExpression$instance extends Expression {
702
702
 
703
703
 
704
704
  export const GotoExpression: {
705
- new(): GotoExpression$instance;
705
+ new(): GotoExpression;
706
706
  };
707
707
 
708
708
 
@@ -721,7 +721,7 @@ export interface IndexExpression$instance extends Expression {
721
721
 
722
722
 
723
723
  export const IndexExpression: {
724
- new(): IndexExpression$instance;
724
+ new(): IndexExpression;
725
725
  };
726
726
 
727
727
 
@@ -746,7 +746,7 @@ export interface InvocationExpression$instance extends Expression {
746
746
 
747
747
 
748
748
  export const InvocationExpression: {
749
- new(): InvocationExpression$instance;
749
+ new(): InvocationExpression;
750
750
  };
751
751
 
752
752
 
@@ -769,7 +769,7 @@ export interface LabelExpression$instance extends Expression {
769
769
 
770
770
 
771
771
  export const LabelExpression: {
772
- new(): LabelExpression$instance;
772
+ new(): LabelExpression;
773
773
  };
774
774
 
775
775
 
@@ -783,7 +783,7 @@ export interface LabelTarget$instance {
783
783
 
784
784
 
785
785
  export const LabelTarget: {
786
- new(): LabelTarget$instance;
786
+ new(): LabelTarget;
787
787
  };
788
788
 
789
789
 
@@ -823,7 +823,7 @@ export interface ListInitExpression$instance extends Expression {
823
823
 
824
824
 
825
825
  export const ListInitExpression: {
826
- new(): ListInitExpression$instance;
826
+ new(): ListInitExpression;
827
827
  };
828
828
 
829
829
 
@@ -840,7 +840,7 @@ export interface LoopExpression$instance extends Expression {
840
840
 
841
841
 
842
842
  export const LoopExpression: {
843
- new(): LoopExpression$instance;
843
+ new(): LoopExpression;
844
844
  };
845
845
 
846
846
 
@@ -853,7 +853,7 @@ export interface MemberAssignment$instance extends MemberBinding {
853
853
 
854
854
 
855
855
  export const MemberAssignment: {
856
- new(): MemberAssignment$instance;
856
+ new(): MemberAssignment;
857
857
  };
858
858
 
859
859
 
@@ -881,7 +881,7 @@ export interface MemberExpression$instance extends Expression {
881
881
 
882
882
 
883
883
  export const MemberExpression: {
884
- new(): MemberExpression$instance;
884
+ new(): MemberExpression;
885
885
  };
886
886
 
887
887
 
@@ -899,7 +899,7 @@ export interface MemberInitExpression$instance extends Expression {
899
899
 
900
900
 
901
901
  export const MemberInitExpression: {
902
- new(): MemberInitExpression$instance;
902
+ new(): MemberInitExpression;
903
903
  };
904
904
 
905
905
 
@@ -912,7 +912,7 @@ export interface MemberListBinding$instance extends MemberBinding {
912
912
 
913
913
 
914
914
  export const MemberListBinding: {
915
- new(): MemberListBinding$instance;
915
+ new(): MemberListBinding;
916
916
  };
917
917
 
918
918
 
@@ -925,7 +925,7 @@ export interface MemberMemberBinding$instance extends MemberBinding {
925
925
 
926
926
 
927
927
  export const MemberMemberBinding: {
928
- new(): MemberMemberBinding$instance;
928
+ new(): MemberMemberBinding;
929
929
  };
930
930
 
931
931
 
@@ -944,7 +944,7 @@ export interface MethodCallExpression$instance extends Expression {
944
944
 
945
945
 
946
946
  export const MethodCallExpression: {
947
- new(): MethodCallExpression$instance;
947
+ new(): MethodCallExpression;
948
948
  };
949
949
 
950
950
 
@@ -965,7 +965,7 @@ export interface NewArrayExpression$instance extends Expression {
965
965
 
966
966
 
967
967
  export const NewArrayExpression: {
968
- new(): NewArrayExpression$instance;
968
+ new(): NewArrayExpression;
969
969
  };
970
970
 
971
971
 
@@ -984,7 +984,7 @@ export interface NewExpression$instance extends Expression {
984
984
 
985
985
 
986
986
  export const NewExpression: {
987
- new(): NewExpression$instance;
987
+ new(): NewExpression;
988
988
  };
989
989
 
990
990
 
@@ -1006,7 +1006,7 @@ export interface ParameterExpression$instance extends Expression {
1006
1006
 
1007
1007
 
1008
1008
  export const ParameterExpression: {
1009
- new(): ParameterExpression$instance;
1009
+ new(): ParameterExpression;
1010
1010
  };
1011
1011
 
1012
1012
 
@@ -1021,7 +1021,7 @@ export interface RuntimeVariablesExpression$instance extends Expression {
1021
1021
 
1022
1022
 
1023
1023
  export const RuntimeVariablesExpression: {
1024
- new(): RuntimeVariablesExpression$instance;
1024
+ new(): RuntimeVariablesExpression;
1025
1025
  };
1026
1026
 
1027
1027
 
@@ -1036,7 +1036,7 @@ export interface SwitchCase$instance {
1036
1036
 
1037
1037
 
1038
1038
  export const SwitchCase: {
1039
- new(): SwitchCase$instance;
1039
+ new(): SwitchCase;
1040
1040
  };
1041
1041
 
1042
1042
 
@@ -1054,7 +1054,7 @@ export interface SwitchExpression$instance extends Expression {
1054
1054
 
1055
1055
 
1056
1056
  export const SwitchExpression: {
1057
- new(): SwitchExpression$instance;
1057
+ new(): SwitchExpression;
1058
1058
  };
1059
1059
 
1060
1060
 
@@ -1069,7 +1069,7 @@ export interface SymbolDocumentInfo$instance {
1069
1069
 
1070
1070
 
1071
1071
  export const SymbolDocumentInfo: {
1072
- new(): SymbolDocumentInfo$instance;
1072
+ new(): SymbolDocumentInfo;
1073
1073
  };
1074
1074
 
1075
1075
 
@@ -1087,7 +1087,7 @@ export interface TryExpression$instance extends Expression {
1087
1087
 
1088
1088
 
1089
1089
  export const TryExpression: {
1090
- new(): TryExpression$instance;
1090
+ new(): TryExpression;
1091
1091
  };
1092
1092
 
1093
1093
 
@@ -1103,7 +1103,7 @@ export interface TypeBinaryExpression$instance extends Expression {
1103
1103
 
1104
1104
 
1105
1105
  export const TypeBinaryExpression: {
1106
- new(): TypeBinaryExpression$instance;
1106
+ new(): TypeBinaryExpression;
1107
1107
  };
1108
1108
 
1109
1109
 
@@ -1123,7 +1123,7 @@ export interface UnaryExpression$instance extends Expression {
1123
1123
 
1124
1124
 
1125
1125
  export const UnaryExpression: {
1126
- new(): UnaryExpression$instance;
1126
+ new(): UnaryExpression;
1127
1127
  };
1128
1128
 
1129
1129
 
@@ -16,7 +16,7 @@ export interface LightLambda$instance {
16
16
 
17
17
 
18
18
  export const LightLambda: {
19
- new(): LightLambda$instance;
19
+ new(): LightLambda;
20
20
  };
21
21
 
22
22