PR feedback.

This commit is contained in:
kpreisser 2019-02-07 09:01:27 +01:00
parent 97d2ea8f32
commit 5043bf72f5

View File

@ -260,7 +260,7 @@ namespace ts {
}
clear(): void {
this.data = createDictionaryObject<T>();
this.data = createDictionaryObject<MapEntry<T>>();
this.size = 0;
// Reset the linked list. Note that we must adjust the forward