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(linker): minified umd fixes #41747

Commits on Apr 22, 2021

  1. fix(compiler-cli): allow linker to process minified booleans

    Some partial libraries have been minified, which results in boolean literals
    being converted to `!0` and `!1`. This commit ensures that the linker can
    process these values.
    
    Fixes angular#41655
    petebacondarwin committed Apr 22, 2021
    Copy the full SHA
    ea85ff5 View commit details
    Browse the repository at this point in the history
  2. fix(compiler-cli): match string indexed partial declarations

    Some partial libraries have been minified, which results in the declaration
    calls being being converted from property accesses to indexed accesses.
    This commit ensures that the linker can process these calls.
    
    Fixes angular#41655
    petebacondarwin committed Apr 22, 2021
    Copy the full SHA
    a7c015b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    3edd153 View commit details
    Browse the repository at this point in the history