refactor(dart/transform): Minor renames
Rename `setupReflection` => `initReflector` Rename `TemplateComplier` => `TemplateCompiler` Closes #1180
This commit is contained in:
@ -25,7 +25,7 @@ class AngularTransformerGroup extends TransformerGroup {
|
||||
if (options.modeName == TRANSFORM_MODE) {
|
||||
phases.addAll([
|
||||
[new BindGenerator(options)],
|
||||
[new TemplateComplier(options)],
|
||||
[new TemplateCompiler(options)],
|
||||
[new ReflectionRemover(options)]
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user