We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2739399 commit a490ef4Copy full SHA for a490ef4
1 file changed
src/compiler/checker.ts
@@ -28816,7 +28816,7 @@ export function createTypeChecker(host: TypeCheckerHost): TypeChecker {
28816
forEachChild(node, markAssignments);
28817
}
28818
28819
- }
+ }
28820
28821
function isConstantVariable(symbol: Symbol) {
28822
return symbol.flags & SymbolFlags.Variable && (getDeclarationNodeFlagsFromSymbol(symbol) & NodeFlags.Constant) !== 0;
0 commit comments