-
Notifications
You must be signed in to change notification settings - Fork 26.2k
fix(compiler-cli): do not lower expressions in non-modules #21649
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
fix(compiler-cli): do not lower expressions in non-modules #21649
Conversation
a52662c
to
50bdce9
Compare
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.
Is there an issue to reference ?
50bdce9
to
fef715b
Compare
fef715b
to
1ca292e
Compare
Create Issue and update PR to reference it. |
You can preview fef715b at https://pr21649-fef715b.ngbuilds.io/. |
You can preview 1ca292e at https://pr21649-1ca292e.ngbuilds.io/. |
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. |
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue: #21651
If a compilation contains a non-module
ngc
might convert it into a module if it contains a expression that might be rewritten.What is the new behavior?
Only modules are rewritten.
Does this PR introduce a breaking change?