472 Commits (gh-438-b)

Author SHA1 Message Date
Rich-Harris 680a8e5cb1 add test for #esperanto/187 9 years ago
Rich-Harris 36be9196f5 test for #77 10 years ago
Rich-Harris 27f225b011 re-enable all tests 10 years ago
Rich-Harris 9fd6488ea1 add test for #72 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 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
Rich Harris 6a4f8c1400 add test for #53 10 years ago
Rich Harris 53fa8fce8b add test for #57 10 years ago
Arpad Borsos 759d3938b9 allow importing external modules for side effects, fixes #55 10 years ago
Rich-Harris 5e80ffa3aa another test for #37 10 years ago
Brian Donovan d26db11ea9 Fix accidental change of description from 5033267048. 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 77452031ac tests for #42 10 years ago
Oskar Segersvärd 1232dc86c9 `assert` -> `assert.equal` 10 years ago
Oskar Segersvärd 15d541f675 Removed from tests. 10 years ago
Oskar Segersvärd b4d26c5d85 Added failing test for dynamic properties of objects. 10 years ago
Oskar Segersvärd 0e2e705afa Implemented export * from ... 10 years ago
Brian Donovan 5033267048 Test that top-level side effects involving imports are preserved. 10 years ago
Rich Harris 2aa5e6e11b remove const, so tests pass on old node 10 years ago
Rich Harris 412544268c include side-effects (#40) 10 years ago
Brian Donovan d4eeb54dae Add a failing test that illustrates a problem with RSVP. 10 years ago
Rich-Harris cf522b2ed3 exclude empty var declarations for exported bindings 10 years ago
Rich Harris 94c3852929 ignore IIFEs for the purposes of determining strong/weak dependencies 10 years ago
Rich Harris ca231cc2b9 update tests 10 years ago
Rich Harris f1d43ce34c better sorting (sort at module level) 10 years ago