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

Fix default-export-2 and default-export-3

github.com/rollup/rollup - 607ba5ce0c509f006776b770325a0d0e50de2a03 authored about 9 years ago
Add failing test cases for #339

github.com/rollup/rollup - cd9a0b48a508fdde63b2fcea459fefc7957baeae authored about 9 years ago
Merge pull request #328 from rollup/gh-321

treat missing relative imports as error not warning - fixes #321

github.com/rollup/rollup - 6bc0ef45bff8f652164c305a4f50d13ed762db89 authored about 9 years ago
more informative error when test config fails to load (#325)

github.com/rollup/rollup - a0e01ac1e6f65798fc603a02c35b846bd4254c42 authored about 9 years ago
add isRelative helper

github.com/rollup/rollup - afcdfcc6fa89ff9b0b63966530beba51e955b0c8 authored about 9 years ago
treat missing relative imports as error not warning - fixes #321

github.com/rollup/rollup - 6752951d96b938d7274c86abf04312e63151e50e authored about 9 years ago
handle top-level blocks – fixes #326

github.com/rollup/rollup - 5210386bd25dc4101e72053c493b0c36c0cd2c59 authored about 9 years ago
Merge pull request #309 from rollup/no-aggressive

Remove aggressive mode

github.com/rollup/rollup - eba495cea2fb455aa69e9a4df6028408d552302a authored about 9 years ago
Merge branch 'master' into no-aggressive

github.com/rollup/rollup - b48af86534c0c4fa3026a3c0593c7c3ca7fdb097 authored about 9 years ago
Merge pull request #320 from rollup/resolves-namespace-default

Move declaration assignment before the if statement

github.com/rollup/rollup - d5f8b1d4772e577660563f74eb95cd669ffa94b2 authored about 9 years ago
Merge pull request #311 from Permutatrix/test_rejections

Fix test for rejection when options or options.entry isn't passed

github.com/rollup/rollup - 62e8ea4958f34d795f1fbddf52c57fca13a1d3f3 authored about 9 years ago
`=>` -> `function`

github.com/rollup/rollup - 7c2b7b1ae64e8f3912c44567172057aa2846626c authored about 9 years ago
Move declaration assignment before the if statement

github.com/rollup/rollup - e8da5e40deec3c540757597e9ed70e2ee20ee0af authored about 9 years ago
Fixed tests for rejection when not options or options.entry isn't passed

github.com/rollup/rollup - 3d96d171c5ada4eaa7544fe149c5556f79e12db4 authored about 9 years ago
skip tests on windows, as applicable. closes #279

github.com/rollup/rollup - d35ffb156568ed1294b9b9961e1c54f48b36ce3c authored about 9 years ago
remove aggressive mode

github.com/rollup/rollup - 5beac6d85ef3f10335594f0a01835212bf34722c authored about 9 years ago
unify APIs

github.com/rollup/rollup - 2ded15a0d8fa38639c1f6ac171e5bf7c64b1a223 authored about 9 years ago
additional side effect test

github.com/rollup/rollup - 3db1236024346704706b7a02d2505c8bf183cf98 authored about 9 years ago
attach statements to all declarations

github.com/rollup/rollup - c33b3d2437459499b961163b07b01256d8e62259 authored about 9 years ago
make aggressive mode a bit less aggressive

github.com/rollup/rollup - 76502ea6774f5b83f876d329d6a91ee91c6d19ec authored about 9 years ago
lint before publish, not test, for sake of debugging

github.com/rollup/rollup - 34cdd1ddf021cb16c690a7a2256547f3dc332db2 authored about 9 years ago
Merge pull request #295 from rollup/reexport-missing-error

Add error message when reexporting missing identifier

github.com/rollup/rollup - e9d444451e730fcb66608b0440e1662baa4b002d authored about 9 years ago
Merge pull request #303 from TrySound/promisify-error

Promise reject instead of throwing Error

github.com/rollup/rollup - 8334552782266e1caad188318e34dd2e8f322094 authored about 9 years ago
Merge pull request #298 from rollup/greenkeeper-acorn-2.6.4

[email protected] breaks build 🚨

github.com/rollup/rollup - bbc57cdbe32133855198d9c720358b1d30e1193e authored about 9 years ago
Merge pull request #253 from rollup/side-effects

More accurate side-effect detection

github.com/rollup/rollup - fe0394ad08a0a2f8503f652a373cabad8403f12c authored about 9 years ago
Promise reject instead of throwing Error

github.com/rollup/rollup - 334165ceda51ec0b1267eca65b6f1fda7f29704a authored about 9 years ago
chore(package): update acorn to version 2.6.4

http://greenkeeper.io/

github.com/rollup/rollup - 4a66296112043d01ee83ba95e2f743ca0dc3f675 authored about 9 years ago
Add error message when reexporting missing identifier

github.com/rollup/rollup - bc0b6c514a0838921c3985c4a744f4fde6b14846 authored over 9 years ago
Merge branch 'side-effects' of https://github.com/rollup/rollup into side-effects

github.com/rollup/rollup - 12323c0ce3e4d281a51b038ffdf656740c4f5e28 authored over 9 years ago
merge master -> side-effects

github.com/rollup/rollup - 2316cff8212dbfc43db91d51cda40496e9246015 authored over 9 years ago
Merge pull request #249 from rollup/dead-branches

exclude dead branches

github.com/rollup/rollup - 9099c490b382de7a6dde1e93ef5f687c9e83e456 authored over 9 years ago
Merge pull request #277 from rollup/more-lint

More eslint

github.com/rollup/rollup - 0da796a608e5c995c987593d3cdbda19dab10336 authored over 9 years ago
Merge pull request #290 from rollup/travis-shield-master

Point TravisCI shield to the master branch

github.com/rollup/rollup - 24d9cbeffe7285b5669966c8fa829017c6c1663c authored over 9 years ago
Merge pull request #292 from rollup/call-use-once

Check isUsed to prevent potentially infinite recursion

github.com/rollup/rollup - 1ef16e2843071b517fd9d6870206a53dabc44d76 authored over 9 years ago
Check isUsed to prevent potentially infinite recursion

github.com/rollup/rollup - 262334d70da1ac5ed9d811e1a20e22d4c9ff7b80 authored over 9 years ago
Point TravisCI shield to the master branch

github.com/rollup/rollup - c29f4c24f181d8251f74e045a58de0cc3f96ee6f authored over 9 years ago
Merge pull request #288 from rollup/log-rollup-c-errors

Log errors when using `rollup -c`

github.com/rollup/rollup - ae06df62a6ef4a1964d90bf12af4d7f5a16ac4ef authored over 9 years ago
Log errors when using `rollup -c`

github.com/rollup/rollup - 7a677359c6159966484ab96a8e9a68f1541d0998 authored over 9 years ago
Remove .eslintrc Promise global. Fix lint redundancy in package.

github.com/rollup/rollup - ae9643fb3114e6946bac98741b08a55669080c5c authored over 9 years ago
More eslint

* Lint before test
* Fix lint errors

github.com/rollup/rollup - c7843808a61d0a08d07bec30f58037f431b3d46c authored over 9 years ago
Merge pull request #271 from rollup/gh-270-alt

Disregard re-export statements

github.com/rollup/rollup - a1f13cd93e22311520d509d2a524fbe34d571903 authored over 9 years ago
alternative fix for #270

github.com/rollup/rollup - dc564da15a65b09d7bd6c7c1c66e186f21cd6746 authored over 9 years ago
Add a test that should fail, but doesn’t.

github.com/rollup/rollup - 093d33e616cfdc88ed5825d5892d475a455a0554 authored over 9 years ago
Merge pull request #268 from mbostock/assignment-to-re-exports

Fix assignment to re-exported bindings.

github.com/rollup/rollup - 790d0d8810d053e2b5bf7a9f4de9c47734587e5b authored over 9 years ago
Include all declared variables.

The comment suggest multi-variable declarations are split up, but that doesn’t
appear to be the ...

github.com/rollup/rollup - f2333fd42bf1c1e3fc04b9e7d6e43e2588e15a1d authored over 9 years ago
Add another failing test.

github.com/rollup/rollup - 0afe2d9601fe7ad5b6815548650e5cd7c565bb0b authored over 9 years ago
Don’t assume re-exported bindings are globals.

Fixes #267.

github.com/rollup/rollup - 8c3f09dd37f472b5b5a7fd5e013b717fdcbde9b2 authored over 9 years ago
Add failing test case.

github.com/rollup/rollup - 61a89445987df3c64610b0687875840c1dc647eb authored over 9 years ago
Merge pull request #266 from rollup/greenkeeper-remap-istanbul-0.4.0

Update remap-istanbul to version 0.4.0 🚀

github.com/rollup/rollup - 65aa17d564e2179583b8e10a4a7845393c8f3909 authored over 9 years ago
chore(package): update remap-istanbul to version 0.4.0

http://greenkeeper.io/

github.com/rollup/rollup - d820ddfdc1b0b43ae50182f33d317b8f2a5ddf18 authored over 9 years ago
remove identifier comparison checks

github.com/rollup/rollup - 9c8f12d49c2d11aa216a996ab730a5fb0349dd16 authored over 9 years ago
DRY out code, handle strict vs non-strict

github.com/rollup/rollup - 98e890986f7f11a7d9f32fa81229555a0ddeaf3e authored over 9 years ago
Merge pull request #263 from rollup/gh-260

support async transformers

github.com/rollup/rollup - 6d8b0bf062f12616bafdfd217c216974d4a67243 authored over 9 years ago
import Promise to src/rollup.js – fixes #254

github.com/rollup/rollup - 939a94b1c3454ebc69be6886f86d60ae4f367256 authored over 9 years ago
support async transformers (closes #260)

github.com/rollup/rollup - cabc4ee097c6b0ee1b03c300709233ef9495d293 authored over 9 years ago
add a load more pure functions

github.com/rollup/rollup - 39e75fe856e25ff870a2d7795960808f4846de67 authored over 9 years ago
simplify consolidateDependencies

github.com/rollup/rollup - 7b57720d1328274f72df828a1f7e54c8af3dee2d authored over 9 years ago
remove unnecessary reference.isImmediatelyUsed

github.com/rollup/rollup - 80ae9fa7a98db1fc9db3a42e4419695cf8c39518 authored over 9 years ago
ugh node 0.12

github.com/rollup/rollup - b0ecf463a1caa091c989e853bff78af5701ae8af authored over 9 years ago
add some comments, rename some things

github.com/rollup/rollup - b7dbe46dfece481a9188fb95bc8f5f4764b60243 authored over 9 years ago
update test

github.com/rollup/rollup - 4b8046ab6ebfddc446c2fdc572da4a68cc7bcadc authored over 9 years ago
dont undo hasSideEffects

github.com/rollup/rollup - dfcfb92929b2eeb28f3f80fe04d556b6bc528bff authored over 9 years ago
use of arguments is assumed to create side-effects

github.com/rollup/rollup - df9e67eec9dcd1d9af63f42f2925b1c4374b2a38 authored over 9 years ago
err on side of caution with late definitions

github.com/rollup/rollup - f1ad31c8ba09be38d0ff3f02328d14c1677e784f authored over 9 years ago
include top-level throw statement inside block

github.com/rollup/rollup - 809acd29ab572376935bf98044209a9025fe18ac authored over 9 years ago
include reassignments that are ignored on initial pass

github.com/rollup/rollup - 6c876bb110812e3fdecbf551b657b5dce22f0e5d authored over 9 years ago
memoize Declaration.testForSideEffects, prevent infinite loops

github.com/rollup/rollup - 18819ac61f7fbff472bb3b69b1321f529d8ab47b authored over 9 years ago
skip throw statements inside functions when checking for side-effects

github.com/rollup/rollup - 0ffe08b1ffd034cf5337544280f08b7e1ef0e1b9 authored over 9 years ago
add aggressive mode

github.com/rollup/rollup - 2dea1ef0e54c5184489c1c530e478f2755d50f6c authored over 9 years ago
include called functions that mutate their inputs

github.com/rollup/rollup - 257403072a1a033e62c7b29c4b9671315634b657 authored over 9 years ago
update test

github.com/rollup/rollup - d17dbbdd0912ce9f5188f0dac232c4d3e5480dac authored over 9 years ago
exclude constructors that are known to be pure

github.com/rollup/rollup - c44cf0d0e62e24cadc08f50ae3d0039b30ca9982 authored over 9 years ago
remove unused code

github.com/rollup/rollup - dec7c8482afedfb82c19bd48c5799483cc6c9b4b authored over 9 years ago
account for local scopes when checking for pure global functions

github.com/rollup/rollup - fd0cbb7e76d372dceb21300d0077efb4b44ad13c authored over 9 years ago
ignore changes local to a function when determining global side-effects

github.com/rollup/rollup - 1dc3669b52a6493d723a04fdb1521e0e79e51439 authored over 9 years ago
use correct scope for testing declarations

github.com/rollup/rollup - 1ffd5bfae750d96880311ab19cf6440d39b3814e authored over 9 years ago
add all variable declarators (not split below top level)

github.com/rollup/rollup - 5024584f2dcfe309c0e946c2d1e600bfe8b79b5d authored over 9 years ago
Merge branch 'master' into gh-179

github.com/rollup/rollup - ffb79674e131013cbff85cea30b405b95e5873ab authored over 9 years ago
Merge pull request #250 from rollup/non-extension-dots

handle filenames with .foo, where foo is not an extension

github.com/rollup/rollup - cf00621872adedab8a9d94137a8b2158df92265b authored over 9 years ago
the tests all pass! but the code is a mess

github.com/rollup/rollup - baed9a020977dfc2d832b21d5ac4fbd2eecaada1 authored over 9 years ago
better side-effect detection

github.com/rollup/rollup - d3979bd6904bf902175382aac9d06f2c42dadc97 authored over 9 years ago
first (failing) stab at better side-effect detection

github.com/rollup/rollup - e0b690ad0f71ed62f388dc5745dd3860dfdcc2e6 authored over 9 years ago
fix browser build

github.com/rollup/rollup - 9e14a05aa1a6b35a7afac15aa89725a40d9ae65a authored over 9 years ago
handle filenames with .foo, where foo is not an extension

github.com/rollup/rollup - 2ccb1b809d4460134b8df045a96f6480fb38df9f authored over 9 years ago
Merge pull request #247 from rollup/gh-186

warn on eval

github.com/rollup/rollup - 9cd58f9c7fba0c4a10340625baa8c7f661e7d76c authored over 9 years ago
Merge pull request #246 from rollup/gh-239

support banner and footer options in plugins

github.com/rollup/rollup - 99af7516f5bc8def840a6b09c2befacb6dd8178c authored over 9 years ago
more stringent tests

github.com/rollup/rollup - 8410826b7f5f12d5ce16cc22e0f21cd190465b0f authored over 9 years ago
exclude dead branches

github.com/rollup/rollup - b16921646d076e0cb8b0912e3ca28c62eb016d0a authored over 9 years ago