-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Comparing changes
Open a pull request
base repository: rollup/rollup
base: v2.66.1
head repository: rollup/rollup
compare: v2.67.0
- 12 commits
- 195 files changed
- 4 contributors
Commits on Jan 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4e124d8 - Browse repository at this point
Copy the full SHA 4e124d8View commit details -
* remove type assertion * use type imports * simplify creating Set * use ternary to assign type (remove any) * use readonly, add set types, use type imports * use more readonly * use type inference * stricter types, use more readonly * remove type assertion + comment * use const + new var * add return types * make plugincontexts readonly, simplify construction * more readonly, type imports * add return types, fix return values * combine if/else * consistency: use arrow functions to pass 'this' context * consistency: use more arrow functions to pass this context * Revert "consistency: use more arrow functions to pass this context" This reverts commit 437e90b. * Revert "consistency: use arrow functions to pass 'this' context" This reverts commit e331522. * Revert "add return types, fix return values" This reverts commit b841c99. * use type imports * use more readonly * replace any with unknown * use as const Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7194b88 - Browse repository at this point
Copy the full SHA 7194b88View commit details
Commits on Jan 29, 2022
-
refactor: use fs, fs-extra, remove sander (#4319)
* refactor: use fs.readFileSync * refactor: use fs.existsSync * refactor: use fs.writeFileSync * refactor: use fs.unlinkSync * refactor: use fs.readdirSync * refactor: use fs-extra.removeSync * refactor: use fs-extra.copy/copySync * remove sander * fix test
Configuration menu - View commit details
-
Copy full SHA for 042933a - Browse repository at this point
Copy the full SHA 042933aView commit details -
feat: add Array.prototype.groupBy/groupByToMap (#4360)
Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5364114 - Browse repository at this point
Copy the full SHA 5364114View commit details
Commits on Jan 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4611705 - Browse repository at this point
Copy the full SHA 4611705View commit details -
refactor: use fs.promises in module loader (#4372)
Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 50f46bc - Browse repository at this point
Copy the full SHA 50f46bcView commit details
Commits on Jan 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d57cfa0 - Browse repository at this point
Copy the full SHA d57cfa0View commit details
Commits on Feb 2, 2022
-
Deprecate hasModuleSideEffects in favor of moduleSideEffects and ensu…
…re it is mutable on ModuleInfo (#4379) * Deprecate hasModuleSideEffects in favor of moduleSideEffects and ensure it is mutable on ModuleInfo * Add notes about ModuleInfo reliability
Configuration menu - View commit details
-
Copy full SHA for e0b1060 - Browse repository at this point
Copy the full SHA e0b1060View commit details -
Configuration menu - View commit details
-
Copy full SHA for f420a01 - Browse repository at this point
Copy the full SHA f420a01View commit details -
refactor: fs.promises, move mkdir to writeoutputfile, Part 3 (#4376)
* refactor: simplify, add return type * use alias fs in tests * refactor: move mkdir to writeoutputfile * refactor: replace indexof with includes Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d3ed80c - Browse repository at this point
Copy the full SHA d3ed80cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6e272c - Browse repository at this point
Copy the full SHA f6e272cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61d772b - Browse repository at this point
Copy the full SHA 61d772bView 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 v2.66.1...v2.67.0