mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Do not remove duplicate TS boilerplate until we find a good way to handle TS updates
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
"use strict";
|
||||
exports.__esModule = true;
|
||||
var fs = require("fs");
|
||||
var path = require("path");
|
||||
var vm = require("vm");
|
||||
@@ -114,7 +115,8 @@ function emitEntryPoints(modules, entryPoints) {
|
||||
}
|
||||
});
|
||||
return {
|
||||
files: extractStrings(removeDuplicateTSBoilerplate(result)),
|
||||
// TODO@TS 2.1.2
|
||||
files: extractStrings(/*removeDuplicateTSBoilerplate(*/ result /*)*/),
|
||||
bundleData: bundleData
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user