mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
rename 'FileMap.delete' to 'FileMap.remove'
This commit is contained in:
@@ -1990,7 +1990,7 @@ module ts {
|
||||
|
||||
Debug.assert(entry.languageServiceRefCount >= 0);
|
||||
if (entry.languageServiceRefCount === 0) {
|
||||
bucket.delete(fileName);
|
||||
bucket.remove(fileName);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user