19 Commits (cdc721cc71cc58f88c457f13f6d479a671f0b09c)

Author SHA1 Message Date
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