Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rollup/plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: commonjs-v12.0.0
Choose a base ref
...
head repository: rollup/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: commonjs-v13.0.0
Choose a head ref
  • 18 commits
  • 45 files changed
  • 9 contributors

Commits on May 21, 2020

  1. docs(babel): update babelHelpers description (#397)

    * Update babelHelpers option section default description
    
    Update `babelHelpers` options documentation, which was confusing (and likely incorrect): it reported that `babelHelpers: 'inline'` is the default, when the header of the section says that the default is `'bundled'`.
    
    Please verify that this documentation change reflects the actual behavior.
    
    * docs(babel): based on PR feedback, make a second attempt at clarifying the babelHelpers default description.
    
    * docs(babel): based on PR feedback, make a third attempt at clarifying the babelHelpers default description.
    dannya authored May 21, 2020
    Configuration menu
    Copy the full SHA
    867c699 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. fix(commonjs)!: do not create fake named exports (#427)

    BREAKING CHANGE
    
    * fix(commonjs): do not create fake named exports
    
    * chore(commonjs): remove unneeded check
    lukastaegert authored May 29, 2020
    Configuration menu
    Copy the full SHA
    70fc212 View commit details
    Browse the repository at this point in the history
  2. fix(commonjs)!: remove namedExports from types (#410)

    BREAKING CHANGE
    JounQin authored May 29, 2020
    Configuration menu
    Copy the full SHA
    f3cc2be View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. feat(pluginutils): add native node es modules support (#419)

    * feat(pluginutils): add native node es modules support
    
    Ref #412 #413
    
    Enable native node es modules via "exports" field in package.json.
    Added custom plugin to generate nested package.json with `{"type": "module"}`
    to prevent mjs extension usage.
    
    * Export emitModulePackageFile from shared config
    
    * Bundle estree-walker
    
    * Swap options
    TrySound authored Jun 1, 2020
    Configuration menu
    Copy the full SHA
    c599182 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6446657 View commit details
    Browse the repository at this point in the history
  3. fix(alias): properly initialize custom resolvers (#426)

    * fix(alias): properly initialize custom resolvers
    
    * chore(commonjs): add helpful comment
    lukastaegert authored Jun 1, 2020
    Configuration menu
    Copy the full SHA
    eb73b0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c38cb2 View commit details
    Browse the repository at this point in the history
  5. fix(commonjs): __moduleExports in multi entry + inter dependencies (#415

    )
    
    * fix(commonjs): __moduleExports in multi entry + inter dependencies
    
    * Added form tests outputs to .prettierignore
    danielgindi authored Jun 1, 2020
    Configuration menu
    Copy the full SHA
    7ae5390 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. feat(json): log the filename when JSON.parse fails (#417)

    Helpful when debugging
    Sometimes in a large codebase, a single comma buried in a gigantic json file can halt the entire build. This change ensures that users will more easily be able to find and fix those errors.
    bennypowers authored Jun 3, 2020
    Configuration menu
    Copy the full SHA
    28f9869 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2020

  1. fix(url): add name property to plugin (#433)

    * Conform to Rollup type definitions. 
    
    Also, exporting `defaultInclude` as I'd like to extend the defaults instead of redefining them.
    
    * Update index.js
    seivan authored Jun 5, 2020
    Configuration menu
    Copy the full SHA
    d970c31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77f383f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc8a507 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3c579c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87ce34c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8fb9050 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c6515d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1271bb8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    80d0da9 View commit details
    Browse the repository at this point in the history
Loading