File tree 8 files changed +32
-0
lines changed
tests/baselines/reference
8 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -1186,6 +1186,7 @@ declare module "typescript" {
1186
1186
target ?: ScriptTarget ;
1187
1187
version ?: boolean ;
1188
1188
watch ?: boolean ;
1189
+ stripInternal ?: boolean ;
1189
1190
[ option : string ] : string | number | boolean ;
1190
1191
}
1191
1192
const enum ModuleKind {
@@ -1216,6 +1217,7 @@ declare module "typescript" {
1216
1217
description ? : DiagnosticMessage ;
1217
1218
paramType ? : DiagnosticMessage ;
1218
1219
error ? : DiagnosticMessage ;
1220
+ experimental ? : boolean ;
1219
1221
}
1220
1222
const enum CharacterCodes {
1221
1223
nullCharacter = 0 ,
Original file line number Diff line number Diff line change @@ -3818,6 +3818,9 @@ declare module "typescript" {
3818
3818
watch?: boolean;
3819
3819
>watch : boolean
3820
3820
3821
+ stripInternal?: boolean;
3822
+ >stripInternal : boolean
3823
+
3821
3824
[option: string]: string | number | boolean;
3822
3825
>option : string
3823
3826
}
@@ -3898,6 +3901,9 @@ declare module "typescript" {
3898
3901
error?: DiagnosticMessage;
3899
3902
>error : DiagnosticMessage
3900
3903
>DiagnosticMessage : DiagnosticMessage
3904
+
3905
+ experimental?: boolean;
3906
+ >experimental : boolean
3901
3907
}
3902
3908
const enum CharacterCodes {
3903
3909
>CharacterCodes : CharacterCodes
Original file line number Diff line number Diff line change @@ -1215,6 +1215,7 @@ declare module "typescript" {
1215
1215
target ?: ScriptTarget ;
1216
1216
version ?: boolean ;
1217
1217
watch ?: boolean ;
1218
+ stripInternal ?: boolean ;
1218
1219
[ option : string ] : string | number | boolean ;
1219
1220
}
1220
1221
const enum ModuleKind {
@@ -1245,6 +1246,7 @@ declare module "typescript" {
1245
1246
description ? : DiagnosticMessage ;
1246
1247
paramType ? : DiagnosticMessage ;
1247
1248
error ? : DiagnosticMessage ;
1249
+ experimental ? : boolean ;
1248
1250
}
1249
1251
const enum CharacterCodes {
1250
1252
nullCharacter = 0 ,
Original file line number Diff line number Diff line change @@ -3948,6 +3948,9 @@ declare module "typescript" {
3948
3948
watch?: boolean;
3949
3949
>watch : boolean
3950
3950
3951
+ stripInternal?: boolean;
3952
+ >stripInternal : boolean
3953
+
3951
3954
[option: string]: string | number | boolean;
3952
3955
>option : string
3953
3956
}
@@ -4028,6 +4031,9 @@ declare module "typescript" {
4028
4031
error?: DiagnosticMessage;
4029
4032
>error : DiagnosticMessage
4030
4033
>DiagnosticMessage : DiagnosticMessage
4034
+
4035
+ experimental?: boolean;
4036
+ >experimental : boolean
4031
4037
}
4032
4038
const enum CharacterCodes {
4033
4039
>CharacterCodes : CharacterCodes
Original file line number Diff line number Diff line change @@ -1216,6 +1216,7 @@ declare module "typescript" {
1216
1216
target ?: ScriptTarget ;
1217
1217
version ?: boolean ;
1218
1218
watch ?: boolean ;
1219
+ stripInternal ?: boolean ;
1219
1220
[ option : string ] : string | number | boolean ;
1220
1221
}
1221
1222
const enum ModuleKind {
@@ -1246,6 +1247,7 @@ declare module "typescript" {
1246
1247
description ? : DiagnosticMessage ;
1247
1248
paramType ? : DiagnosticMessage ;
1248
1249
error ? : DiagnosticMessage ;
1250
+ experimental ? : boolean ;
1249
1251
}
1250
1252
const enum CharacterCodes {
1251
1253
nullCharacter = 0 ,
Original file line number Diff line number Diff line change @@ -3896,6 +3896,9 @@ declare module "typescript" {
3896
3896
watch?: boolean;
3897
3897
>watch : boolean
3898
3898
3899
+ stripInternal?: boolean;
3900
+ >stripInternal : boolean
3901
+
3899
3902
[option: string]: string | number | boolean;
3900
3903
>option : string
3901
3904
}
@@ -3976,6 +3979,9 @@ declare module "typescript" {
3976
3979
error?: DiagnosticMessage;
3977
3980
>error : DiagnosticMessage
3978
3981
>DiagnosticMessage : DiagnosticMessage
3982
+
3983
+ experimental?: boolean;
3984
+ >experimental : boolean
3979
3985
}
3980
3986
const enum CharacterCodes {
3981
3987
>CharacterCodes : CharacterCodes
Original file line number Diff line number Diff line change @@ -1253,6 +1253,7 @@ declare module "typescript" {
1253
1253
target ?: ScriptTarget ;
1254
1254
version ?: boolean ;
1255
1255
watch ?: boolean ;
1256
+ stripInternal ?: boolean ;
1256
1257
[ option : string ] : string | number | boolean ;
1257
1258
}
1258
1259
const enum ModuleKind {
@@ -1283,6 +1284,7 @@ declare module "typescript" {
1283
1284
description ? : DiagnosticMessage ;
1284
1285
paramType ? : DiagnosticMessage ;
1285
1286
error ? : DiagnosticMessage ;
1287
+ experimental ? : boolean ;
1286
1288
}
1287
1289
const enum CharacterCodes {
1288
1290
nullCharacter = 0 ,
Original file line number Diff line number Diff line change @@ -4074,6 +4074,9 @@ declare module "typescript" {
4074
4074
watch?: boolean;
4075
4075
>watch : boolean
4076
4076
4077
+ stripInternal?: boolean;
4078
+ >stripInternal : boolean
4079
+
4077
4080
[option: string]: string | number | boolean;
4078
4081
>option : string
4079
4082
}
@@ -4154,6 +4157,9 @@ declare module "typescript" {
4154
4157
error?: DiagnosticMessage;
4155
4158
>error : DiagnosticMessage
4156
4159
>DiagnosticMessage : DiagnosticMessage
4160
+
4161
+ experimental?: boolean;
4162
+ >experimental : boolean
4157
4163
}
4158
4164
const enum CharacterCodes {
4159
4165
>CharacterCodes : CharacterCodes
You can’t perform that action at this time.
0 commit comments