381 Commits (40d6158147e9f991d2d132b314755f824dd6004c)

Author SHA1 Message Date
Brian Donovan 2eb5c8f0f5 Ensure computed property keys are considered references. 9 years ago
Rich-Harris 3ea4c25dcb ensure namespace blocks are created for chained namespace imports – fixes #430 9 years ago
Brian Hunt 1d31d50f7d Remove swap file 9 years ago
Brian Hunt 79fbac21e7 Add test re. #430 - include-as-chain 9 years ago
Rich Harris 800e0a4112 additional test for #421 9 years ago
Rich Harris d0879d4d4e handle calls to default exports other than function expressions – fixes #421 9 years ago
Rich Harris 831620d3ee bump timeout to accommodate slow tests in npm<3 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
mnater bd84c67a2e Style iife 9 years ago
mnater e825ac2c48 Style iife 9 years ago
mnater bc8a78d862 Style iife 9 years ago
mnater 97fa61f8cf 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 271cd915cd argh, node 0.12 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 cbf6bd6ffb failing test for #397 9 years ago
Rich-Harris 3e7c453c57 support banner/footer/intro/outro options via CLI 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 a739c51d32 Add failing test 9 years ago
Rich-Harris 5e4b54c92b handle names in sourcemaps 9 years ago
Rich-Harris fc0c253101 collapse sourcemaps from bundle transformers 9 years ago
Rich-Harris fbc81f15b7 update magic-string 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 4c661edd0a Fix test title 9 years ago
Rich-Harris f8e68f4259 support --environment in CLI (#378) 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 9ce73156a2 Add description and comments 9 years ago
Oskar Segersvärd ed6a339c16 Add failing test 9 years ago
Oskar Segersvärd 5ba121544c Update test 9 years ago
Rich-Harris 946ec3d769 allow plugins to manipulate options 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
Oskar Segersvärd cd9a0b48a5 Add failing test cases for #339 9 years ago
Rich-Harris a0e01ac1e6 more informative error when test config fails to load (#325) 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
Oskar Segersvärd 7c2b7b1ae6 `=>` -> `function` 9 years ago
Oskar Segersvärd e8da5e40de Move declaration assignment before the if statement 9 years ago