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 3a55c84 commit 92c2d48Copy full SHA for 92c2d48
src/compiler/checker.ts
@@ -10992,7 +10992,7 @@ namespace ts {
10992
10993
function getEffectiveDeclarationFlags(n: Node, flagsToCheck: NodeFlags): NodeFlags {
10994
let flags = getCombinedNodeFlags(n);
10995
-
+
10996
// children of classes (even ambient classes) should not be marked as ambient or export
10997
// because those flags have no useful semantics there.
10998
if (n.parent.kind !== SyntaxKind.InterfaceDeclaration &&
0 commit comments