Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Rollup

The JavaScript module bundler
Collective - Host: opensource - https://opencollective.com/rollup - Website: https://rollupjs.org - Code: https://github.com/rollup/rollup

Expose rendered module code to generateBundle hook (#4028)

* Expose rendered module code to generateBundle hook

* Use string | null for rendered code

...

github.com/rollup/rollup - 443dc973adb2c8db97687fb094076ac014d6807d authored almost 4 years ago
Deoptimize ObjectExpression when a __proto__ property is present (#4019)

* Deoptimize ObjectExpression when a __proto__ property is present

Closes #4014

* Integrat...

github.com/rollup/rollup - 85a372482be5cdda12c9f0eb213d61dd26d6c490 authored almost 4 years ago
Post comment for PRs from forks (#4027)

* Add Linux to workflow

* Add CircleCI again

* Try to add comment

* Extend comment func...

github.com/rollup/rollup - 56b3eb893e435d611fa6dedab9df80e271ae3e90 authored almost 4 years ago
chore: fix vscode launch config (change tdd to bdd) (#4026)

github.com/rollup/rollup - c008f3e703b7930221b164aa2e28b87e0af10d9e authored almost 4 years ago
Update changelog

github.com/rollup/rollup - 767a0ac3cf5f17bd74fbceb1ab8ad89205218d0a authored almost 4 years ago
Handle recursive this mutation detection (#4025)

* Handle recursive this mutation detection

* Improve coverage

github.com/rollup/rollup - fb2684752b53188979b7d91822a1dd56b88034fc authored almost 4 years ago
Add explanation for "iife" (#4020)

github.com/rollup/rollup - dbf369fbb3eab3f2594e4b920257735064b683ae authored almost 4 years ago
Make test more resilient

github.com/rollup/rollup - 319c370204e11fa1cc16047f4dc127f09cb11e02 authored almost 4 years ago
Update changelog

github.com/rollup/rollup - 2520ed382b13f0dff2857a330502ddbabdd11f84 authored almost 4 years ago
Disable pessimistic object deoptimization for calls when the called function doesn't ref this (#4011)

* Disable pessimistic object deoptimization for calls when the called function doesn't ref this
...

github.com/rollup/rollup - d8c68398317d2dbff1adda435617a28981f0ab52 authored almost 4 years ago
Use SIGTERM instead of SIGINT to kill test child processes (#4015)

Since SIGINT fails to actually kill them on some platforms under some circumstances,
leading to...

github.com/rollup/rollup - 2368d9ca42fafbf01709dd1bfd4a6938120ed351 authored almost 4 years ago
fix `sourcemap` reference in docs (#4012)

github.com/rollup/rollup - cc4b56e95487810f5109bf260f7d07604eafbc0e authored almost 4 years ago
Update changelog

github.com/rollup/rollup - 970fae5b9b2053039c2310cde2ea112b5505a1c6 authored almost 4 years ago
Return hook result inside promise with async timer end (#4010)

Co-authored-by: o.drapeza <[email protected]>

github.com/rollup/rollup - 9d87d93ddb12f397d268f5de978fbeb16ac91afb authored almost 4 years ago
Update changelog

github.com/rollup/rollup - 587ce30bf2fb1cb8653ca5931171febaca7542bb authored almost 4 years ago
Tree-shake pure call expressions with optional chaining (#4007)

github.com/rollup/rollup - ddc5e8294bee46acbdeaea2691c2b3a89b8b1411 authored almost 4 years ago
Update changelog

github.com/rollup/rollup - 3e512e1f1991793c9e46f63cc76309c69615a2f6 authored almost 4 years ago
Use correct import.meta.url in config files (#4005)

github.com/rollup/rollup - e2f68b023500cacb991813e3894cd3d66f9b1141 authored almost 4 years ago
Update changelog

github.com/rollup/rollup - 6f316df719514d11cae214b937bd3362c26dfa8a authored almost 4 years ago
Fixed unhandled promise rejections #3876 (#4004)

when perf mode is activated and a plugin hooks throws.

github.com/rollup/rollup - dfa441c5084da5949b1382bfaba33fdb26a0e5ce authored almost 4 years ago
Update changelog

github.com/rollup/rollup - 8e1c48ce69ce565a7264defc2baa0a63a23e015a authored almost 4 years ago
Break infinite loops in this.resolve (#4000)

* Get rid of plugin index

* Prevent infinite loops when using this.resolve in resolveId

* ...

github.com/rollup/rollup - d3e6e6de408408398556e065d4659c5a20a9ccec authored almost 4 years ago
Update changelog

github.com/rollup/rollup - 6765034561bc2b326e9508c540600721ae11b1ba authored almost 4 years ago
Do not count accessing members of an external namespace as side-effects. (#4001)

github.com/rollup/rollup - 5dfc489f118bad8233fc59342d98a5d87da4d68f authored almost 4 years ago
Update changelog

github.com/rollup/rollup - d1ea60239cc82d66861e5d2193550c5844e387e5 authored almost 4 years ago
Allow to safely probe external namespaces (#3999)

* Allows to safely probe external namespaces

* Improve coverage

github.com/rollup/rollup - e871448b6fc923dd069db801ef4670669d687023 authored almost 4 years ago
Add git push to post-publish

github.com/rollup/rollup - 7fbda1a55fc57a415bf0c0b3bdbc6bd7954bda37 authored almost 4 years ago
Update changelog

github.com/rollup/rollup - 72c2a1e769697286aec5c800a73820404335e8f1 authored almost 4 years ago
Do not create invalid code if a function argument is an empty object pattern (#3998)

github.com/rollup/rollup - 9cae40dfb9b45a7fdd6efc5880239c76569e553b authored almost 4 years ago
Update changelog

github.com/rollup/rollup - 57baddcd949801879718fc11649c3f30fe86acaa authored almost 4 years ago
Change removal of sourcemap comment (#3987)

* Change removal of sourcemap comment

Do the removal without relying on the module parsing th...

github.com/rollup/rollup - 3cf6574316ea99b884f5182bf889561f3d2ca708 authored almost 4 years ago
Update changelog

github.com/rollup/rollup - 28b8c8653e930d1ff53f2c4f6e86e01162be9419 authored almost 4 years ago
Add browser sourcemap and remove log (#3990)

github.com/rollup/rollup - cf3329c6a24d5c33f17b50f0348e4503d02ee08c authored almost 4 years ago
Update changelog

github.com/rollup/rollup - fca5423583aac1ee1cd2ae3fa7f21f0f451cc629 authored almost 4 years ago
implement --treeshake.propertyReadSideEffects=always (#3985)

github.com/rollup/rollup - 5ca7216668aa2adfcc2a93980f9eace78a392201 authored almost 4 years ago
Move pure comment annotation to Graph.contextParse (#3981)

* Move pure comment annotation to Graph.contextParse

If a plugin calls `PluginContext.parse` ...

github.com/rollup/rollup - 992a28595e28ac07ac170ee5a096bdfdd4f8cd74 authored almost 4 years ago
Revert soft-breaks in favour of better maintainability

github.com/rollup/rollup - a12ec5b1125020c6509fb38a8b9218eea1301cc4 authored almost 4 years ago
Update changelog

github.com/rollup/rollup - 01dc9d9f1a73f3b8c311258a5000b8f572e2c37e authored almost 4 years ago
Reverse module deconflicting order (#3977)

github.com/rollup/rollup - b254672ed500c09dd209e9b0efaa8091feca7342 authored almost 4 years ago
Don't allow `:` in file names. (#3972)

File paths with a colon in them can refer to an NTFS "alternate data
stream" which does not ope...

github.com/rollup/rollup - 85304f2c3cdd476b73e91af21855eece5bc94ee0 authored almost 4 years ago
Add soft breaks to guide to improve mobile experience (#3976)

github.com/rollup/rollup - 9b8c94d1d847362d075291a24ecde079be3e2aa5 authored almost 4 years ago
Update changelog

github.com/rollup/rollup - bed19ce34e1db8b962786f3a06fd84f338196f4e authored almost 4 years ago
Remove extra word (#3964)

* Remove extra word

Fixes #3963

* Update docs/999-big-list-of-options.md

Co-authored-by...

github.com/rollup/rollup - 403328b524abcfc64458214e74cdca5a1213e0d1 authored almost 4 years ago
Avoid conflicts with local variables named Symbol, Object, Promise (#3971)

github.com/rollup/rollup - a14cbb17a84de739a74f038139cef0b2984cebfc authored almost 4 years ago
Update changelog

github.com/rollup/rollup - 0b6fd2af35e1d68f7cb117163ccc13c6eb37a80e authored about 4 years ago
Make sure system exports are valid JavaScript (#3960)

Also turn validate into a warning to be able to inspect generated output

github.com/rollup/rollup - 1794a71be25190b4d1d6b239f7cdf089c86b359e authored about 4 years ago
Allow overriding individual exports of reexported external namespaces (#3959)

github.com/rollup/rollup - 6f165281272547f4e5b7a5cdd9c028ef6a8a94ce authored about 4 years ago
implement `validate` output option and `--validate` CLI option (#3952)

* implement `validate` output option and `--validate` CLI option
* optionally verifies the gene...

github.com/rollup/rollup - 0e3445b6a16bd7b388c8b1ea31129e0df5c8b29e authored about 4 years ago
Make sure uninitialised exports turn up via .hasOwnProperty for non-ES formats (#3957)

github.com/rollup/rollup - 3394ae90dfe7c311ca6b78fae8e6d999a43a4588 authored about 4 years ago
Update dependencies, fix fsevents issue (#3956)

* Update dependencies, fix fsevents issue

* Update dependencies, fix fsevents issue

* Add ...

github.com/rollup/rollup - 45d8e5e1dbd6ca19ce7a7d767d9d6477bc6e8491 authored about 4 years ago
Update changelog

github.com/rollup/rollup - f7a1d77950642ab6990bffa89bf3a1cbf88da4f5 authored about 4 years ago
Wrap simplified assignments if necessary (#3951)

github.com/rollup/rollup - 29aed1908cda5d29208db0fb9edf9e71c7e7fd9d authored about 4 years ago
Do not tear apart declarations in loop or if bodies (#3947)

github.com/rollup/rollup - 6705fdc4f8f57b60261776d805df6dc30bb15907 authored about 4 years ago
Update changelog

github.com/rollup/rollup - 236d2bf562ebad1a8e6dea5026a63b0209a1ff46 authored about 4 years ago
Make sure default exports snapshot synthetic named exports (#3946)

github.com/rollup/rollup - bab3d3d666e8af9c17f0280833f34dc3054ed8ad authored about 4 years ago
Upgrade chokidar and fsevents for Apple M1 compatibility (#3945)

This PR updates `chokidar` and `fsevents` in package.json.

`fsevents` ~2.1.2 was deprecated, ...

github.com/rollup/rollup - 683cc6a304ada621699a8dfd26e965ea30703826 authored about 4 years ago
Update changelog

github.com/rollup/rollup - 409c747f648694f1ce20211398fd7ac0dd72b61a authored about 4 years ago
Correctly include functions with side effects from side-effect-free modules (#3944)

github.com/rollup/rollup - be2e06d1beb6cf5ab41d1e1f901c4757588937b1 authored about 4 years ago
Do not partially tree-shake unused declarations in for loops (#3943)

github.com/rollup/rollup - bc2bf952ad9860fcdbaad50cd4e45e2a98a36cef authored about 4 years ago
Update changelog

github.com/rollup/rollup - cca1bf10718aad2c51abf6434e47b0236dee0f10 authored about 4 years ago
fix: remove isolated resolve() for compat with browser distribution (#3935)

* fix: remove isolated resolve()

This is incompatible with the browser implementation of the ...

github.com/rollup/rollup - b99eea8e70d39bbd83dbe55c6135f59950d1e8f2 authored about 4 years ago
Update changelog

github.com/rollup/rollup - 4519b112749f3a77ab45da9bf9eb97fe1129d723 authored about 4 years ago
Ensure test after() callback is always executed (#3936)

Co-authored-by: Lukas Taegert-Atkinson <[email protected]>

github.com/rollup/rollup - 45d1ec2beb37e9a23b5c1f78f0dbba241104dc32 authored about 4 years ago
Modernize references to other software (#3937)

* Mention that only some Node.js versions require experimental-modules flag
* Change webpack 2 ...

github.com/rollup/rollup - 13489b996841a5aeacac2d8b997bca2886872a42 authored about 4 years ago
Update changelog

github.com/rollup/rollup - 363735f8399da8fc6da1119c9284b077626c3fd4 authored about 4 years ago
Tree-shake unused declarations while keeping initializer side-effects (#3933)

* Tree-shake unused declarations while keeping initializer side-effects

* Improve coverage

github.com/rollup/rollup - e960ca89550fff1fc6ca502bb04c851d5cdc338d authored about 4 years ago
Update changelog

github.com/rollup/rollup - 8f36efe78d429e2e73b73948584462f7a9f7e32d authored about 4 years ago
Deduplicate acorn import (#3929)

github.com/rollup/rollup - 1ca0404be1b948d72c48e7b60bac7a550f9d8c8b authored about 4 years ago
Update changelog

github.com/rollup/rollup - 8bdacd4fddcc007dcc3fabfae7df2d9de107d996 authored about 4 years ago
Improve circular dependency execution order (#3840)

* Improve circular dependency execution order

* Add test

* Trace side-effects in indirect ...

github.com/rollup/rollup - aa0b4c8d33bcb43dc8e4e4252f2550bb70cf9d41 authored about 4 years ago
Always respect synthetic namespaces in namespace reexports (#3894)

* Always respect synthetic namespaces in namespace reexports

* Favour explicit named exports ...

github.com/rollup/rollup - 0ed87220ac3a34704d02d879003db19ff6452b65 authored about 4 years ago
Update changelog

github.com/rollup/rollup - d9001481c8a9d241b7c262b2ceb110ade7c7be8b authored about 4 years ago
Correctly simplify assignments with parentheses (#3926)

github.com/rollup/rollup - d70415fd32f0faff9587d31c3f6f5f1d89d609a1 authored about 4 years ago
Update changelog

github.com/rollup/rollup - 95c6fca86be9fdba2b3143c3a3f0b02d27dc3521 authored about 4 years ago