-
-
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.63.0
head repository: rollup/rollup
compare: v2.65.0
- 16 commits
- 88 files changed
- 3 contributors
Commits on Jan 5, 2022
-
* make queue readonly * extract QueueItem type, use array literal, add function return type * make readqueue readonly, make maxparallel private and pass via constructor * extract and re-use task type, fix load result return type * fix source description condition * make props readonly * remove unknown from generic parameter * convert to async function, make types readonly * fix more queue types * remove test config file * remove unneeded type assertion * add more return types * re-use getexports method * remove type import * more type fixes * more type fixes * fix: use generic constraint * more readonly * simplify type declaration * remove truthy check * clone imports set * remove type assertion * remove type declaration * Improve coverage Co-authored-by: Lukas Taegert-Atkinson <[email protected]> Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 205e861 - Browse repository at this point
Copy the full SHA 205e861View commit details -
More watch test stabilization (#4339)
* Make CLI tests repeatable * Add watcher to test * Make it more lightweight by using fs.watch * More logging * Use timeouts again * Remove repetitions
Configuration menu - View commit details
-
Copy full SHA for da3bb43 - Browse repository at this point
Copy the full SHA da3bb43View commit details
Commits on Jan 14, 2022
-
Implement shouldTransformCachedModule hook (#4341)
* Create docs * Implement shouldTransformCachedModule * Flush atomic file writes * Fix formatting * Improve test reliability
Configuration menu - View commit details
-
Copy full SHA for 1d2ea22 - Browse repository at this point
Copy the full SHA 1d2ea22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e947fc - Browse repository at this point
Copy the full SHA 9e947fcView commit details -
Directly restart Rollup when config file change is detected in watch …
…mode (#4344) * Improve test reliability * Increase timeout and repeat * Try again with a watcher * Try using fs.watchfile in the config * Wait a little after initial config write * Limit how long we wait at most * Immediately restart Rollup upon config file changes and change test to look for a message from the second config * See if we can trigger a stuck watcher by writing again * Extract retry helper * Clean up
Configuration menu - View commit details
-
Copy full SHA for edca64e - Browse repository at this point
Copy the full SHA edca64eView commit details -
refactor: performance timers for node.js and browser (#4340)
* refactor: performance timers for node.js and browser * simplify, add return types * refactor: replace object with array * refactor: replace fn.apply with spread * refactor: use map * nit * export performance object * type fixes * fix browser perf test, add comment * export entire process object * remove type assertion in rollup.config * remove comment * extract interface * check for performance object in alternative environments Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
12Configuration menu - View commit details
-
Copy full SHA for 7c47283 - Browse repository at this point
Copy the full SHA 7c47283View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1205b8 - Browse repository at this point
Copy the full SHA b1205b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82a3e26 - Browse repository at this point
Copy the full SHA 82a3e26View commit details
Commits on Jan 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7c2823e - Browse repository at this point
Copy the full SHA 7c2823eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 055a7bf - Browse repository at this point
Copy the full SHA 055a7bfView commit details -
refactor: re-use source mapping url (#4351)
* refactor: re-use source mapping url * refactor: type/named import nits Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5988dc - Browse repository at this point
Copy the full SHA a5988dcView commit details
Commits on Jan 21, 2022
-
fix: timed plugin context (#4357)
* fix: timed plugin context * add test
Configuration menu - View commit details
-
Copy full SHA for d1079a3 - Browse repository at this point
Copy the full SHA d1079a3View commit details -
chore: remove external from config (#4355)
* chore: remove external from config * simplify named imports * nits * fix: mark fsevents as external * fix: set interop to default * Revert "fix: mark fsevents as external" This reverts commit 4a5fa73. * chore: bump chokidar * simplify alias plugin params * Revert "Revert "fix: mark fsevents as external"" This reverts commit 2ef6c5b. * add bogus types for fsevents * exclude fsevents from import linting * add back comment * bump typescript * re-use env var Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2256dcd - Browse repository at this point
Copy the full SHA 2256dcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61adedf - Browse repository at this point
Copy the full SHA 61adedfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fd9061 - Browse repository at this point
Copy the full SHA 7fd9061View commit details -
Configuration menu - View commit details
-
Copy full SHA for bebc50d - Browse repository at this point
Copy the full SHA bebc50dView 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.63.0...v2.65.0