feat(dart/transform): Generate all code into <file>.template.dart#6711
feat(dart/transform): Generate all code into <file>.template.dart#6711kegluneq wants to merge 2 commits intoangular:masterfrom
Conversation
|
This is a great change. I'm wondering if
How about |
|
/cc @tbosch Can we take renaming the output as a separate TODO? At the same time we do it, perhaps we can unify the naming code that is currently duplicated in the transformer & the template compiler. |
aa663c9 to
d132c33
Compare
|
SGTM. Let's file an issue to follow-up. |
|
Spun off #6712 |
d132c33 to
fd58433
Compare
Previously, we generated the code to initialize the reflector into the <file>.ng_deps.dart and the compiled template and change detector code into <file>.template.dart. Update the transformer to generate all code into <file>.template.dart to avoid the additional HTTP requests necessary when debugging applications in Dartium.
fd58433 to
a8495fb
Compare
|
Merging PR #6711 on behalf of @alexeagle to branch presubmit-alexeagle-pr-6711. |
|
Merging PR #6711 on behalf of @alexeagle to branch presubmit-alexeagle-pr-6711. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
/cc @yjbanov
Previously, we generated the code to initialize the reflector into the
.ng_deps.dart and the compiled template and change detector code
into .template.dart.
Update the transformer to generate all code into .template.dart to
avoid the additional HTTP requests necessary when debugging
applications in Dartium.