@@ -79,8 +79,8 @@ function _angularImportsFromNode(node: ts.ImportDeclaration, _sourceFile: ts.Sou
7979
8080
8181function _ctorParameterFromTypeReference ( paramNode : ts . ParameterDeclaration ,
82- angularImports : string [ ] ,
83- refactor : TypeScriptFileRefactor ) {
82+ angularImports : string [ ] ,
83+ refactor : TypeScriptFileRefactor ) {
8484 let typeName = 'undefined' ;
8585
8686 if ( paramNode . type ) {
@@ -136,8 +136,8 @@ function _ctorParameterFromTypeReference(paramNode: ts.ParameterDeclaration,
136136
137137
138138function _addCtorParameters ( classNode : ts . ClassDeclaration ,
139- angularImports : string [ ] ,
140- refactor : TypeScriptFileRefactor ) {
139+ angularImports : string [ ] ,
140+ refactor : TypeScriptFileRefactor ) {
141141 // For every classes with constructors, output the ctorParameters function which contains a list
142142 // of injectable types.
143143 const ctor = (
@@ -445,7 +445,7 @@ function _diagnoseDeps(reasons: ModuleReason[], plugin: AotPlugin, checked: Set<
445445
446446
447447export function _getModuleExports ( plugin : AotPlugin ,
448- refactor : TypeScriptFileRefactor ) : ts . Identifier [ ] {
448+ refactor : TypeScriptFileRefactor ) : ts . Identifier [ ] {
449449 const exports = refactor
450450 . findAstNodes ( refactor . sourceFile , ts . SyntaxKind . ExportDeclaration , true ) ;
451451
0 commit comments