Ecosyste.ms: OpenCollective

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

github.com/rollup/rollup

Next-generation ES module bundler
https://github.com/rollup/rollup

Merge pull request #692 from rollup/non-string-ids

allow resolved module IDs to be non-strings

7a03bf0583710d29b208fc143d90161fce06f898 authored over 8 years ago
allow resolved module IDs to be non-strings

169ae35413a02ce413e7a19c9352d381a7fa7600 authored over 8 years ago
Allow specifying multiple output targets.

Closes #655.

a3f2d17596d8ceff8f4cbd7a66bab56b83b5557b authored over 8 years ago
Merge branch 'master' into incremental-transform

059ba8c01069d9b7c8b4cf1967ccfaf6cdd83df4 authored over 8 years ago
-> v0.26.7

7f1d9f26914f80afd5395461b18f1d1bd979f4b1 authored over 8 years ago
Merge pull request #685 from rollup/esmodule

__esModule for AMD modules and CJS with cyclical dependencies

7d153d3c88bfaa3054a5f39b827c35d1df519c2e authored over 8 years ago
Merge branch 'master' into gh-447

e875abae45d07d34c49545ea87bcc43d1e76ea2d authored over 8 years ago
Merge pull request #686 from rollup/gh-637

distinguish between default and namespace imports from external module

5266ace2b55ed5b513056a26d84dd9003ae850a0 authored over 8 years ago
remove commented out code

f0072851a5985e731e0c4edb6549ac9be1141f9f authored over 8 years ago
distinguish between default and namespace imports from external module (#637)

558b4cf35512833a307f3fffe864d08b31e92343 authored over 8 years ago
-> v0.26.6

ff425d3759af79b50b3a38b93d841d31bf44a8ae authored over 8 years ago
Merge pull request #684 from rollup/gh-653

options.preferConst to use const instead of var when creating statements

83324f920d867419b387e91b649b13527a1c1ac4 authored over 8 years ago
Merge pull request #683 from rollup/gh-659

deconflict ES bundle imports

5cff69c36d3631a8806c2223aa4d526e31200ad8 authored over 8 years ago
add __esModule to AMD, move to top of CJS, consistent style

b059d075d53155305152ed43f68904b533c08574 authored over 8 years ago
Merge branch 'esmodule' of https://github.com/cameron-martin/rollup into cameron-martin-esmodule

dd40bdfec926736134c5fd887a1f49565c61bbc6 authored over 8 years ago
options.preferConst to use const instead of var when creating statements (#653)

e85626ea02836d753e97ae3ee3dceeb0d2e0d650 authored over 8 years ago
deconflict ES bundle imports – fixes #659

c96888e2f4679abc763b9bf31d7e56cf72cba941 authored over 8 years ago
-> v0.26.5

1546495353dcfe85a4e6ec8b5ff4ab547b676d9b authored over 8 years ago
Merge pull request #680 from rollup/gh-522

allow options.external to be a function

2a57a45f45b3a060b89af97a11de35cfb83914f4 authored over 8 years ago
Merge pull request #682 from rollup/gh-664

preserve debugger statements

e96c0cc712f8c6926e7f8a17bd90605e9a32c7ce authored over 8 years ago
preserve debugger statements. closes #664

a50d71a63e2c2c93498b42b8675013fed429ee24 authored over 8 years ago
allow options.external to be a function. closes #522

40217fd2e1a487bc99268f6684fe7febb68a15fb authored over 8 years ago
-> v0.26.4

ca931138f059232fc502cfb43288813fd4e6c273 authored over 8 years ago
warn about eval security vulnerability

3705b3792363e6a3b6e721bff761eaf732868cbe authored over 8 years ago
prevent duplicate exports from single module (#679)

e45547b58beb5cd71c08297ba12780d79c6128fd authored over 8 years ago
add test for #633

9d6dedf78edd83ac9ceac878c622705444b41581 authored over 8 years ago
ensure that external alias are not treated as relative path

e5437ed2f5756fd7adf238e6a5b8f80fec86487e authored over 8 years ago
Invalidate module when file content is changed

157b7c151f49097b6aa4e4b68958287a13b01ba1 authored over 8 years ago
Add incremental support build by passing previous bundle

ad44c4ba5b624c711787c01f9e86aedfd35135b1 authored over 8 years ago
Made __esModule a non-enumerable property of exports.

This is the same as how babel does it. See https://goo.gl/KTGKyH.

a660b896dcbca62bbc0ee950aa4a9ebeef9460b9 authored over 8 years ago
Added the __esModule export, with value true, when the format is cjs or umd, and the exports option is named.

d8844e7078e293001fa66aff2f8c1b19d198faf0 authored over 8 years ago
-> v0.26.3

8ee6ef01090a8def1d143f7c56829d367b7ee160 authored over 8 years ago
ensure reference is only marked as reassignment if it is the subject of the reassignment – fixes #648

82112f7528619f6442659563766a7c86c432fd15 authored over 8 years ago
gah eslint

f8a872cadc143fdeb04978f23a0ace9f7c1a218e authored over 8 years ago
update various dependencies

84ba808e6776d6041b5ad8bf95431f3b045136f8 authored over 8 years ago
-> v0.26.2

b616db1b6b170dd5cb8e8ae62e005e00278525ba authored over 8 years ago
Merge pull request #634 from rollup/gh-632

allow rewrites of variable declarator inits

e3a58ec8fd77a94f0e0f56b0a9030719eae6f789 authored over 8 years ago
Merge pull request #640 from rollup/update-collapse-sourcemaps

Update collapseSourcemaps to use class syntax post-620

f18bf0f1e2f1673beeb0149aff473e38db0c84e1 authored over 8 years ago
Merge pull request #631 from rollup/gh-587

warn if default and named exports are used together in auto mode

1ae1cee8c8864b2fe293795ece9fff1bcb5507c9 authored over 8 years ago
Update collapseSourcemaps to use class syntax post-620

cf5dee06d589f63b29a41d5335a94f2d6ce38590 authored over 8 years ago
Merge pull request #639 from Victorystick/fix-no-treeshake-vars

Fix a bug with no-treeshake

126b22c63a2357cbc3b8e361d90cb60c4cabf8e0 authored over 8 years ago
Missing trailing new-lines

610f798111452ce91e69f57fa6ee9283dbb70020 authored over 8 years ago
Fix failing test

fbb0b3935b097698144d65ab46301633bbd144c4 authored over 8 years ago
Add failing test case, which results in "var var ..."

e1286d36846054453e9b85ab2cef67ee1f03cec1 authored over 8 years ago
fix test title

a6d3436392314079b863982caafb2417dd3c2871 authored over 8 years ago
allow rewrites of variable declarator inits – fixes #632

d0ea2ad2d64bd4ebfdce401df57e1a26941e416b authored over 8 years ago
Merge branch 'master' into gh-587

4736f2ca3d5b07aa979d763c8a0c378c52ac70d1 authored over 8 years ago
use buble/register so that our test code can start living in the present

582df9c1c58d14b8fc1803826365b08f4bdb1699 authored over 8 years ago
Merge branch 'master' of https://github.com/rollup/rollup

59d486cfa48dc1d46362f28accb2674d0b779759 authored over 8 years ago
warn if default and named exports are used together in auto mode (#587)

3fd400c3a7ac4508aff544d3f9f3452ad1451eec authored over 8 years ago
easier way to expect warnings in tests

49154f2e2df57bae5a78ca3752903ee07ff5bfaf authored over 8 years ago
ensure import paths are case-sensitive (#590)

bcd5dc789c25cec25fa1f2941206781785e63f19 authored over 8 years ago
Merge pull request #628 from rollup/gh-626

create new scope for classes, with class expression ID (if any) as sole name

797a201d5cb0953ddc38eff63b1ab85f426674eb authored over 8 years ago
Merge pull request #629 from rollup/gh-607

sanity check output of load hook

0c213f0f3f39b1e2c871246eb4479befc2e6f3b9 authored over 8 years ago
sanity check output of load hook

d1c1126b1aca6f5b44772b1ddc19b1651dc78928 authored over 8 years ago
create new scope for classes, with class expression ID (if any) as sole name. fixes #626

d3f092a071419edb4101bb71da30ba26d7e4d351 authored over 8 years ago
-> v0.26.1

9a9816ea92c6b97127e02715dff4decb3638c824 authored over 8 years ago
Merge pull request #620 from rollup/buble

Switch from Babel to Bublé

881548ffe6ebcb348fb9838da43473d9e820f370 authored over 8 years ago
Merge pull request #625 from Victorystick/disable-treeshaking

Add option to disable treeshaking

9bcf8b5831820cc4c226a4d7282ca263eacb5b55 authored over 8 years ago
Allow tree-shaking to be disabled

5677b3697f4b9007cab501200ba8237422174e2b authored over 8 years ago
Add test with treeshaking disabled

23777a067c8fc20fd6141caa68f2a9a8ce64f2be authored over 8 years ago
remove rollup-plugin-babel

bfe1db55333fa80e479d21170aa0f5e13dfa71d0 authored over 8 years ago
Merge branch 'master' into buble

b7d2bf5ca5ba36c29d3dceac33d713fefe30304f authored over 8 years ago
-> v0.26.0

004f5a1d69620652aa66815987cd30bf97a78657 authored over 8 years ago
switch from babel to buble

ea0287f3c0b25a108d38b07efba31d8e1be55e53 authored over 8 years ago
Merge pull request #580 from evs-chris/master

Add an option to add noConflict method to umd global

531f40cd6e7ac793cd8a9d7e1f1848c908c383ac authored over 8 years ago
Merge pull request #591 from fatfisz/normalize-relative-external-paths

Normalize relative external paths.

70e3f0617e9aa51d0523468c109f0c40e4b8d856 authored over 8 years ago
Merge pull request #609 from rollup/report-transform-error-file

report files causing transform errors

b998c9156039eeb11ae3f1cf4a4c2c905fb3e2e5 authored over 8 years ago
Merge pull request #611 from jonataswalker/node-resolve

Use rollup-plugin-node-resolve instead of rollup-plugin-npm

4fc22d929cf1ef56807e8d81fec7d77d68a967d4 authored over 8 years ago
Merge pull request #619 from rollup/gh-618

Don't throw on single-length sourcemap segment

9e91cb398dec5b9382bf5c3157069cc982b3fa17 authored over 8 years ago
dont throw on single-length sourcemap segment (#618)

2b915cb6fc33b02cfd0c4af938f91e0c3f9fd2d2 authored over 8 years ago
Use rollup-plugin-node-resolve instead of rollup-plugin-npm

29f4020f4575a61374c65dceef3440a926a4fe28 authored almost 9 years ago
report files causing transform errors

4971e0a62e2658a262c413e135366e4efd03eea6 authored almost 9 years ago
Merge pull request #603 from rollup/update-dependencies

Update dependencies.

884d98266c9e5f1b455ab3d8f012261ffeea3204 authored almost 9 years ago
Merge pull request #593 from fatfisz/eslint-config-root

Add root: true to eslint config.

64b9dad15871ff96b08987f790ec71dcf9717817 authored almost 9 years ago
Update dependencies.

I left all the major-revision changes out because I figured they may require more work.

26dcf8edb3d173382f899b70c92d46a4145392aa authored almost 9 years ago
Add another test case.

9ed87addbb9a6e58475ea36a1e2511ecb83bcf84 authored almost 9 years ago
Add root: true to eslint config.

This prevents eslint from taking user's eslint config files that are
higher in the directory str...

5df3e1f27c2082a31369c1147cb62b3572edad96 authored almost 9 years ago
Add missing trailing new lines.

8b5c2e2b83fa7dbacbc1b550d0aa0af53e7e2009 authored almost 9 years ago
Normalize relative external paths.

c1978fb9e6e4ec5d3d78afea11505f588e313e03 authored almost 9 years ago
Merge branch 'master' of github.com:rollup/rollup

79b3c4b2263d59821dc57a82a034dca75086a0e9 authored almost 9 years ago
Merge pull request #583 from olegskl/add-usestrict-option-to-allowed-keys

Add useStrict option to ALLOWED_KEYS.

8a6b6d1a696e798e76fb8b2d7e3df4931a5414b8 authored almost 9 years ago
-> 0.25.8

49e9fac201793b7590f70e8ece9434fb71605ee3 authored almost 9 years ago
Merge pull request #586 from MartinKolarik/master

Windows...

0fd8a871a6a0f9cc770c5165c867ec3726b5957a authored almost 9 years ago
Unixize bundle entry path

96c9bb52037896352936a4cd8ca17a9a002862cc authored almost 9 years ago
Add useStrict option to ALLOWED_KEYS.

cc8141cc55bf6675b0a43f68585a5618d1a503ca authored almost 9 years ago
delint - oops missed a semi

54ce372724d50bb94b51e0a95d6d5b7b2e5603cf authored almost 9 years ago
add an option to add noConflict method to umd global

66f838ad9d92b7ca3af294e48c34d5d4a5ce1ec2 authored almost 9 years ago
-> 0.25.7

eb29daaacfaccb5b7139d0784e74dd8fa7aed524 authored almost 9 years ago
Merge pull request #576 from rollup/gh-575

Expand deshadowed shorthand properties

3f54869cf0ba8ecc771efafe99408672368f60a3 authored almost 9 years ago
gah 0.12

18d3ad0ab28d8b59400c5540b7c3f78e3797a25a authored almost 9 years ago
expand deshadowed shorthand properties (fixes #575)

faf18821b3fe9af3a171cff4bc5d88f1618224cd authored almost 9 years ago
failing test for #575

adfd0bf44ce2c46fadbd1e1ebc995bbbe4299c13 authored almost 9 years ago
Merge pull request #572 from joeldenning/issue-532

Allow external files to be non-existent, relative files. Fixes #532.

a74060fad490f92a81f49b1eb3c427f3c86ff03c authored almost 9 years ago
Allow external files to be non-existent, relative files. Fixes #532.

9583bb445caa5528be7d8139e6f5f2d15a1f0c6f authored almost 9 years ago
-> 0.25.6

21b7c7b57dba16871c476a3985cdafd28fdca07f authored almost 9 years ago
Merge pull request #567 from rollup/nested-conditional-expressions

Prune dead conditional expressions more carefully.

8a49208e79fd663f77a2f6c6a8d6a752476ea075 authored almost 9 years ago
Merge pull request #569 from Zirak/master

Handle erroneous nested member expressions

b62e8b28ccb1c0c681050918dcdfb038239d3cd6 authored almost 9 years ago
Handle erroneous nested member expressions

Fixes 2nd issue in #565

1631c08256cb1b032f1d97859fe8eb7294ad5591 authored almost 9 years ago
Prune dead conditional expressions more carefully.

Fixes #534.

ab76b617b437b1b596ff47fb87cfe3dfe8f46bc1 authored almost 9 years ago