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

fix(ngcc): handle new __spreadArrays tslib helper #33617

Closed
wants to merge 1 commit into from
Closed

fix(ngcc): handle new __spreadArrays tslib helper #33617

wants to merge 1 commit into from

Commits on Nov 6, 2019

  1. fix(ngcc): handle new __spreadArrays tslib helper

    We already have special cases for the `__spread` helper function and with this change we handle the new tslib helper introduced in version 1.10 `__spreadArrays`.
    
    For more context see: https://github.com/microsoft/tslib/releases/tag/1.10.0
    
    Fixes: #33614
    alan-agius4 committed Nov 6, 2019
    Copy the full SHA
    27df608 View commit details
    Browse the repository at this point in the history