mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-18 17:27:54 -05:00
rename 'FileMap.delete' to 'FileMap.remove'
This commit is contained in:
@@ -7,7 +7,7 @@ module ts {
|
||||
get(fileName: string): T;
|
||||
set(fileName: string, value: T): void;
|
||||
contains(fileName: string): boolean;
|
||||
delete(fileName: string): void;
|
||||
remove(fileName: string): void;
|
||||
forEachValue(f: (v: T) => void): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user