Skip to content

Commit 5043bf7

Browse files
committed
PR feedback.
1 parent 97d2ea8 commit 5043bf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/compiler/core.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ namespace ts {
260260
}
261261

262262
clear(): void {
263-
this.data = createDictionaryObject<T>();
263+
this.data = createDictionaryObject<MapEntry<T>>();
264264
this.size = 0;
265265

266266
// Reset the linked list. Note that we must adjust the forward

0 commit comments

Comments
 (0)