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

Allow OnResolve plugins to mark modules as side effect free #1313

Merged
merged 6 commits into from
Jun 8, 2021

Commits on May 26, 2021

  1. Allow OnResolve plugins to mark modules as side effect free

    Adding a SideEffectFree property to OnResolve that plugins
    can set to indicate that the resolved module is side effect
    free.
    
    Fixes evanw#1009
    
    Co-authored-by: Adam Gaynor <adamsg9425@gmail.com>
    Chris Casola and agaynor committed May 26, 2021
    Configuration menu
    Copy the full SHA
    95c3c63 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    f25612d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    088b089 View commit details
    Browse the repository at this point in the history
  3. more comprehensive js test

    evanw committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    f92e88b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d6bb3f View commit details
    Browse the repository at this point in the history
  5. release notes

    evanw committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    b26e12a View commit details
    Browse the repository at this point in the history