File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
addon/ng2/blueprints/ng2/files/src/client Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ const barrels: string[] = [
3
3
/** @cli -barrel */
4
4
] ;
5
5
6
- function createPackageConfig ( barrels : string [ ] ) : any {
7
- return barrels . reduce ( ( barrelConfig : any , barrelName : string ) => {
6
+ function createPackageConfig ( barrelList : string [ ] ) : any {
7
+ return barrelList . reduce ( ( barrelConfig : any , barrelName : string ) => {
8
8
barrelConfig [ barrelName ] = {
9
9
format : 'register' ,
10
10
defaultExtension : 'js' ,
@@ -20,4 +20,4 @@ export const config: any = {
20
20
packages : Object . assign ( {
21
21
// Add your custom SystemJS packages here.
22
22
} , createPackageConfig ( barrels ) )
23
- } ;
23
+ } ;
Original file line number Diff line number Diff line change 1
1
/// <reference path="../../typings/browser.d.ts" />
2
2
3
- declare var __moduleName : string ;
3
+ declare var __moduleName : string ;
You can’t perform that action at this time.
0 commit comments