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

Extract for-of iterator handling to a helper #11262

Merged
merged 5 commits into from Mar 16, 2020

Commits on Mar 16, 2020

  1. Extract for-of iterator handling to a helper

    Dis greatly recudes the code size when for-of is used multiple times across the
    codebase. Also, makes it easier to read what's happening in a compiled loop.
    nicolo-ribaudo committed Mar 16, 2020
    Copy the full SHA
    2f4220a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    986a3d7 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    054cf39 View commit details
    Browse the repository at this point in the history
  4. Update tmp var name

    nicolo-ribaudo committed Mar 16, 2020
    Copy the full SHA
    8aadff9 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    771986f View commit details
    Browse the repository at this point in the history