Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Pasero <benjpas@microsoft.com>2018-09-07 17:05:24 +0300
committerBenjamin Pasero <benjpas@microsoft.com>2018-09-07 17:05:28 +0300
commitf3b191ab38fb9f1717ce5ce3396bb41204ffb399 (patch)
tree6cc8f1b5351fafaff6af17e7215b4cabe773cb52 /src/cli.js
parent007fe79fe58456c53b4407089ff7a40750fbe9a7 (diff)
@ts-check for bootstrap JS files
Diffstat (limited to 'src/cli.js')
-rw-r--r--src/cli.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cli.js b/src/cli.js
index d464953c4b7..17db1b6a2f7 100644
--- a/src/cli.js
+++ b/src/cli.js
@@ -3,6 +3,9 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
+//@ts-check
+'use strict';
+
const bootstrap = require('./bootstrap');
// Enable portable support