File tree Expand file tree Collapse file tree 2 files changed +20
-20
lines changed
Expand file tree Collapse file tree 2 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ describe("Benchmark", () => {
88
99 // For benchmark, activate the deps manually before loading the actual package:
1010 const deps = [
11- "atom-ide-datatip" ,
12- "atom-ide-signature-help" ,
13- "atom-ide-hyperclick" ,
14- "atom-ide-definitions" ,
15- "atom-ide-outline" ,
16- "linter" ,
17- "intentions" ,
18- "atom-typescript" ,
19- "linter-eslint" ,
20- ] ;
11+ "atom-ide-datatip" ,
12+ "atom-ide-signature-help" ,
13+ "atom-ide-hyperclick" ,
14+ "atom-ide-definitions" ,
15+ "atom-ide-outline" ,
16+ "linter" ,
17+ "intentions" ,
18+ "atom-typescript" ,
19+ "linter-eslint" ,
20+ ] ;
2121 deps . forEach ( async ( p ) => await atom . packages . activatePackage ( p ) ) ;
2222
2323 // Activate the package
Original file line number Diff line number Diff line change @@ -22,16 +22,16 @@ async function package_deps() {
2222 // Add entries from package-deps here manually
2323 // (to prevent loading atom-package-deps and package.json when the deps are already loaded)
2424 const deps = [
25- "atom-ide-datatip" ,
26- "atom-ide-signature-help" ,
27- "atom-ide-hyperclick" ,
28- "atom-ide-definitions" ,
29- "atom-ide-outline" ,
30- "linter" ,
31- "intentions" ,
32- "atom-typescript" ,
33- "linter-eslint" ,
34- ] ;
25+ "atom-ide-datatip" ,
26+ "atom-ide-signature-help" ,
27+ "atom-ide-hyperclick" ,
28+ "atom-ide-definitions" ,
29+ "atom-ide-outline" ,
30+ "linter" ,
31+ "intentions" ,
32+ "atom-typescript" ,
33+ "linter-eslint" ,
34+ ] ;
3535 if ( deps . some ( ( p ) => ! atom . packages . isPackageLoaded ( p ) ) ) {
3636 await import ( "atom-package-deps" ) . then ( ( atom_package_deps ) => {
3737 // install if not installed
You can’t perform that action at this time.
0 commit comments