mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
free memory when TS2TS mangling is done
This commit is contained in:
@@ -350,7 +350,7 @@ export class Mangler {
|
||||
this.service = ts.createLanguageService(new StaticLanguageServiceHost(projectPath));
|
||||
}
|
||||
|
||||
computeNewFileContents(): ReadonlyMap<string, string> {
|
||||
computeNewFileContents(): Map<string, string> {
|
||||
|
||||
// STEP: find all classes and their field info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user