427 Commits (18d3ad0ab28d8b59400c5540b7c3f78e3797a25a)

Author SHA1 Message Date
Rich Harris 4a4ef6febc tidy up test 9 years ago
Rich Harris 61a96bcf98 update tests 9 years ago
Rich Harris ef5d2ba017 test for #101 9 years ago
Rich-Harris 4ca075f745 skip alias tracking test, temporarily 9 years ago
Rich-Harris 6646f156de handle export * 9 years ago
Rich-Harris ff27523d44 load all dependencies, regardless of actual usage 9 years ago
Rich-Harris 9fd191f25a failing test for #96 9 years ago
Rich-Harris 481d28412c attach scopes to BlockStatement nodes, not Function nodes. fixes #91 9 years ago
Rich-Harris fddf71d4a8 update test to reflect bug accurately 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 37a858abc6 failing test for #91 9 years ago
Rich Harris 8a7a91c643 make test passable 9 years ago
Rich Harris 975528d034 handle multiple exports of a single binding 9 years ago
Rich-Harris dd3bf0c3b0 typos 9 years ago
Rich-Harris 13521adec8 fix es6 export 9 years ago
Arpad Borsos 4880efe31b add a failing test for re-exporting and renaming multiple 'default' exports 10 years ago
Rich-Harris b09bce28b5 fix typo in test 9 years ago
Rich Harris e4fd1ef172 failing tests for #16 9 years ago
Rich-Harris 7bed21c3da add test for #esperanto/161 9 years ago
Rich-Harris 680a8e5cb1 add test for #esperanto/187 9 years ago
Rich-Harris 36be9196f5 test for #77 9 years ago
Rich-Harris 27f225b011 re-enable all tests 9 years ago
Rich-Harris 9fd6488ea1 add test for #72 9 years ago
Rich-Harris 962431075a simplify deconflicting logic 10 years ago
Rich-Harris 8cb61a9a2f prevent `var undefined = sideEffectyDefault(foo)` 10 years ago
Rich-Harris c36432092d handle errors (caused by e.g. console.log) in CLI tests 10 years ago
Rich-Harris bf54f9db15 enable all tests 10 years ago
Rich-Harris 01b69eadc6 handle external imports in ES6 bundles 10 years ago
Rich Harris 63dd595d3a split out tests 10 years ago
Rich Harris b5498c28b7 add failing test 10 years ago
Rich-Harris b6aa24c23d update test config 10 years ago
Rich-Harris 09eaef6143 rename variables named `exports` 10 years ago
Rich-Harris c2ebdcbe4c dont rewrite var foo as var exports.foo 10 years ago
Rich-Harris 418ce08a44 rename internal namespace exports as appropriate 10 years ago
Rich-Harris 39057cddf0 use provided AST instead of parsing again 10 years ago
Rich-Harris f35d453c72 deconflict external imports 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 dd93bb9461 tidy up test 10 years ago
Arpad Borsos cd109af17e Add failing testcase for #68 10 years ago
Rich-Harris 688d66698a more robust interop 10 years ago
Rich-Harris acdfbead47 update test 10 years ago
Rich-Harris 7cd858be60 failing tests - tricky case with unused declarators in multiple var declaration 10 years ago
Rich-Harris 8f3f437e1c reattach comments, handle var splitting better 10 years ago
Rich-Harris dbbfc67a0b expand shorthand properties (#61) 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