File tree Expand file tree Collapse file tree 8 files changed +0
-16
lines changed Expand file tree Collapse file tree 8 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 33 * Licensed under the MIT License. See License.txt in the project root for license information.
44 *--------------------------------------------------------------------------------------------*/
55
6- 'use strict' ;
7-
86import * as gulp from 'gulp' ;
97import * as optionsSchemaGenerator from './src/tools/GenerateOptionsSchema' ;
108import * as packageDependencyUpdater from './src/tools/UpdatePackageDependencies' ;
Original file line number Diff line number Diff line change 33 * Licensed under the MIT License. See License.txt in the project root for license information.
44 *--------------------------------------------------------------------------------------------*/
55
6- 'use strict' ;
7-
86import * as gulp from 'gulp' ;
97
108gulp . task ( 'package:offline' , gulp . series ( 'vsix:offline:package' ) ) ;
Original file line number Diff line number Diff line change 33 * Licensed under the MIT License. See License.txt in the project root for license information.
44 *--------------------------------------------------------------------------------------------*/
55
6- 'use strict' ;
7-
86import * as minimist from 'minimist' ;
97import * as path from 'path' ;
108
Original file line number Diff line number Diff line change 44 * Licensed under the MIT License. See License.txt in the project root for license information.
55 *--------------------------------------------------------------------------------------------*/
66
7- 'use strict' ;
8-
97import * as debugUtil from '../src/coreclr-debug/util' ;
108import * as del from 'del' ;
119import * as fs from 'fs' ;
Original file line number Diff line number Diff line change 33 * Licensed under the MIT License. See License.txt in the project root for license information.
44 *--------------------------------------------------------------------------------------------*/
55
6- 'use strict' ;
7-
86import * as del from 'del' ;
97import * as fs from 'fs' ;
108import * as gulp from 'gulp' ;
Original file line number Diff line number Diff line change 33 * Licensed under the MIT License. See License.txt in the project root for license information.
44 *--------------------------------------------------------------------------------------------*/
55
6- 'use strict' ;
7-
86import * as fs from 'fs' ;
97
108export function getPackageJSON ( ) {
Original file line number Diff line number Diff line change 33 * Licensed under the MIT License. See License.txt in the project root for license information.
44 *--------------------------------------------------------------------------------------------*/
55
6- 'use strict' ;
7-
86import * as path from 'path' ;
97import { commandLineOptions } from './commandLineArguments' ;
108
Original file line number Diff line number Diff line change 55
66//@ts -check
77
8- 'use strict' ;
9-
108const path = require ( 'path' ) ;
119/**@type {import('webpack').Configuration }*/
1210const config = {
You can’t perform that action at this time.
0 commit comments