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.execute = exports.run3 = exports.DeclarationResolver = exports.FSProvider = exports.RECIPE_PATH = void 0;
const fs = require("fs");
const ts = require("typescript");
const path = require("path");