File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -929,7 +929,7 @@ namespace ts {
929929 kind : SyntaxKind . Constructor ;
930930 parent ?: ClassDeclaration | ClassExpression ;
931931 body ?: FunctionBody ;
932- returnFlowNode ?: FlowNode ;
932+ /* @internal */ returnFlowNode ?: FlowNode ;
933933 }
934934
935935 /** For when we encounter a semicolon in a class declaration. ES6 allows these as class elements. */
@@ -3809,6 +3809,7 @@ namespace ts {
38093809 strict ?: boolean ;
38103810 strictFunctionTypes ?: boolean ; // Always combine with strict property
38113811 strictNullChecks ?: boolean ; // Always combine with strict property
3812+ strictPropertyInitialization ?: boolean ; // Always combine with strict property
38123813 /* @internal */ stripInternal ?: boolean ;
38133814 suppressExcessPropertyErrors ?: boolean ;
38143815 suppressImplicitAnyIndexErrors ?: boolean ;
You can’t perform that action at this time.
0 commit comments