-
Notifications
You must be signed in to change notification settings - Fork 27k
refactor(common): deprecate isPlatform functions #50055
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
6658102 to
a28277e
Compare
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.
LGTM, thanks
atscott
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.
Actually, these functions are public API. If they're exported, they can't be removed with deprecation and then waiting 2 major versions, right?
|
Yeah you're right. |
Unless they were officially already deprecated in v11, yes |
a28277e to
e1999a5
Compare
|
Let's deprecate them then ! |
pkozlowski-opensource
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
Reviewed-for: public-api
The Web worker platform was removed in v11. `isPlatformWorkerApp` & `isPlatformWorkerUi` have no purpose since.
e1999a5 to
36a3a0c
Compare
AndrewKushnir
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: public-api
|
This PR was merged into the repository by commit f49c6d0. |
The Web worker platform was removed in v11. `isPlatformWorkerApp` & `isPlatformWorkerUi` have no purpose since. PR Close #50055
The Web worker platform was removed in v11. `isPlatformWorkerApp` & `isPlatformWorkerUi` have no purpose since. PR Close angular#50055
|
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. |
The Web worker platform was removed in v11.
isPlatformWorkerApp&isPlatformWorkerUihave no purpose since, lets deprecate them!PR Type
What kind of change does this PR introduce?
Does this PR introduce a breaking change?