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

Merge branch 'master' into gh-813

github.com/rollup/rollup - bd6b12bf3a6a4c06300016a34c7d81de84bf094c authored over 8 years ago
Merge pull request #830 from phter/gh-813

Initialize member in constructor, fixes #813

github.com/rollup/rollup - 191013066a5e4e0225ffa030faac54834d6679e1 authored over 8 years ago
Improve linting

github.com/rollup/rollup - d39105d6884ffcd868fd0c9c94afda896383f31c authored over 8 years ago
Merge pull request #823 from rollup/perf-tweak-1

Module render performance tweak

github.com/rollup/rollup - 687b24b27b5f09705b44363f2497546590984b28 authored over 8 years ago
Initialize member in constructor, fixes #813

github.com/rollup/rollup - c64da6ebcfd244402310d6a464d395b912609357 authored over 8 years ago
Module render performance tweak

Ref https://github.com/rollup/rollup/issues/723

github.com/rollup/rollup - ebd5ead5e6f9b40960f73d03027c9ef2ad1e4c4d authored over 8 years ago
failing test for #813

github.com/rollup/rollup - b86be27b08646c345c2ed189f42aa8a9ff366987 authored over 8 years ago
Upgrade dependencies

github.com/rollup/rollup - d248004a6a351f182aa495e914d5ab8f716a11f4 authored over 8 years ago
Merge pull request #800 from phter/patch-2

Bugfix: avoid infinite recursion in Bundle.sort()

github.com/rollup/rollup - 0bb9a4c1c16be438cf6cef8a55feeffdc36348e8 authored over 8 years ago
Avoid infinite recursion in Bundle.sort()

github.com/rollup/rollup - 088d12bf9f206fe00d64a3f5cd332a07fadaf9d2 authored over 8 years ago
Merge pull request #811 from rollup/cache-resolve

Cache resolve

github.com/rollup/rollup - 3bce9d3658f392552d6f3b452ac640b6325398e1 authored over 8 years ago
Merge pull request #814 from rollup/pretty-error

Pretty error

github.com/rollup/rollup - b148d70125898adcf025ffa95b7e05584da189aa authored over 8 years ago
If removing import statements, start at the beginning of the actualy import keyword, instead of the beginning of the file (statement.start vs statement.node.start)

github.com/rollup/rollup - 7b7709eb383c71667d5ca8ed1eda3c8d35dad3b7 authored over 8 years ago
Wrap source id with quotes in unresolved error

github.com/rollup/rollup - b215060634089526d6202b6cefdcbe1b7e307b61 authored over 8 years ago
Test for not resolved module

github.com/rollup/rollup - 8bca62b559e21a58b595030798b268653a316593 authored over 8 years ago
Reduce transformers error message chain

github.com/rollup/rollup - bd1c379a1791c02ea784b3d2a19e07493ad5fbd8 authored over 8 years ago
Changde indent default to false

github.com/rollup/rollup - 1a2d3dce26d813e96fc73860699b1bf22ccb5181 authored over 8 years ago
Cache resolvedIds in modules to improve incremental build

github.com/rollup/rollup - 684dde0a30e27247c2378d91b92f73abe3757513 authored over 8 years ago
Treat path as external dependency

github.com/rollup/rollup - edf132eecf560ee2da194a5b18a39320c4b40db1 authored over 8 years ago
Add new test

github.com/rollup/rollup - 07cb66656278f1c76ce79fd877cbe9b2b5502d36 authored over 8 years ago
Fix existing test

github.com/rollup/rollup - c2f65e75cc790dfff3fc25e7f56b6b3b13ae1f73 authored over 8 years ago
Add explicit entry resolve error message

Fixes #802

github.com/rollup/rollup - 60a4e406b6927f1c910f7e4e6f5c2e242bbcabb9 authored over 8 years ago
more aggressive linting

github.com/rollup/rollup - 93ec6672285967d9baceca264b3007a5b271713e authored over 8 years ago
fix export * from external bug

github.com/rollup/rollup - 1e98a69e2ec80bd4f99ae363f96a04d9752464f0 authored over 8 years ago
Merge pull request #781 from hh10k/lint-tests

Introduce eslint to tests. Complaints are fixed, but none of them major.

github.com/rollup/rollup - 180ce308767316adaeeb3e76a2dfb221f08285e3 authored over 8 years ago
Merge pull request #780 from rollup/gh-754

support paths config

github.com/rollup/rollup - 0a89a86388c429ee15bd05d16d5b6d75b3dd6105 authored over 8 years ago
Introduce eslint to tests. Complaints are fixed, but none of them major.

github.com/rollup/rollup - c5fa9b2a42a8764c3cd7b291817957da878f65e8 authored over 8 years ago
support paths config (#754)

github.com/rollup/rollup - 328d145221eb407262cc398008c08b87dc883ad6 authored over 8 years ago
Merge pull request #778 from rollup/gh-756

add newline after sourcemap comment

github.com/rollup/rollup - ff612af0b7746affcc06fa333232feb145940ea3 authored over 8 years ago
Merge pull request #779 from rollup/gh-755

ensure reassigned exports are declared in an ES bundle

github.com/rollup/rollup - a4c36e3cb43e2388aad5fc88cc888afaabef1245 authored over 8 years ago
ensure reassigned exports are declared in an ES bundle (#755)

github.com/rollup/rollup - dbfa280fcd8badec6f16bae800c63f65d0d7e9e9 authored over 8 years ago
reinstate all tests

github.com/rollup/rollup - 035f66e8d92dae33ee950cbaad0929a5f2c6dead authored over 8 years ago
add newline after sourcemap comment. fixes #756

github.com/rollup/rollup - 392a338c6474b69241575e8036e6af5d2703b33e authored over 8 years ago
Merge pull request #777 from rollup/gh-763

use resolved IDs for external modules to allow options.globals to work with relative imports

github.com/rollup/rollup - a9ba650db4080c462ec0dc2dac13daca80bf7e20 authored over 8 years ago
remove superfluous helper

github.com/rollup/rollup - 98e60efa3081501a30c3a5c21a431ead1668fe7b authored over 8 years ago
add back removed path methods for browser

github.com/rollup/rollup - 8dfbfa3ea59fd53baa5108961cb7c12dacdcaf1e authored over 8 years ago
whoops, config file cant have ES6 in node 0.12

github.com/rollup/rollup - bfe49e3d2ddfc5d9cd8fc46d3ce1de78a421e6fe authored over 8 years ago
fix another test

github.com/rollup/rollup - aa4cf42f45b162f33172d8e1d7226a3ab3d7c536 authored over 8 years ago
update test

github.com/rollup/rollup - 262dccfd6fbf2856a586f71d5e8394e8dbb9afce authored over 8 years ago
normalize external relative paths

github.com/rollup/rollup - 9b165aba78a964033448681cc8789bd1fa39d1a0 authored over 8 years ago
gah windows

github.com/rollup/rollup - cf4d914c118dd9900ff5b90cf772cdb5cb7824f3 authored over 8 years ago
experimenting with using native path methods to try and fix windows bugs

github.com/rollup/rollup - 5b4f70725dbee1a78063415adff3aaf70af1f03d authored over 8 years ago
dont normalize ID before checking if its external

github.com/rollup/rollup - 6a03009faa27313db26aa7e48baf4deb30d246a4 authored over 8 years ago
use resolved IDs for external modules to allow options.globals to work with relative imports (#763)

github.com/rollup/rollup - 31f55a47552f21f4b2c573c36244f46531c70550 authored over 8 years ago
Merge pull request #775 from rollup/gh-770

warn on top-level `this` – fixes #770

github.com/rollup/rollup - 734702bbee73c355caf64af44e5a727f28c94e3f authored over 8 years ago
Merge pull request #773 from tivac/differentiate-generate

Give ongenerate/onwrite more access

github.com/rollup/rollup - 5a450ba23fa330635b767efa778a15bd24e0a004 authored over 8 years ago
Try making ongenerate/onwrite more useful

github.com/rollup/rollup - 9acb92dcd02d0f9f008b284a7a8be22cd3048bcb authored over 8 years ago
warn on top-level `this` – fixes #770

github.com/rollup/rollup - 4a8ce666abcf47471e0726d0fba135ece1ccf8f9 authored over 8 years ago
Avoid lazy parsing by adding parens around factory

Most javascript engines do a lazy parsing optimization. For example if they see:

function X()...

github.com/rollup/rollup - a9c5850c8552e297945e9ee7f324be17593f14e6 authored over 8 years ago
Merge pull request #760 from hh10k/config-realpath

Use fs.realpathSync() rather than path.resolve() on the config path

github.com/rollup/rollup - 17d559473b70eaae182608f00214aa8deec02d73 authored over 8 years ago
Merge pull request #751 from futurist/master

FIX: --no-strict command line option not map bug

github.com/rollup/rollup - c724b70eff42a51c7b2b6fa5fa1dc7e75b053116 authored over 8 years ago
Set directory before each sourcemap test so that it can be depended on. Remove relative-paths' dependency on path.relative with process.cwd() which doesn't work in some situations.

github.com/rollup/rollup - e37bc0be8de47ee80905c3700c2ff23cee33f777 authored over 8 years ago
Add a test for loading config when the drive letter doesn't match after realpath. List 'fs' as external dependency.

github.com/rollup/rollup - 5605ce5c85c48a7f3e2cff30fb059f803866aec0 authored over 8 years ago
Use fs.realpathSync() rather than path.resolve() to match filenames passed to require.extensions[]. On Windows resolve(...) returns "c:\..." but realpath(...) returns "C:\...".

github.com/rollup/rollup - ce1c784f5b6a3d476518fd4ee0a9c62c2499366a authored over 8 years ago
FIX: --no-strict command line option not map bug

github.com/rollup/rollup - 28491ea5403736c1a0746b32042debdba3aa1573 authored over 8 years ago
Merge pull request #749 from rollup/gh-746

indicate source of transform error where possible, and downgrade non-sourcemap-generating transf...

github.com/rollup/rollup - c9af35a43f6b1d8fc8ca197b2a42bc98d3dadcc0 authored over 8 years ago
indicate source of transform error where possible, and downgrade non-sourcemap-generating transforms to a warning (#746)

github.com/rollup/rollup - 78db6134afd2e371e75d06abe846e51064ef61f6 authored over 8 years ago
Merge branch 'fail-exports-all-dup'

github.com/rollup/rollup - 9c18b513f56bd588cef0dd483b189c000e000aba authored over 8 years ago
change language to reflect the fact that conflicting namespaces are permitted, if discouraged

github.com/rollup/rollup - 84cccae433dc554af43dc3b0b4dfccbb2d2a8764 authored over 8 years ago
Merge pull request #742 from rollup/hooks

Hooks

github.com/rollup/rollup - 89329f4452aec8df7f4375d80bf30bcf94b77b37 authored over 8 years ago
Merge pull request #747 from rollup/exclude-helpers-from-sourcemaps

exclude plugin helpers from sourcemaps

github.com/rollup/rollup - 91949a7e0bbba8a6c578fca4fb0fd0ecc330aa79 authored over 8 years ago
Merge pull request #748 from rollup/gh-668

generate correct sourcemap with reified namespaces

github.com/rollup/rollup - 5636c1a8b62bfa6cdf35e245be6d97445fb457e1 authored over 8 years ago
generate correct sourcemap with reified namespaces (#668)

github.com/rollup/rollup - 3eae936dbc55c66849494cff31e14a0741bd6ff4 authored over 8 years ago
exclude plugin helpers from sourcemaps

github.com/rollup/rollup - 9f2a92d900aac1b796d99412d27cfd66ad700c55 authored over 8 years ago
Merge branch 'fail-exports-all-dup' of github.com:rollup/rollup into fail-exports-all-dup

github.com/rollup/rollup - dfd6b9388f3168563aa69fcf07cf3bb3c342da41 authored over 8 years ago
Warn on namespace conflicts

github.com/rollup/rollup - 87983313895ca2aea0ad0fb3c732636e96bc2e49 authored over 8 years ago
Merge pull request #744 from rollup/gh-743

allow --globals to work with --external and options.external in whatever configuration

github.com/rollup/rollup - fabe1160be2610a039eae9bb42f58368e3971b0f authored over 8 years ago
allow --globals to work with --external and options.external in whatever configuration (#743)

github.com/rollup/rollup - 03ed02c0f63b8972216bc1f32ebf364e5796d276 authored over 8 years ago
failing test for #743

github.com/rollup/rollup - ec5b11f76b019ebf7418c78ffdb7f0d41ea13d61 authored over 8 years ago
ass async onwrite hook

github.com/rollup/rollup - 2a8bc9569e6131d1cc1683bc5dfb48029f47e249 authored over 8 years ago
synchronous ongenerate hook (#353)

github.com/rollup/rollup - b28a01901462d91960fce852d9a4b913c0ae673b authored over 8 years ago
look for rollup-config-whatever before looking for whatever, to avoid requiring wrong package

github.com/rollup/rollup - b478c19894fb2038bae555732cfe5191104e5a39 authored over 8 years ago
Merge pull request #738 from rollup/gh-733

Preserve side-effects to default exports that coincide with used named exports

github.com/rollup/rollup - 16272e88086922f9ac0994c2edef8cf576dd0015 authored over 8 years ago
Merge pull request #739 from rollup/gh-736

Use config files installed in `node_modules`

github.com/rollup/rollup - f5fdedc72efcc354620517cc2ad37dac192e3e7c authored over 8 years ago
support rollup --config node:whatever (#736)

github.com/rollup/rollup - e0e4dc1cd2f7abd0564432370189fe606e67eda3 authored over 8 years ago
only ignore top-level node_modules

github.com/rollup/rollup - 9edf864078be54858483559dbdcabb754c3aaeff authored over 8 years ago
add another failing test for #733, but skip it for now

github.com/rollup/rollup - b0582a5384ab8be24f67f4715480930a3e3617a5 authored over 8 years ago
track side-effects to default exports - fixes #733, sort of

github.com/rollup/rollup - e628775a424877bb1c49cb22426267da753e2eee authored over 8 years ago
failing test for #733

github.com/rollup/rollup - f6ac48283fa3b5675b2460e5c69d8b543c5afb31 authored over 8 years ago
Merge branch 'amilajack-patch-1'

github.com/rollup/rollup - 0f865137606ad019c8b8e92a4356869307066eb8 authored over 8 years ago
remove node 5 from travis config, add node 6 to appveyor config

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

github.com/rollup/rollup - 01f9722991bcb6530a57053a3afc883f896666b4 authored over 8 years ago
Merge pull request #724 from operandom/debug-cli-external

Handle options.external is a function.

github.com/rollup/rollup - 1a79c69d02b3a162a4077cb7e4d055b3e7b5a5b0 authored over 8 years ago
Merge branch 'master' into fail-exports-all-dup

github.com/rollup/rollup - ad7e093434e108adab0d05406d76f7308be7c877 authored over 8 years ago
Add missing parameter.

github.com/rollup/rollup - 3b1275229784d4bd38f7cfd82061f7678fac3bff authored over 8 years ago