-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Remove leftovers from stop-based functions #11247
Comments
I pushed release-boba...11247 to test this out. In core, the The whole |
I updated release-boba...11247 showing that we can now do this cleanup at our leisure; i.e. on |
#11509 wound up removing the |
This is currently looking like the number one thing we could do to reduce binary size. If we can remove all the |
We're intending to take advantage of the fact that the upcoming releases of the iOS and Android SDKs are semver-major versions in order to introduce expressions as a complete replacement for the prior stop-based function functionality, and remove the stop-based APIs entirely. (Existing styles which use stop functions will be transparently converted to equivalent expressions when loaded.)
We should review the iOS and Android SDK APIs now that expressions have landed, and confirm that all stop-based function APIs have been removed.
As a second confirmation that we haven't left any lingering APIs which we'd be unable to remove until the next semver-major release, we should make the relevant core code private. This will allow us to refactor the core code at our leisure. (Among other things, such core refactoring may allow us to decrease the binary size.)
The text was updated successfully, but these errors were encountered: