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 if statement rendering #2146

Merged
merged 5 commits into from
Apr 23, 2018
Merged

Improve if statement rendering #2146

merged 5 commits into from
Apr 23, 2018

Commits on Apr 21, 2018

  1. Configuration menu
    Copy the full SHA
    3d4fda0 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. * Do not unnecessarily check if tree-shaking is enabled

    * Flip render logic
    * Handle side-effect free non-trivial tests in if statements
    * Inline "relevantBranch" logic everywhere
    lukastaegert committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    c1bc6ca View commit details
    Browse the repository at this point in the history
  2. Directly use true and false when replacing side-effect-free condi…

    …tions
    
    that have a defined value.
    lukastaegert committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    6c002d1 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    lukastaegert committed Apr 23, 2018
    3 Configuration menu
    Copy the full SHA
    8e3495f View commit details
    Browse the repository at this point in the history
  4. 0.58.2

    lukastaegert committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    d21b935 View commit details
    Browse the repository at this point in the history