Skip to content

Commit 27529f1

Browse files
committed
Addressing CR feedback
1 parent f0f4ca6 commit 27529f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/compiler/parser.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,9 @@ module ts {
18581858
function isReusableModuleElement(node: Node) {
18591859
if (node) {
18601860
switch (node.kind) {
1861+
case SyntaxKind.ImportDeclaration:
18611862
case SyntaxKind.ImportEqualsDeclaration:
1863+
case SyntaxKind.ExportDeclaration:
18621864
case SyntaxKind.ExportAssignment:
18631865
case SyntaxKind.ClassDeclaration:
18641866
case SyntaxKind.InterfaceDeclaration:

0 commit comments

Comments
 (0)