Skip to content
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

perf(core): make IterableDiffers and KeyValueDiffers tree-shakable #45094

Commits on Feb 15, 2022

  1. perf(core): make IterableDiffers and KeyValueDiffers tree-shakable

    This commit removed references to the `IterableDiffers` and `KeyValueDiffers` classes from the `ApplicationModule`, which effectively make them tree-shakable. Both classes have `prov` static field with the right setup, so they'll be properly initialized when referenced.
    AndrewKushnir committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    9f6bcc7 View commit details
    Browse the repository at this point in the history