522 Commits (9edf864078be54858483559dbdcabb754c3aaeff)

Author SHA1 Message Date
Rich-Harris 04af65bc79 test for intro/outro 9 years ago
Rich-Harris 7976e93611 enable all tests 9 years ago
Rich-Harris e96cca5971 sourcemap aware transforms 9 years ago
Rich-Harris e07c67b530 more tests 9 years ago
Rich-Harris 2d54c12e9c split up export var a, b, c - fixes #171 9 years ago
Oskar Segersvärd 4e692342fa Fix foolish mistakes 9 years ago
Oskar Segersvärd 41bfd877f3 Informative error message when namespace property doesn't exist 9 years ago
Rich-Harris 657ddea8c6 update expected test output 9 years ago
Rich-Harris e006d07a0b consistent naming scbeme 9 years ago
Rich-Harris 92676f5f74 update a test (#161) 9 years ago
Rich-Harris 06b4107440 allow namespace to be assigned to a variable. fixes #168 9 years ago
Rich Harris fd3ae38c18 make external modules configurable 9 years ago
Rich Harris f925103863 only exclude strings with newlines, and crop out enclosing quotes - fixes #166 9 years ago
Rich Harris 65e7cb9eed include second test for #154 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 567bd38ace prevent deshadowing logic causing double rewrites 9 years ago
Rich Harris 90ba35b60a --no-indent cli option 9 years ago
Rich-Harris 9fa5e5e783 screwy deshadowing logic - failing test case 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
Rich Harris 0b628da2d9 allow imports from hidden directories 9 years ago
Rich Harris 940daa4f5b handle parenthesised default exports (#136) 9 years ago
Rich Harris 7397b37a6d include module ID in error message (#143) 9 years ago
Oskar Segersvärd 94de9accfb Enable test 9 years ago
Rich-Harris 5353ee034d test for #154 (shadowed namespaces) 9 years ago
Oskar Segersvärd 6e839f2d38 Extract namespace lookup optimisation into separate pass 9 years ago
Luke Page 68d87ee213 Fix test for windows 9 years ago
Rich-Harris cf0d3f25e3 fix test output 9 years ago
Rich Harris ba6f643da9 dont use const in tests... 9 years ago
Rich Harris 1034d0b6fe test for bad export types 9 years ago
Rich Harris 4faa4ea298 test for module importing itself 9 years ago
Rich Harris bdda8e6b3a test for non-renamining of property keys 9 years ago
Oskar Segersvärd 365f45c7f3 Made Scope.reference stricter. Helps to catch undefined/missing exports. 9 years ago
Oskar Segersvärd 18ba8f09ac Don't include 'default' export from 'export * from ...' 9 years ago
Rich Harris 313b108f41 remove some unused code, add some additional tests 9 years ago
Rich-Harris c903bb2e4e prevent content around synthetic nodes being overwritten twice - fixes #105 9 years ago
Rich-Harris 4a1a435dc3 use absolute sourceMapFile to verify relative sources (#125) 9 years ago
Rich-Harris ac6c2d03db add bundle.modules - fixes #128 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 76272e3c76 add test for #95 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 2c1774fc7f test side-effecty function inside block 9 years ago
Rich-Harris 965fa5d008 test default exports are re-exported from internal module with export * 9 years ago
Rich-Harris 4e5f719fbf more windows bs 9 years ago
Rich-Harris ab3160a71f normalise test output for benefit of windows 9 years ago
Rich-Harris e13a065bb9 handle assignment patterns 9 years ago
Luke Page 30ecd4373a Fix tests in windows 9 years ago