45 Commits (6f44df5bbe2d39c759445c8d44d2e117e2bd28a6)

Author SHA1 Message Date
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 10 years ago
Rich Harris e35df59450 failing test for #92 10 years ago
Rich Harris 8a7a91c643 make test passable 10 years ago
Rich-Harris 13521adec8 fix es6 export 10 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
Rich-Harris 402cdc3360 distinguish between binding/property assignments for `export default foo` special case 10 years ago
Rich-Harris 11fb4cc9a1 revert order changes 10 years ago
Rich-Harris 9cc2322cf8 update expected test output to reflect new statement ordering 10 years ago
Rich-Harris f60120bbc6 better (if slightly in need of refactoring) comment handling 10 years ago
Rich Harris a6e709fcb7 add some failing tests to sort out later 10 years ago
Rich-Harris cd8230f0cd update tests 10 years ago
Rich-Harris 5e5a00c012 test multiple exports form 10 years ago
Rich-Harris 40b32d0006 add tests 10 years ago
Rich Harris 583552e9f2 fix CJS export 10 years ago
Rich Harris 23e0f69559 fix finalisers 10 years ago
Rich Harris 954408e53f prevent comments inside statement being later appended to it 10 years ago
Rich Harris 4317485330 saner deconflicting 10 years ago
Rich-Harris d5769e79b8 jump through some hoops to keep statements appropriately spaced, and comments attached to their owners 10 years ago
Rich-Harris 68f69faadc iife finaliser 10 years ago
Rich-Harris fb93adc11f add form tests alongside function tests 10 years ago