refactor(dart/transform): Simplify deferred rewriting#6994
refactor(dart/transform): Simplify deferred rewriting#6994kegluneq wants to merge 1 commit intoangular:masterfrom
Conversation
There was a problem hiding this comment.
shouldn't this really count as part of the time?
There was a problem hiding this comment.
Or you could log it as a separate named operation if you want to keep it separate. I think its important to track this time somewhere though.
There was a problem hiding this comment.
Discussed offline - I like this idea but will tackle it in a separate PR.
|
minor nit about |
Simplify the DeferredRewriting and move package:quiver to a dev dependency.
|
Merging PR #6994 on behalf of @btford to branch presubmit-btford-pr-6994. |
|
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. |
Sorry for the large refactor - originally I meant to just remove the use of
package:quiver, but once I started pulling on that thread...Thanks!
Simplify the DeferredRewriting and move package:quiver to a dev
dependency.