Skip to content

Commit cc9f921

Browse files
author
Josh Goldberg
committed
Removed out-of-place .parent setting from parser.ts
1 parent 0cd9853 commit cc9f921

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/parser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4590,7 +4590,6 @@ namespace ts {
45904590
if (asKeyword) {
45914591
const asType = parseType();
45924592
(<ShorthandPropertyAssignment>node).type = asType;
4593-
asType.parent = node;
45944593
}
45954594
}
45964595
}

0 commit comments

Comments
 (0)