-
-
Notifications
You must be signed in to change notification settings - Fork 628
Comparing changes
Open a pull request
base repository: rollup/plugins
base: commonjs-v12.0.0
head repository: rollup/plugins
compare: commonjs-v13.0.0
- 18 commits
- 45 files changed
- 9 contributors
Commits on May 21, 2020
-
docs(babel): update
babelHelpersdescription (#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.
Configuration menu - View commit details
-
Copy full SHA for 867c699 - Browse repository at this point
Copy the full SHA 867c699View commit details
Commits on May 29, 2020
-
fix(commonjs)!: do not create fake named exports (#427)
BREAKING CHANGE * fix(commonjs): do not create fake named exports * chore(commonjs): remove unneeded check
Configuration menu - View commit details
-
Copy full SHA for 70fc212 - Browse repository at this point
Copy the full SHA 70fc212View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3cc2be - Browse repository at this point
Copy the full SHA f3cc2beView commit details
Commits on Jun 1, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for c599182 - Browse repository at this point
Copy the full SHA c599182View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6446657 - Browse repository at this point
Copy the full SHA 6446657View commit details -
fix(alias): properly initialize custom resolvers (#426)
* fix(alias): properly initialize custom resolvers * chore(commonjs): add helpful comment
Configuration menu - View commit details
-
Copy full SHA for eb73b0d - Browse repository at this point
Copy the full SHA eb73b0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c38cb2 - Browse repository at this point
Copy the full SHA 7c38cb2View commit details -
fix(commonjs): __moduleExports in multi entry + inter dependencies (#415
Configuration menu - View commit details
-
Copy full SHA for 7ae5390 - Browse repository at this point
Copy the full SHA 7ae5390View commit details
Commits on Jun 3, 2020
-
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.
Configuration menu - View commit details
-
Copy full SHA for 28f9869 - Browse repository at this point
Copy the full SHA 28f9869View commit details
Commits on Jun 5, 2020
-
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
Configuration menu - View commit details
-
Copy full SHA for d970c31 - Browse repository at this point
Copy the full SHA d970c31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77f383f - Browse repository at this point
Copy the full SHA 77f383fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc8a507 - Browse repository at this point
Copy the full SHA cc8a507View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3c579c - Browse repository at this point
Copy the full SHA e3c579cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87ce34c - Browse repository at this point
Copy the full SHA 87ce34cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fb9050 - Browse repository at this point
Copy the full SHA 8fb9050View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6515d2 - Browse repository at this point
Copy the full SHA c6515d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1271bb8 - Browse repository at this point
Copy the full SHA 1271bb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80d0da9 - Browse repository at this point
Copy the full SHA 80d0da9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff commonjs-v12.0.0...commonjs-v13.0.0