-
Notifications
You must be signed in to change notification settings - Fork 26.9k
refactor(compiler-cli): move downlevel decorators transform into ngtsc #44909
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
2af843a to
6237234
Compare
|
Note to reviewer: unfortunately the whitespace changes are causing too much differences for the spec file rename to be considered as rename; use git diff -M30% -w 6237234b9cf02558b12e5521633e18b62daf433c~ 6237234b9cf02558b12e5521633e18b62daf433cto see a readable diff. |
dgp1130
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed-for: tooling-cli-shared-api
alan-agius4
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed-for: tooling-cli-shared-api
69017ad to
b654f77
Compare
|
@JoostK It looks like this was approved and never merged. Is this something you still want to merge? |
|
Yes, I shall rebase! Some more approvals are needed though. |
b654f77 to
ed22ea1
Compare
josephperrott
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This commit moves the `downlevel_decorators_transform` into a dedicated compilation unit within `ngtsc`. The tests were refactored to move to ngtsc's testing abstractions, allowing VE's `MockAotContext` and `MockCompilerHost` to be removed.
ed22ea1 to
153f84d
Compare
|
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. |
This commit moves the
downlevel_decorators_transforminto a dedicatedcompilation unit within
ngtsc.The tests were refactored to move to ngtsc's testing abstractions, allowing
VE's
MockAotContextandMockCompilerHostto be removed.