-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Labels
effort1: hoursrefactoringIssue that involves refactoring or code-cleanupIssue that involves refactoring or code-cleanup
Description
/cc @yjbanov
.template.dart is a poor name for what this file actually does:
- Defines
initReflector - Defines classes with compiled template commands
- Defines change detector classes
Rename these output files to something else, maybe:
- .ng_deps.dart
- .ng_gen.dart
- .ng.dart
- .ng2.dart
This will require changes in both Transformer & Template Compiler code.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
effort1: hoursrefactoringIssue that involves refactoring or code-cleanupIssue that involves refactoring or code-cleanup