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
@@ -14,9 +14,9 @@ import 'remove_reflection_capabilities.dart';
/// The goal of this is to break the app's dependency on dart:mirrors.
///
/// This transformer assumes that [DirectiveProcessor] and [DirectiveLinker]
/// have already been run and that a .ngDeps.dart file has been generated for
/// have already been run and that a .ng_deps.dart file has been generated for
/// [options.entryPoint]. The instantiation of [ReflectionCapabilities] is
/// replaced by calling `setupReflection` in that .ngDeps.dart file.
/// replaced by calling `setupReflection` in that .ng_deps.dart file.
class ReflectionRemover extends Transformer {
final TransformerOptions options;