mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 11:08:51 -06:00
PR feedback.
This commit is contained in:
parent
97d2ea8f32
commit
5043bf72f5
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user