-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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/rollup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.52.7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: rollup/rollup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.53.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 79 files changed
- 4 contributors
Commits on Jul 7, 2021
-
Fix var/const/let variable use before declaration (#4148)
* Fix var/const/let variable use before declaration * Also retains TDZ violations present in input * Enabled by default when treeshake is active * Low overhead - uses existing treeshaking simulated execution to mark declarations as reached * successfully run tests from #4149 without treeshake.correctVarBeforeDeclaration * Fix pattern handling * Handle TDZ class access * Improve field name * Fix TDZ caching * Only include entry point exports after first treeshaking pass * No longer make TDZ var access a side effect but treat as unknown value * Remove special logic for TDZ var assignments * Improve self-reference in declaration handling * Deprecate treeshake.correctVarValueBeforeDeclaration * Make deprecation non-active until next major version * Undeprecate correctVarValueBeforeDeclaration * Fix deoptimization regression for call expressions * Improve coverage Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
Configuration menu - View commit details
-
Copy full SHA for 752d4fe - Browse repository at this point
Copy the full SHA 752d4feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ee5d44 - Browse repository at this point
Copy the full SHA 7ee5d44View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3d5f7d - Browse repository at this point
Copy the full SHA b3d5f7dView commit details
Commits on Jul 9, 2021
-
Limit parallel file reads to prevent "EMFILE: too many open files" er…
…ror (#4170) * Added maxParallelFileReads. * Added some test for maxParallelFileReads setting. * Added tests for queue. * Updated tests * Added docs. * Fix test on Windows Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
Configuration menu - View commit details
-
Copy full SHA for ce95197 - Browse repository at this point
Copy the full SHA ce95197View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12778ea - Browse repository at this point
Copy the full SHA 12778eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7435d31 - Browse repository at this point
Copy the full SHA 7435d31View commit details
Commits on Jul 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 076b608 - Browse repository at this point
Copy the full SHA 076b608View commit details -
Configuration menu - View commit details
-
Copy full SHA for f25f4fb - Browse repository at this point
Copy the full SHA f25f4fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b9370 - Browse repository at this point
Copy the full SHA 89b9370View commit details
Loading
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.52.7...v2.53.1