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

preserve effects in for-of loop (#870)

github.com/rollup/rollup - b82375c2734a1da91f0d793723bdfa0f28e8a931 authored over 8 years ago
Merge pull request #916 from rollup/debug

Add performance labels

github.com/rollup/rollup - 10d2ad36fb308ffdf554b0c41dd27a2f2ed04a69 authored over 8 years ago
build self with 0.35

github.com/rollup/rollup - 56d64da1a4170b5974e7d962f2403736d958cf39 authored over 8 years ago
render identifiers inside template literals

github.com/rollup/rollup - 8446b06e8d13ce742085af88c21032e3eab5c91f authored over 8 years ago
Add performance labels

github.com/rollup/rollup - 81979770505e4d4844f500da398a873e710bc6f3 authored over 8 years ago
Merge pull request #915 from rollup/deconflict-classes

deconflict classes

github.com/rollup/rollup - 8fca0ef98be8b5876866d17ef6b55248e168ffed authored over 8 years ago
Merge pull request #914 from rollup/acorn-4

update to acorn 4

github.com/rollup/rollup - 5ea3393e064ac36265e5515a431fc60a9fce9ca7 authored over 8 years ago
Merge pull request #913 from rollup/gh-903

include dependencies in bundle.modules

github.com/rollup/rollup - aac47b05cb39f868f26e8147519bddb9dc24e270 authored over 8 years ago
deconflict-classes

github.com/rollup/rollup - 16da86e93c7047bea39212cbb761bf4f836ca7f4 authored over 8 years ago
Fix codestyle

github.com/rollup/rollup - c1b7092b0dc292905012ac5d3a915c8b5dad5b4e authored over 8 years ago
Fix test on windows

github.com/rollup/rollup - 4817eada3e656f4b166084cf0744245bee705a42 authored over 8 years ago
Merge pull request #912 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg

Replace npmcdn.com with unpkg.com

github.com/rollup/rollup - 10a97dbb81ac6efac0c75bd92ca59cf8e206fb18 authored over 8 years ago
only transpile acorn 4 down to node 4 support level

github.com/rollup/rollup - e723cc5c468317341ce7c44c695e3dceec3522d9 authored over 8 years ago
update to acorn 4

github.com/rollup/rollup - 7819d7b68822e7a767e227480b08598492b14bf9 authored over 8 years ago
include dependencies in bundle.modules (closes #903)

github.com/rollup/rollup - e8179c2013b7cfb4b1c7cba3b2fe441f7597ad97 authored over 8 years ago
Replace npmcdn.com with unpkg.com

github.com/rollup/rollup - 928f7f4f9ab4c8185a0c53c83471419c2077fdc4 authored over 8 years ago
Merge pull request #902 from rollup/rewrite

[WIP] Rewrite

github.com/rollup/rollup - 0c73791ae64e770a1b3fb9498be4351c768cb499 authored over 8 years ago
failing test (skipped for now)

github.com/rollup/rollup - 06d167b60dc5775c1f44d1422dffe100b6ff629f authored over 8 years ago
always treat literals as leaf nodes

github.com/rollup/rollup - 316f6041ab7abb4d23bbae353ba3661de2169663 authored over 8 years ago
Merge branch 'rewrite' of https://github.com/rollup/rollup into rewrite

github.com/rollup/rollup - 3cbedcc4e45055ce61a7eebdc73bb49c17956754 authored over 8 years ago
correctly rename children of conditional expressions

github.com/rollup/rollup - bd01c0acb40d5b135c6a7d11513e285fb57105f7 authored over 8 years ago
Remove unused imports to fix linting.

github.com/rollup/rollup - 95106fa770b19cff7b4f574079ea6cbde6b01721 authored over 8 years ago
disregard effects in dead branches

github.com/rollup/rollup - ef676b4081a670d51d61ee8ef29009389e1915bc authored over 8 years ago
fix double var declaration bug (#716)

github.com/rollup/rollup - 2e32f237774599848a6324c19971673a8447ec84 authored over 8 years ago
dont assume recursive function calls have side-effects

github.com/rollup/rollup - 5e1e5f99c51c718cb3b4c1e4ce4e84189e9f8d54 authored over 8 years ago
use a set to track which functions are being called

github.com/rollup/rollup - 34a13a74d0ff9414c27a55358090a580f6537ac9 authored over 8 years ago
add test for #716 but skip it for now

github.com/rollup/rollup - 7df2f00b57869f6cd247f191b59f8a614b08e65f authored over 8 years ago
do less work at end

github.com/rollup/rollup - fe3647815175c59cd3cefd733fcea046a679bc05 authored over 8 years ago
dont separate vars in for loop head

github.com/rollup/rollup - cf1ac32a5339b6ed8f3b40b653c36442f7461199 authored over 8 years ago
handle updates of parameters

github.com/rollup/rollup - 22951539647b8b098ad61ec6fbc26fa2084e7a11 authored over 8 years ago
configure entry in rollup.config.browser.js

github.com/rollup/rollup - 4e96e95def2ad0ffe3bf0025cd3d0ceff7b03b5f authored over 8 years ago
add browser/cli watch tasks

github.com/rollup/rollup - 92f55845468ae28db2e3b3a761382ba1229f36f6 authored over 8 years ago
transpile acorn for now, pending new release

github.com/rollup/rollup - 0913247901b566af2e8e73ef60e5d0cb26b107d6 authored over 8 years ago
test for #669

github.com/rollup/rollup - 7e67b8b273c09051be17c90cd09f77eb21c88780 authored over 8 years ago
enable previously failing test for #733

github.com/rollup/rollup - 8ecbd7853920f357b937aafd5d262d08eb32e16a authored over 8 years ago
add test for #893

github.com/rollup/rollup - ccb28cf56b5649edc4c2b5e26f500cc0d4b303ef authored over 8 years ago
clone ASTs, for fast incremental rebuilds

github.com/rollup/rollup - 83ccb9725374e0fde9d07043959c397b15d26c67 authored over 8 years ago
parse as ES7

github.com/rollup/rollup - db0dc75f030b6451977e3437a61c738f74860948 authored over 8 years ago
remove 0.12 from build matrix, it doesnt matter any more

github.com/rollup/rollup - 2148516fad2a8911ba8a99d47ef3ec5f40f7b91e authored over 8 years ago
skip module order tests for now

github.com/rollup/rollup - 37d8950d99e56f150c7e7f1a3d2294e9b9904a78 authored over 8 years ago
re-enable all tests

github.com/rollup/rollup - 0eecb7d5097039f022a78c51ea1b55a30e9b6dc9 authored over 8 years ago
test for #898

github.com/rollup/rollup - c096eb4b26d8aef573f657e97642f8fb1ae795ce authored over 8 years ago
add test for #901

github.com/rollup/rollup - 9ded29e9ec1933708d496c5e6494af5434c0f40d authored over 8 years ago
Fix --help format description

github.com/rollup/rollup - 62503515f3d94d89670472c36891d77019f20b26 authored over 8 years ago
-> v0.34.13

github.com/rollup/rollup - 7fb7ee494d70cd9cab3555474b66c4b307a6dcb2 authored over 8 years ago
Merge pull request #890 from tivac/transformbundle-options

Add options as second arg to .transformBundle

github.com/rollup/rollup - 55c12a6154d3fae2f6584f0c7c40463b9df4ac12 authored over 8 years ago
missing changelog entry

github.com/rollup/rollup - 72e4637c3f26251d2f96a6fcbfd32d42926391d3 authored over 8 years ago
Add options as second arg to .transformBundle

Currently only piping through `format`, could certainly pass others if
necessary. Maybe all shou...

github.com/rollup/rollup - a27ba30aa6ab400d0dde858e0f086cc554c5cbff authored over 8 years ago
-> v0.34.12

github.com/rollup/rollup - 7ad9f6914d3a39fac01906fa1c2344c09f034c37 authored over 8 years ago
fix rollup-watch (#887)

github.com/rollup/rollup - 3de477137ac14e3cac5ae5350d2e4e3728dc4d37 authored over 8 years ago
Merge pull request #630 from rollup/gh-590

BREAKING: ensure import paths are case-sensitive

github.com/rollup/rollup - 8dd88bfb62f33dfd0f22a3de1991ef0814f24c17 authored over 8 years ago
handle non-existent dir of import

github.com/rollup/rollup - dab40ce0b98cb5fc5eb99e6c98b981373cd15e4f authored over 8 years ago
Merge branch 'master' into gh-590

github.com/rollup/rollup - 49bcda425f40797bb69f886348bee0cb93cf364e authored over 8 years ago
-> v0.34.11

github.com/rollup/rollup - 32aa67583c543a474d1ccf4e0c98dbb9ae7a9ac2 authored over 8 years ago
Merge pull request #884 from rollup/gh-880

ensure intro appears before interop block

github.com/rollup/rollup - b8ca44c8e29de5d4ea27efbece1b4246f7a06842 authored over 8 years ago
Merge pull request #885 from rollup/always-clone

prevent leaky state, always clone magic-string

github.com/rollup/rollup - c272984a07b861efded170ab0f33be6b4adf645b authored over 8 years ago
Merge pull request #886 from rollup/import-rollup-in-cli

replace require kludge in runRollup.js

github.com/rollup/rollup - 0d5d156723edc08817265bdb68994275e480e383 authored over 8 years ago
replace require kludge in runRollup.js (#706 - comment)

github.com/rollup/rollup - 3817b74002b66f901bdf3cce64eff9bafc7dc1c7 authored over 8 years ago
prevent leaky state, always clone magic-string

github.com/rollup/rollup - 1d7c853ce6fabec207401a53d8210ea25f08d72e authored over 8 years ago
ensure intro appears before interop block (#880)

github.com/rollup/rollup - 53b21d1629baf3f9fc1857217b8133ff56f02342 authored over 8 years ago
Merge pull request #879 from nelsonic/master

Update link to Codecov image.

github.com/rollup/rollup - 93b8a60f9bc1735c067be9e40f92080fc255917a authored over 8 years ago
Update link to codecov image. fixes https://github.com/rollup/rollup/issues/878

github.com/rollup/rollup - 4ccb7e744f90f0c798efb8c4540872a08a5826a3 authored over 8 years ago
failing test for #860

github.com/rollup/rollup - 00c70e35cb177b3856d1521f96dba7ed8274f2c9 authored over 8 years ago
-> v0.34.10

github.com/rollup/rollup - f8129e496acab3cffd246e8478e43a1cb2b8bf0c authored over 8 years ago
Merge pull request #857 from rollup/gh-852

put outro after export block, not before

github.com/rollup/rollup - 573d517e3ba9d25bbf2fb6f3edd9a054d3d2264f authored over 8 years ago
Merge pull request #858 from rollup/gh-851

allow custom bundle context

github.com/rollup/rollup - 3df54fec18a678f3be8841002b5055ca4fb0522e authored over 8 years ago
Merge pull request #859 from rollup/gh-846

fix noConflict when used via config file

github.com/rollup/rollup - fa46419b3c99a2e25a54a93497567cca34a8418e authored over 8 years ago
fix noConflict when used via config file (#846)

github.com/rollup/rollup - 3ed945c8e1cd40d65f9092b72be7127c69ba8676 authored over 8 years ago
allow custom bundle context (#851)

github.com/rollup/rollup - 98b4da0f355c4abf6fa71f1ae835ac71b65eb58f authored over 8 years ago
put outro after export block, not before (#852)

github.com/rollup/rollup - ebbb5bec62a9dd42b478d3fbbf12b8f72ac4de45 authored over 8 years ago
Merge branch 'rberner-master'

github.com/rollup/rollup - df504b587668dfaace3d22b9caabf7c24b973656 authored over 8 years ago
Merge branch 'master' of https://github.com/rberner/rollup into rberner-master

github.com/rollup/rollup - 5197218763cf3544aec089dd3895af7046436f60 authored over 8 years ago
Merge pull request #804 from skeggse/patch-1

Add explicit entry resolve error message

github.com/rollup/rollup - ac5ac9de443e47324e38c3ea712e50fbf15957c1 authored over 8 years ago
Merge pull request #812 from rollup/disable-indent

Change indent default to false

github.com/rollup/rollup - 66cb9ad29047400343f37e3e319959fd1307e80a authored over 8 years ago
Merge branch 'bmaurer-patch-1'

github.com/rollup/rollup - 61a66a991d9eab70ba8b6a0b8993d6531046503d authored over 8 years ago
update test results

github.com/rollup/rollup - 8c737c315215307e31d852db5c2bb70ce60e3738 authored over 8 years ago
Merge branch 'patch-1' of https://github.com/bmaurer/rollup into bmaurer-patch-1

github.com/rollup/rollup - 26ff3eb71066e11454da34ef2356566ebc56aff4 authored over 8 years ago
Merge pull request #834 from rollup/perf-tweak-2

Cache decoded mappings

github.com/rollup/rollup - c5d9d347721ad3d168b2ca6df27894be69815d1c authored over 8 years ago
Merge pull request #835 from Permutatrix/plain-entry-path

Leave it up to resolveId to normalize the entry path

github.com/rollup/rollup - 9500fd6601cfe80d72f464460d4b74498f4c462a authored over 8 years ago
Removed unnecessary imports in does-not-mangle-entry-point test

github.com/rollup/rollup - 709a4f783d5b6e67b2692891929cdc8d61d56806 authored over 8 years ago
Added a test for not mangling the entry point

github.com/rollup/rollup - 94d58778229a64d979216aa05c9a397269a0da84 authored over 8 years ago
Leave it up to resolveId to normalize the entry path

github.com/rollup/rollup - b7f73d6d700ad5af5b78760d988b0699afc880b1 authored over 8 years ago
Cache decoded mappings

github.com/rollup/rollup - d8addbb82e9eaa07077ddf3dc7321258d1285784 authored over 8 years ago
Merge pull request #821 from rollup/gh-813

Failing test for #813

github.com/rollup/rollup - 78f044118991beb0785abc3de4fa5a92addeceb6 authored over 8 years ago
Clean up test

github.com/rollup/rollup - a945b77eb31c9fc8dcbeb004a1e69bb5093cfeb5 authored over 8 years ago