-
-
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: v4.11.0
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: v4.12.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 107 files changed
- 3 contributors
Commits on Feb 16, 2024
-
chore(deps): update dependency eslint-plugin-unicorn to v51 (#5393)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cae6935 - Browse repository at this point
Copy the full SHA cae6935View commit details -
chore(deps): update typescript-eslint monorepo to v7 (major) (#5394)
chore(deps): update typescript-eslint monorepo to v7 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4d92403 - Browse repository at this point
Copy the full SHA 4d92403View commit details -
chore(deps): lock file maintenance minor/patch updates (#5395)
* chore(deps): lock file maintenance minor/patch updates * Fix core-js update and exclude form further updates --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <lukas.taegert-atkinson@tngtech.com>
Configuration menu - View commit details
-
Copy full SHA for 5493159 - Browse repository at this point
Copy the full SHA 5493159View commit details -
Improve performance by directly constructing AST from buffer (#5391)
* Use consistent module resolution * Fix number literal casing * Store esTreeNode of import expression argument on ImportExpression * Move ReadString type * Pre-generate keys for iteration * Separate parsing and node construction * Add missing AST nodes and improve some names * Add additional Node keys and adapt some logic This prepares for the new buffer parsing * Initial version of bufferParsers TODO: Special logic in parseNode of some nodes * Use absolute positions This should make future template logic easier * Move annotation flags to the annotated nodes * Move invalid annotation handling to Program * Improve expression * Make parse and panic errors proper nodes * Directly consume buffer We still need to update generate-buffer-parsers with the provided changes. * Provide correct scopes to nodes * Add post-processing steps * Move static flag to first position * Add remaining customizations * Create new perf script that measures against node_modules rollup * Run form tests twice to improve coverage The second run uses the cache * Avoid unnecessary cache generation * Do not generate cache on CLI unless requested * Keep AST if cache is not explicitly disabled * Test panic errors for synchronous parsing * Do not run the leak test locally on npm test This does not work on non-x86 architectures * Test custom AST * Remove unnecessary conditional * Add descriptions for all relevant test categories
Configuration menu - View commit details
-
Copy full SHA for 14c9662 - Browse repository at this point
Copy the full SHA 14c9662View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0146b84 - Browse repository at this point
Copy the full SHA 0146b84View 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 v4.11.0...v4.12.0