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

Update detection of pure nodes (Scope#isPure) #14424

Merged
merged 8 commits into from Apr 9, 2022

Commits on Apr 5, 2022

  1. extract purity test

    JLHwung committed Apr 5, 2022
    Copy the full SHA
    df1bb80 View commit details
    Browse the repository at this point in the history
  2. update scope.isPure

    JLHwung committed Apr 5, 2022
    Copy the full SHA
    ac872bb View commit details
    Browse the repository at this point in the history
  3. update test fixtures

    JLHwung committed Apr 5, 2022
    Copy the full SHA
    a954708 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Copy the full SHA
    723318f View commit details
    Browse the repository at this point in the history
  2. add constantsOnly test

    JLHwung committed Apr 6, 2022
    Copy the full SHA
    5da9f64 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d9b69e0 View commit details
    Browse the repository at this point in the history
  4. remove unreachable codes

    JLHwung committed Apr 6, 2022
    Copy the full SHA
    18c5ad7 View commit details
    Browse the repository at this point in the history
  5. private-in is pure

    JLHwung committed Apr 6, 2022
    Copy the full SHA
    02a010c View commit details
    Browse the repository at this point in the history