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 @@
*--------------------------------------------------------------------------------------------*/
'use strict';
Object.defineProperty(exports, "__esModule", { value: true });
exports.config = exports.getElectronVersion = void 0;
const fs = require("fs");
const path = require("path");
const vfs = require("vinyl-fs");