Build VS Code with TS 3.9-nightly

This commit is contained in:
Matt Bierner
2020-02-29 11:45:48 -08:00
parent fc9543ac88
commit ff253a8f60
20 changed files with 173 additions and 154 deletions

View File

@@ -4,6 +4,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.createESMSourcesAndResources2 = exports.extractEditor = void 0;
const ts = require("typescript");
const fs = require("fs");
const path = require("path");