819 Commits (2368ae242e73ceb41e9dcbc3fc6fe1cdeb76cf14)

Author SHA1 Message Date
Rich Harris d0879d4d4e handle calls to default exports other than function expressions – fixes #421 9 years ago
Rich Harris e53bd850e7 doh 9 years ago
Rich Harris 283eefa946 windows fix? 9 years ago
Oskar Segersvärd 0b92d518d1 Force ids specified in `external` to actually _be_ external. 9 years ago
mnater 318481f2f0 Style iife 9 years ago
Oskar Segersvärd 447cf62c02 Remove 3 unused Promise.resolve calls 9 years ago
mnater bc8a78d862 Style iife 9 years ago
mnater 20a9923e98 Style iife 9 years ago
Rich-Harris 508a046b4d fix sourcemap resolution in cases where some moudles are untransformed (#404) 9 years ago
Rich-Harris 19c56b87ac prevent resolution of external IDs (#410) 9 years ago
Rich-Harris a7de73fbe9 add comment re arrow function expression special case 9 years ago
Rich-Harris aae8a09649 handle a => a at top level – fixes #403 9 years ago
Rich-Harris 742cf9255c fix side-effect detection in cyclical function calls (#397) 9 years ago
Rich-Harris 1ef38cf131 allow options.globals to be a function, warn on miss (#293) 9 years ago
Rich-Harris aac5365f42 reinstate #392 fix 9 years ago
Rich Harris d6c9733e11 Revert "Add transformBundle plugin hook" 9 years ago
Bogdan Chadkin d16d8aabe0 Add transformBundle plugin hook 9 years ago
Oskar Segersvärd bb53cbbf02 Move `extractNames` to its own file 9 years ago
Oskar Segersvärd b5ddcea06d Ensure names are properly exported 9 years ago
Rich-Harris 5e4b54c92b handle names in sourcemaps 9 years ago
Rich-Harris a7bb2e3f41 put files back where they were 9 years ago
Rich-Harris fc0c253101 collapse sourcemaps from bundle transformers 9 years ago
Bogdan Chadkin e786b5b7bf Make transformers more straightforward 9 years ago
Bogdan Chadkin 10c4933ed6 Add sourcemaps test 9 years ago
Rich-Harris 992f441bb3 ensure dest is resolved against cwd, to make sourcemap paths relative when using CLI (#344) 9 years ago
Bogdan Chadkin f2e950914e Remove promise version comment 9 years ago
Bogdan Chadkin 6d429321d9 Fix lint 9 years ago
Bogdan Chadkin 8e42a7cd24 Add transformBundle plugin hook 9 years ago
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