358 Commits (bc788047ce7efda658bc770e6deb7bccdac3f378)

Author SHA1 Message Date
Oskar Segersvärd a739c51d32 Add failing test 9 years ago
Rich-Harris fbc81f15b7 update magic-string 9 years ago
Oskar Segersvärd 9ce73156a2 Add description and comments 9 years ago
Oskar Segersvärd ed6a339c16 Add failing test 9 years ago
Rich-Harris 946ec3d769 allow plugins to manipulate options 9 years ago
Brian Donovan 7fba690f52 Ensure `delete` operations at the top level are preserved. 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
Rich-Harris 5beac6d85e remove aggressive mode 9 years ago
Rich-Harris 76502ea677 make aggressive mode a bit less aggressive 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. 9 years ago
Mike Bostock 61a8944598 Add failing test case. 9 years ago
Rich Harris 9c8f12d49c remove identifier comparison checks 9 years ago
Rich-Harris 98e890986f DRY out code, handle strict vs non-strict 9 years ago
Rich-Harris 4580b4bf54 handle NaN 9 years ago
Rich-Harris cabc4ee097 support async transformers (closes #260) 9 years ago
Rich-Harris b0ecf463a1 ugh node 0.12 9 years ago
Rich-Harris 6c876bb110 include reassignments that are ignored on initial pass 9 years ago
Rich-Harris 18819ac61f memoize Declaration.testForSideEffects, prevent infinite loops 9 years ago
Rich-Harris e0b690ad0f first (failing) stab at better side-effect detection 9 years ago
Rich-Harris 2ccb1b809d handle filenames with .foo, where foo is not an extension 9 years ago
Rich-Harris 8410826b7f more stringent tests 9 years ago
Rich-Harris b16921646d exclude dead branches 9 years ago
Rich-Harris b754c0c9b4 fix test in windows (hopefully) 9 years ago
Rich-Harris 13d5c3ceec warn on eval 9 years ago
Rich-Harris 677bcd4e69 const -> var, for 0.12 9 years ago
Rich-Harris e94de0e8f1 treat missing namespace exports as warning, not error 9 years ago
Rich-Harris baa09c05c8 allow multiple export alls in entry module 9 years ago
Oskar Segersvärd 502b5cf940 Disallow 'default' as an identifier name 9 years ago
Rich-Harris 7d7317e094 update tests 9 years ago
Rich-Harris 1ef3060e3a keep non .js extensions, e.g. .json 9 years ago
Rich Harris fb2a7f27bf update tests to reflect proposed 0.20.0 API 9 years ago
Oskar Segersvärd 24b64ca4e1 Use declarations, regardless of whether they have statements or not 9 years ago
Oskar Segersvärd 17df91a529 Prevent namespace abuse by freezing them 9 years ago
Rich-Harris 35cabd7621 fix super-niche resolution bug affecting online demo 9 years ago
Rich-Harris e07c67b530 more tests 10 years ago
Oskar Segersvärd 4e692342fa Fix foolish mistakes 10 years ago
Oskar Segersvärd 41bfd877f3 Informative error message when namespace property doesn't exist 10 years ago
Rich-Harris 92676f5f74 update a test (#161) 10 years ago
Rich-Harris 06b4107440 allow namespace to be assigned to a variable. fixes #168 10 years ago
Rich Harris fd3ae38c18 make external modules configurable 10 years ago
Rich Harris 65e7cb9eed include second test for #154 10 years ago
Rich Harris 9a8f331a8b include members of namespaces that are exported as defaults 10 years ago
Rich Harris 567bd38ace prevent deshadowing logic causing double rewrites 10 years ago
Rich-Harris 9fa5e5e783 screwy deshadowing logic - failing test case 10 years ago