feat: remove MapWrapper.clear().
It's the same in Dart and JavaScript.
This commit is contained in:
@ -52,8 +52,8 @@ export class CompilerCache {
|
||||
}
|
||||
|
||||
clear(): void {
|
||||
MapWrapper.clear(this._cache);
|
||||
MapWrapper.clear(this._hostCache);
|
||||
this._cache.clear();
|
||||
this._hostCache.clear();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user