mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
@@ -25,7 +25,7 @@ function getMangledFileContents(projectPath) {
|
||||
if (!entry) {
|
||||
const log = (...data) => fancyLog(ansiColors.blue('[mangler]'), ...data);
|
||||
log(`Mangling ${projectPath}`);
|
||||
const ts2tsMangler = new Mangler(projectPath, log);
|
||||
const ts2tsMangler = new Mangler(projectPath, log, { mangleExports: true, manglePrivateFields: true });
|
||||
entry = ts2tsMangler.computeNewFileContents();
|
||||
mangleMap.set(projectPath, entry);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user