330 Commits (ea5970f0d9440e9a8e8aa627888dfddca186abe7)

Author SHA1 Message Date
Brian Donovan 7fba690f52 Ensure `delete` operations at the top level are preserved. 9 years ago
Brian Donovan 27d0f33ac7 Ensure references inside default destructuring values count. 9 years ago
Brian Donovan 29104b7932 Ensure namespace imports are not combined with other import types. 9 years ago
Brian Donovan dfd921e54f Always fail `rollup` with a rejected promise, not a thrown error. 9 years ago
Oskar Segersvärd cd9a0b48a5 Add failing test cases for #339 9 years ago
Rich-Harris a0e01ac1e6 more informative error when test config fails to load (#325) 9 years ago
Rich-Harris 6752951d96 treat missing relative imports as error not warning - fixes #321 9 years ago
Rich-Harris 5210386bd2 handle top-level blocks – fixes #326 9 years ago
Oskar Segersvärd 7c2b7b1ae6 `=>` -> `function` 9 years ago
Oskar Segersvärd e8da5e40de Move declaration assignment before the if statement 9 years ago
Permutator 3d96d171c5 Fixed tests for rejection when not options or options.entry isn't passed 9 years ago
Rich-Harris d35ffb1565 skip tests on windows, as applicable. closes #279 9 years ago
Rich-Harris 5beac6d85e remove aggressive mode 9 years ago
Rich-Harris 3db1236024 additional side effect test 9 years ago
Rich-Harris 76502ea677 make aggressive mode a bit less aggressive 9 years ago
Bogdan Chadkin 334165ceda Promise reject instead of throwing Error 9 years ago
Oskar Segersvärd bc0b6c514a Add error message when reexporting missing identifier 9 years ago
Rich Harris dc564da15a alternative fix for #270 9 years ago
Mike Bostock 093d33e616 Add a test that should fail, but doesn’t. 9 years ago
Mike Bostock 0afe2d9601 Add another failing test. 10 years ago
Mike Bostock 61a8944598 Add failing test case. 10 years ago
Rich Harris 9c8f12d49c remove identifier comparison checks 10 years ago
Rich-Harris 98e890986f DRY out code, handle strict vs non-strict 10 years ago
Rich-Harris 4580b4bf54 handle NaN 10 years ago
Rich-Harris cabc4ee097 support async transformers (closes #260) 10 years ago
Rich-Harris b0ecf463a1 ugh node 0.12 10 years ago
Rich-Harris 4b8046ab6e update test 10 years ago
Rich-Harris dfcfb92929 dont undo hasSideEffects 10 years ago
Rich-Harris df9e67eec9 use of arguments is assumed to create side-effects 10 years ago
Rich-Harris f1ad31c8ba err on side of caution with late definitions 10 years ago
Rich-Harris 809acd29ab include top-level throw statement inside block 10 years ago
Rich-Harris 6c876bb110 include reassignments that are ignored on initial pass 10 years ago
Rich-Harris 18819ac61f memoize Declaration.testForSideEffects, prevent infinite loops 10 years ago
Rich-Harris 0ffe08b1ff skip throw statements inside functions when checking for side-effects 10 years ago
Rich-Harris 2dea1ef0e5 add aggressive mode 10 years ago
Rich-Harris d17dbbdd09 update test 10 years ago
Rich-Harris c44cf0d0e6 exclude constructors that are known to be pure 10 years ago
Rich-Harris fd0cbb7e76 account for local scopes when checking for pure global functions 10 years ago
Rich-Harris 37f79e2836 add test 10 years ago
Rich-Harris d3979bd690 better side-effect detection 10 years ago
Rich-Harris e0b690ad0f first (failing) stab at better side-effect detection 10 years ago
Rich-Harris 2ccb1b809d handle filenames with .foo, where foo is not an extension 10 years ago
Rich-Harris 8410826b7f more stringent tests 10 years ago
Rich-Harris b16921646d exclude dead branches 10 years ago
Rich-Harris b754c0c9b4 fix test in windows (hopefully) 10 years ago
Rich-Harris 13d5c3ceec warn on eval 10 years ago
Rich-Harris 4300414206 support banner and footer options in plugins 10 years ago
Rich-Harris 677bcd4e69 const -> var, for 0.12 10 years ago
Rich-Harris e94de0e8f1 treat missing namespace exports as warning, not error 10 years ago
Rich-Harris baa09c05c8 allow multiple export alls in entry module 10 years ago