style(dart/transform): Rename .ngDeps.dart => .ng_deps.dart

Update to conform with file naming conventions.

Closes #975
This commit is contained in:
Tim Blasi
2015-03-16 13:32:29 -07:00
committed by Misko Hevery
parent 91398c3425
commit d10df7de44
26 changed files with 32 additions and 30 deletions

View File

@ -10,7 +10,7 @@ import 'package:barback/barback.dart';
import 'linker.dart';
/// Transformer responsible for processing .ngDeps.dart files created by
/// Transformer responsible for processing .ng_deps.dart files created by
/// [DirectiveProcessor] and ensuring that the generated calls to
/// `setupReflection` call the necessary `setupReflection` method in all
/// dependencies.