You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which @angular/* package(s) are the source of the bug?
compiler
Is this a regression?
Yes
Description
When building an angular app with a class containing runtime JavaScript private methods on Angular 15.0.3, Babel starts complaining about these private methods needing a plugin. 15.0.2 did not have this problem.
Please provide a link to a minimal reproduction of the bug
Is using runtime private methods wherever we can and it makes sense to do so a good practice? Every browser except the one that should be thrown into a pit of flames supports runtime private methods at this point.
The text was updated successfully, but these errors were encountered:
Which @angular/* package(s) are the source of the bug?
compiler
Is this a regression?
Yes
Description
When building an angular app with a class containing runtime JavaScript private methods on Angular 15.0.3, Babel starts complaining about these private methods needing a plugin. 15.0.2 did not have this problem.
Please provide a link to a minimal reproduction of the bug
https://github.com/flevi29/angular_private_method
Please provide the exception or error you saw
Please provide the environment you discovered this bug in (run
ng version
)Anything else?
Is using runtime private methods wherever we can and it makes sense to do so a good practice? Every browser except the one that should be thrown into a pit of flames supports runtime private methods at this point.
The text was updated successfully, but these errors were encountered: