Skip to content

Commit cf46dde

Browse files
committed
Remove 'use strict'
1 parent 5e19da1 commit cf46dde

8 files changed

+0
-16
lines changed

gulpfile.ts

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6-
'use strict';
7-
86
import * as gulp from 'gulp';
97
import * as optionsSchemaGenerator from './src/tools/GenerateOptionsSchema';
108
import * as packageDependencyUpdater from './src/tools/UpdatePackageDependencies';

tasks/backcompatTasks.ts

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6-
'use strict';
7-
86
import * as gulp from 'gulp';
97

108
gulp.task('package:offline', gulp.series('vsix:offline:package'));

tasks/commandLineArguments.ts

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6-
'use strict';
7-
86
import * as minimist from 'minimist';
97
import * as path from 'path';
108

tasks/offlinePackagingTasks.ts

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
* Licensed under the MIT License. See License.txt in the project root for license information.
55
*--------------------------------------------------------------------------------------------*/
66

7-
'use strict';
8-
97
import * as debugUtil from '../src/coreclr-debug/util';
108
import * as del from 'del';
119
import * as fs from 'fs';

tasks/onlinePackagingTasks.ts

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6-
'use strict';
7-
86
import * as del from 'del';
97
import * as fs from 'fs';
108
import * as gulp from 'gulp';

tasks/packageJson.ts

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6-
'use strict';
7-
86
import * as fs from 'fs';
97

108
export function getPackageJSON() {

tasks/projectPaths.ts

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6-
'use strict';
7-
86
import * as path from 'path';
97
import { commandLineOptions } from './commandLineArguments';
108

webpack.config.js

-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
//@ts-check
77

8-
'use strict';
9-
108
const path = require('path');
119
/**@type {import('webpack').Configuration}*/
1210
const config = {

0 commit comments

Comments
 (0)