144 Commits (b2d71a3cf6fe2ab353deedf11330fef1d325f5fd)

Author SHA1 Message Date
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
Bogdan Chadkin e786b5b7bf Make transformers more straightforward 9 years ago
Bogdan Chadkin 10c4933ed6 Add sourcemaps test 9 years ago
Bogdan Chadkin 4c661edd0a Fix test title 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
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
Oskar Segersvärd cd9a0b48a5 Add failing test cases for #339 9 years ago
Rich-Harris d35ffb1565 skip tests on windows, as applicable. closes #279 9 years ago
Rich-Harris 5beac6d85e remove aggressive mode 9 years ago
Rich-Harris 3db1236024 additional side effect test 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 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 d17dbbdd09 update test 9 years ago
Rich-Harris c44cf0d0e6 exclude constructors that are known to be pure 9 years ago
Rich-Harris fd0cbb7e76 account for local scopes when checking for pure global functions 9 years ago
Rich-Harris 37f79e2836 add test 9 years ago
Rich-Harris d3979bd690 better side-effect detection 9 years ago
Rich-Harris e0b690ad0f first (failing) stab at better side-effect detection 9 years ago
Rich-Harris 4300414206 support banner and footer options in plugins 9 years ago
Rich-Harris a3a2b2b1e6 update tests 9 years ago
Rich-Harris 04af65bc79 test for intro/outro 9 years ago
Rich-Harris 2d54c12e9c split up export var a, b, c - fixes #171 9 years ago
Rich-Harris 657ddea8c6 update expected test output 9 years ago
Rich-Harris e006d07a0b consistent naming scbeme 9 years ago
Rich Harris f925103863 only exclude strings with newlines, and crop out enclosing quotes - fixes #166 9 years ago
Rich Harris 9a8f331a8b include members of namespaces that are exported as defaults 9 years ago
Rich Harris dded04d414 prevent superfluous semi-colons causing whitespace to collapse after functions declarations 9 years ago
Rich-Harris e5120f3928 failing test for #164 9 years ago
Rich-Harris 3e6fe19a39 brute force merge rewrite -> rewrite-master 9 years ago
Oskar Segersvärd 18ba8f09ac Don't include 'default' export from 'export * from ...' 9 years ago
Rich-Harris 7fb0891b08 Revert "guard against undefined `this` in post-processed UMD bundle - fixes #109" 9 years ago
Rich-Harris 250678dcf8 guard against undefined `this` in post-processed UMD bundle - fixes #109 9 years ago
Rich-Harris 8cec1efb93 mark side-effects later, to avoid late declarations breaking stuff 9 years ago
Rich-Harris 14887c60fc add tests for some.global = "changed" 9 years ago
Rich-Harris 965fa5d008 test default exports are re-exported from internal module with export * 9 years ago
Oskar Segersvärd 886e6f7edc Added tests 9 years ago
Oskar Segersvärd 5b0203a8e7 Moved namespace-optimizations fo test/form 9 years ago
Oskar Segersvärd 6f44df5bbe Swapped names 9 years ago
Oskar Segersvärd 70c344c448 Fixed external-imports. Made cjs use getInteropBlock. 9 years ago
Rich Harris 61a96bcf98 update tests 9 years ago
Rich Harris 71d9d4fa0e only rewrite exported vars as exports.foo if necessary 9 years ago