967 Commits (94f98d81ecf90cdb579c080c23e83378342bc57a)
 

Author SHA1 Message Date
Rich Harris e9d444451e Merge pull request #295 from rollup/reexport-missing-error 9 years ago
Rich Harris 8334552782 Merge pull request #303 from TrySound/promisify-error 9 years ago
Rich Harris bbc57cdbe3 Merge pull request #298 from rollup/greenkeeper-acorn-2.6.4 9 years ago
Rich Harris fe0394ad08 Merge pull request #253 from rollup/side-effects 9 years ago
Bogdan Chadkin 334165ceda Promise reject instead of throwing Error 9 years ago
greenkeeperio-bot 4a66296112 chore(package): update acorn to version 2.6.4 9 years ago
Oskar Segersvärd bc0b6c514a Add error message when reexporting missing identifier 9 years ago
Rich-Harris 12323c0ce3 Merge branch 'side-effects' of https://github.com/rollup/rollup into side-effects 9 years ago
Rich Harris 2316cff821 merge master -> side-effects 9 years ago
Rich Harris 9099c490b3 Merge pull request #249 from rollup/dead-branches 9 years ago
Rich Harris 0da796a608 Merge pull request #277 from rollup/more-lint 9 years ago
Rich Harris 24d9cbeffe Merge pull request #290 from rollup/travis-shield-master 9 years ago
Rich Harris 1ef16e2843 Merge pull request #292 from rollup/call-use-once 9 years ago
Oskar Segersvärd 262334d70d Check isUsed to prevent potentially infinite recursion 9 years ago
Oskar Segersvärd c29f4c24f1 Point TravisCI shield to the master branch 9 years ago
Rich Harris ae06df62a6 Merge pull request #288 from rollup/log-rollup-c-errors 9 years ago
Oskar Segersvärd 7a677359c6 Log errors when using `rollup -c` 9 years ago
Oskar Segersvärd ae9643fb31 Remove .eslintrc Promise global. Fix lint redundancy in package. 9 years ago
Oskar Segersvärd c7843808a6 More eslint 9 years ago
Rich Harris 161a447319 -> 0.20.5 9 years ago
Rich Harris a1f13cd93e Merge pull request #271 from rollup/gh-270-alt 9 years ago
Rich Harris dc564da15a alternative fix for #270 9 years ago
Mike Bostock 093d33e616 Add a test that should fail, but doesn’t. 9 years ago
Rich Harris 6593d5824c -> 0.20.4 9 years ago
Rich Harris 790d0d8810 Merge pull request #268 from mbostock/assignment-to-re-exports 9 years ago
Mike Bostock f2333fd42b Include all declared variables. 9 years ago
Mike Bostock 0afe2d9601 Add another failing test. 9 years ago
Mike Bostock 8c3f09dd37 Don’t assume re-exported bindings are globals. 9 years ago
Mike Bostock 61a8944598 Add failing test case. 9 years ago
Rich Harris 65aa17d564 Merge pull request #266 from rollup/greenkeeper-remap-istanbul-0.4.0 9 years ago
greenkeeperio-bot d820ddfdc1 chore(package): update remap-istanbul to version 0.4.0 9 years ago
Rich Harris 9c8f12d49c remove identifier comparison checks 9 years ago
Rich-Harris 98e890986f DRY out code, handle strict vs non-strict 9 years ago
Rich-Harris 4580b4bf54 handle NaN 9 years ago
Oskar Segersvärd 6d8b0bf062 Merge pull request #263 from rollup/gh-260 9 years ago
Rich-Harris 939a94b1c3 import Promise to src/rollup.js – fixes #254 9 years ago
Rich-Harris cabc4ee097 support async transformers (closes #260) 9 years ago
Rich-Harris 39e75fe856 add a load more pure functions 9 years ago
Rich-Harris 7b57720d13 simplify consolidateDependencies 9 years ago
Rich-Harris 80ae9fa7a9 remove unnecessary reference.isImmediatelyUsed 9 years ago
Rich-Harris b0ecf463a1 ugh node 0.12 9 years ago
Rich-Harris b7dbe46dfe add some comments, rename some things 9 years ago
Rich-Harris 4b8046ab6e update test 9 years ago
Rich-Harris dfcfb92929 dont undo hasSideEffects 9 years ago
Rich-Harris df9e67eec9 use of arguments is assumed to create side-effects 9 years ago
Rich-Harris f1ad31c8ba err on side of caution with late definitions 9 years ago
Rich-Harris 809acd29ab include top-level throw statement inside block 9 years ago
Rich-Harris 6c876bb110 include reassignments that are ignored on initial pass 9 years ago
Rich-Harris 18819ac61f memoize Declaration.testForSideEffects, prevent infinite loops 9 years ago
Rich-Harris 0ffe08b1ff skip throw statements inside functions when checking for side-effects 9 years ago