172 Commits (f143b01c6206366a1a7a702d79b514ffcaedd696)

Author SHA1 Message Date
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
Rich Harris e35df59450 failing test for #92 9 years ago
Rich Harris 8a7a91c643 make test passable 9 years ago
Rich-Harris 13521adec8 fix es6 export 9 years ago
Rich-Harris 680a8e5cb1 add test for #esperanto/187 10 years ago
Rich-Harris 36be9196f5 test for #77 10 years ago
Rich-Harris 962431075a simplify deconflicting logic 10 years ago
Rich-Harris 8cb61a9a2f prevent `var undefined = sideEffectyDefault(foo)` 10 years ago
Rich-Harris 9164f80487 remove pre-existing sourcemap comments 10 years ago
Rich-Harris 41cd743ae6 support banner/footer option 10 years ago
Rich-Harris 688d66698a more robust interop 10 years ago
Rich-Harris acdfbead47 update test 10 years ago
Rich-Harris 8f3f437e1c reattach comments, handle var splitting better 10 years ago
Rich-Harris d505247a29 add expected results for globals test 10 years ago
Rich Harris 4d6b5de582 add test for custom global names for external modules 10 years ago
Oskar Segersvärd 08c2826760 Updated tests to contain `import * as ns from ".."` 10 years ago
Rich Harris 3188c413b8 flesh out test for #59 10 years ago
Rich Harris 53fa8fce8b add test for #57 10 years ago
Rich-Harris 5e80ffa3aa another test for #37 10 years ago
Rich-Harris cdc721cc71 more tests for #37 10 years ago
Rich-Harris dcb1147886 exclude unnecessary functions containing assignments/updates to included names (#37) 10 years ago
Rich-Harris cf522b2ed3 exclude empty var declarations for exported bindings 10 years ago
Rich Harris ca231cc2b9 update tests 10 years ago
Rich Harris 1f2d719b89 fix #34, albeit kludgily 10 years ago
Rich-Harris 01444c971e passing foo to a function cannot rebind foo 10 years ago