We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e73c941 commit c0edf6fCopy full SHA for c0edf6f
src/compiler/checker.ts
@@ -34319,7 +34319,7 @@ namespace ts {
34319
checkClassForDuplicateDeclarations(node);
34320
34321
// Only check for reserved static identifiers on non-ambient context.
34322
- const nodeInAmbientContext = !!(node.flags & NodeFlags.Ambient)
+ const nodeInAmbientContext = !!(node.flags & NodeFlags.Ambient);
34323
if (!nodeInAmbientContext) {
34324
checkClassForStaticPropertyNameConflicts(node);
34325
}
0 commit comments