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

Improve types of fill polyfill and test fallback #1793

Merged
merged 5 commits into from
Nov 23, 2018

Commits on Nov 23, 2018

  1. Improve types of fill polyfill and test fallback

    The polyfill will now return the T instead of the TypedArray union
    type. Tests now target the fallback only so engines that support fill
    will run tests against the fallback code.
    Tyriar committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    266ea38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f18717 View commit details
    Browse the repository at this point in the history
  3. Move TypedArrayUtils to common

    It belongs here since the renderers will use it
    Tyriar committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    1b5ef5d View commit details
    Browse the repository at this point in the history
  4. remove not longer needed test cases

    Removed the `loopFill` test method as it is not needed anymore with the separation of the looping variant in `fillFallback`.
    jerch authored Nov 23, 2018
    Configuration menu
    Copy the full SHA
    41ba20f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a04431 View commit details
    Browse the repository at this point in the history