refactor(common): deprecate isPlatform functions#50055
refactor(common): deprecate isPlatform functions#50055JeanMeche wants to merge 1 commit intoangular:mainfrom
Conversation
6658102 to
a28277e
Compare
atscott
left a comment
There was a problem hiding this comment.
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.
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.
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?