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

Support marking a call as pure #1448

Closed
wants to merge 4 commits into from
Closed

Support marking a call as pure #1448

wants to merge 4 commits into from

Commits on Jan 29, 2017

  1. Support marking a call as pure

    A function call or IIFE with an immediately preceding comment
    containing `@__PURE__` or `#__PURE__` is deemed to be a
    side-effect-free pure function call and can potentially be
    dropped.
    kzc committed Jan 29, 2017
    Configuration menu
    Copy the full SHA
    58036cd View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2017

  1. Configuration menu
    Copy the full SHA
    d35b92c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    883ce81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b943c0d View commit details
    Browse the repository at this point in the history