646 Commits (b7f73d6d700ad5af5b78760d988b0699afc880b1)

Author SHA1 Message Date
Rich-Harris dc7abcc720 support namespaced exports (global.foo.bar.baz) – fixes #378 9 years ago
Oskar Segersvärd f05bc8293f Make failing test pass 9 years ago
Oskar Segersvärd 4cfce92330 Fixes #379 9 years ago
Rich-Harris 946ec3d769 allow plugins to manipulate options 9 years ago
Rich-Harris 1dc76ca715 linting 9 years ago
Rich-Harris 61c7d374f3 squelch duplicate warnings per-bundle (#362) 9 years ago
Rich-Harris 3c5d099cc7 avoid for...of 9 years ago
Brian Donovan 7fba690f52 Ensure `delete` operations at the top level are preserved. 9 years ago
Brian Donovan 27d0f33ac7 Ensure references inside default destructuring values count. 9 years ago
Brian Donovan 29104b7932 Ensure namespace imports are not combined with other import types. 9 years ago
Brian Donovan dfd921e54f Always fail `rollup` with a rejected promise, not a thrown error. 9 years ago
Brian Donovan 934d1e1133 Prevent invalid keys from being passed in options. 9 years ago
Klaas Cuvelier f0f71261b3 Fix infinite recursion 9 years ago
Oskar Segersvärd 607ba5ce0c Fix default-export-2 and default-export-3 9 years ago
Rich-Harris afcdfcc6fa add isRelative helper 9 years ago
Rich-Harris 6752951d96 treat missing relative imports as error not warning - fixes #321 9 years ago
Rich-Harris 5210386bd2 handle top-level blocks – fixes #326 9 years ago
Rich-Harris c11dcb513f lint 9 years ago
Oskar Segersvärd e8da5e40de Move declaration assignment before the if statement 9 years ago
Rich-Harris 79730115c9 tidy up 9 years ago
Rich-Harris 5beac6d85e remove aggressive mode 9 years ago
Rich-Harris 2ded15a0d8 unify APIs 9 years ago
Rich-Harris c33b3d2437 attach statements to all declarations 9 years ago
Rich-Harris 76502ea677 make aggressive mode a bit less aggressive 9 years ago
Bogdan Chadkin 334165ceda Promise reject instead of throwing Error 9 years ago
Oskar Segersvärd bc0b6c514a Add error message when reexporting missing identifier 9 years ago
Oskar Segersvärd 262334d70d Check isUsed to prevent potentially infinite recursion 9 years ago
Oskar Segersvärd c7843808a6 More eslint 9 years ago
Rich Harris dc564da15a alternative fix for #270 9 years ago
Mike Bostock f2333fd42b Include all declared variables. 9 years ago
Mike Bostock 8c3f09dd37 Don’t assume re-exported bindings are globals. 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
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 b7dbe46dfe add some comments, rename some things 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
Rich-Harris 2dea1ef0e5 add aggressive mode 9 years ago
Rich-Harris 257403072a include called functions that mutate their inputs 9 years ago
Rich-Harris c44cf0d0e6 exclude constructors that are known to be pure 9 years ago