-
-
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.68.0
head repository: rollup/rollup
compare: v2.70.0
- 18 commits
- 297 files changed
- 7 contributors
Commits on Feb 23, 2022
-
refactor: some code and type fixes (#4413)
* use readonly set * refactor: re-use Array.prototype.map, remove Array.from map function * refactor: remove else block * refactor: use logical nullish assignment * fix: types * fix: add generic parameters for Map * refactor: simplify * fix: remove type assertion * refactor: create map instance only once * refactor: use object.entries over .keys * refactor: simplify * refactor: simplify * remove unnecassary .values call * refactor: simplify, use substring * remove unnecassary .entries * refactor: simplify * fix: replace deprecated .substr with .substring * Revert "refactor: re-use Array.prototype.map, remove Array.from map function" This reverts commit 055f4a0. * add comment * fix hash update * remove initial id base assignment * remove breaks, return early * remove default case * return early * add generic type parameters, remove eslint-disable * use object shorthand * order nit * reference from this * simplify, use map/filter
Configuration menu - View commit details
-
Copy full SHA for 275dc2f - Browse repository at this point
Copy the full SHA 275dc2fView commit details
Commits on Feb 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 11bd9d9 - Browse repository at this point
Copy the full SHA 11bd9d9View commit details
Commits on Mar 2, 2022
-
Make namespace @@toStringTag "Module" non-enumerable (#4378)
* test: namespace export should have @@toStringTag with correct property descriptors * add additional Object.assign and object spread test cases * add more asserts * use deepStrictEqual * Make toStringTag non-enumerable for dynamic namespaces * Make toStringTag non-enumerable for interop namespaces * Do not freeze merged namespaces twice * Generate toStringTag in merged namespaces * Simplify output by defining properties together * Deprecate namespaceToStringTag in favour of generatedCode.symbols * Deprecate namespaceToStringTag in favour of generatedCode.symbols 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 b74cb92 - Browse repository at this point
Copy the full SHA b74cb92View commit details -
Properly handle upper directories as external dependencies (#4419)
* Allow external directory imports * Allow external directory imports * Fix plugin name * Test on Windows * Test on Windows
Configuration menu - View commit details
-
Copy full SHA for 0b60dd8 - Browse repository at this point
Copy the full SHA 0b60dd8View commit details -
Improve the error prompt and output the error file name (#4421)
* Improve the error prompt and output the error file name * Fix test 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 5a53919 - Browse repository at this point
Copy the full SHA 5a53919View commit details -
Update 999-big-list-of-options.md (#4423)
Fix typo "into into" -> "into" Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b418337 - Browse repository at this point
Copy the full SHA b418337View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f83a2f - Browse repository at this point
Copy the full SHA 9f83a2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10dc326 - Browse repository at this point
Copy the full SHA 10dc326View commit details
Commits on Mar 4, 2022
-
fix(sourcemap): fall back to low-resolution line mapping (#4334)
* fix(sourcemap): fall back to low-resolution line mapping …inside `Link.traceSegment` instead of returning null, so that a low-resolution sourcemap preceding a high-resolution sourcemap in the sourcemap chain doesn't fail. * fix: fall back to low resolution mapping in `getOriginalLocation` * Generalize low-resolution sourcemap handling and add tests * Slightly speed up mapping generation * 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 b255b52 - Browse repository at this point
Copy the full SHA b255b52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9df18f0 - Browse repository at this point
Copy the full SHA 9df18f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 994c1ec - Browse repository at this point
Copy the full SHA 994c1ecView commit details
Commits on Mar 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9c8894e - Browse repository at this point
Copy the full SHA 9c8894eView commit details -
Treat unknown prototype props as unknown (#4428)
* Treat unknown prototype methods as unknown * Improve coverage
Configuration menu - View commit details
-
Copy full SHA for 84c0ea3 - Browse repository at this point
Copy the full SHA 84c0ea3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 102e006 - Browse repository at this point
Copy the full SHA 102e006View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6881753 - Browse repository at this point
Copy the full SHA 6881753View commit details
Commits on Mar 7, 2022
-
Do not abort watch mode on errors in watchChange (#4427)
* Recovers from errors in the watchChange hook * Also emit END event * Fix direct npm install * Await watchChange and closeWatcher hooks * Extract emitter and improve coverage * Update docs
Configuration menu - View commit details
-
Copy full SHA for cf75d71 - Browse repository at this point
Copy the full SHA cf75d71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83c5a1c - Browse repository at this point
Copy the full SHA 83c5a1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d8924c - Browse repository at this point
Copy the full SHA 6d8924cView 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.68.0...v2.70.0