Address PR feedback
This commit is contained in:
Родитель
c2fc52e92b
Коммит
3580a999c8
|
@ -5678,9 +5678,7 @@ module ts {
|
|||
|
||||
function checkExportAssignment(node: ExportAssignment) {
|
||||
var container = node.parent;
|
||||
if (container.kind === SyntaxKind.SourceFile) {
|
||||
}
|
||||
else {
|
||||
if (container.kind !== SyntaxKind.SourceFile) {
|
||||
// In a module, the immediate parent will be a block, so climb up one more parent
|
||||
container = container.parent;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче