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:
authorMatt Bierner <matb@microsoft.com>2022-06-21 22:00:43 +0300
committerGitHub <noreply@github.com>2022-06-21 22:00:43 +0300
commit2a84b0fb6d64c6a8237a76331f9df0d6c5f84d7e (patch)
tree4bb7b7bd767028f2b6e0f345ed1052ef127769fa /build/azure-pipelines/upload-cdn.ts
parent4473810360dfa266b525f56c583485d41036922f (diff)
Enable alwaysStrict for build scripts (#152778)
Turns on `alwaysStrict` and removes `'use strict';` from our `.ts` files
Diffstat (limited to 'build/azure-pipelines/upload-cdn.ts')
-rw-r--r--build/azure-pipelines/upload-cdn.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/build/azure-pipelines/upload-cdn.ts b/build/azure-pipelines/upload-cdn.ts
index 9ac656e7c26..ddb03c1e839 100644
--- a/build/azure-pipelines/upload-cdn.ts
+++ b/build/azure-pipelines/upload-cdn.ts
@@ -3,8 +3,6 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
-'use strict';
-
import * as es from 'event-stream';
import * as Vinyl from 'vinyl';
import * as vfs from 'vinyl-fs';