Skip to content

Commit d3036f3

Browse files
committed
allow generateTrace in compiler API
1 parent 0eb26c3 commit d3036f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compiler/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5461,7 +5461,7 @@ export const enum NodeBuilderFlags {
54615461
AllowEmptyIndexInfoType = 1 << 21,
54625462
// Errors (cont.)
54635463
AllowNodeModulesRelativePaths = 1 << 26,
5464-
5464+
54655465

54665466
IgnoreErrors = AllowThisInObjectLiteral | AllowQualifiedNameInPlaceOfIdentifier | AllowAnonymousIdentifier | AllowEmptyUnionOrIntersection | AllowEmptyTuple | AllowEmptyIndexInfoType | AllowNodeModulesRelativePaths,
54675467

@@ -7341,7 +7341,7 @@ export interface CompilerOptions {
73417341
experimentalDecorators?: boolean;
73427342
forceConsistentCasingInFileNames?: boolean;
73437343
/** @internal */ generateCpuProfile?: string;
7344-
/** @internal */ generateTrace?: string;
7344+
generateTrace?: string;
73457345
/** @internal */ help?: boolean;
73467346
ignoreDeprecations?: string;
73477347
importHelpers?: boolean;

0 commit comments

Comments
 (0)