File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5461,7 +5461,7 @@ export const enum NodeBuilderFlags {
5461
5461
AllowEmptyIndexInfoType = 1 << 21 ,
5462
5462
// Errors (cont.)
5463
5463
AllowNodeModulesRelativePaths = 1 << 26 ,
5464
-
5464
+
5465
5465
5466
5466
IgnoreErrors = AllowThisInObjectLiteral | AllowQualifiedNameInPlaceOfIdentifier | AllowAnonymousIdentifier | AllowEmptyUnionOrIntersection | AllowEmptyTuple | AllowEmptyIndexInfoType | AllowNodeModulesRelativePaths ,
5467
5467
@@ -7341,7 +7341,7 @@ export interface CompilerOptions {
7341
7341
experimentalDecorators ?: boolean ;
7342
7342
forceConsistentCasingInFileNames ?: boolean ;
7343
7343
/** @internal */ generateCpuProfile ?: string ;
7344
- /** @internal */ generateTrace ?: string ;
7344
+ generateTrace ?: string ;
7345
7345
/** @internal */ help ?: boolean ;
7346
7346
ignoreDeprecations ?: string ;
7347
7347
importHelpers ?: boolean ;
You can’t perform that action at this time.
0 commit comments