329 Commits (gh-1132)

Author SHA1 Message Date
Alec LaLonde 6096a72856 Added test for exports flag, fixed test flag assertion comparator 9 years ago
Oskar Segersvärd d2cf4c5e87 Fix #527 9 years ago
kzc b748464f71 Detect side effect in member expression assignment when not top level. Fixes #476. 9 years ago
Rich-Harris ab767b125d warn on empty exports, dont fail (closes #486) 9 years ago
Rich-Harris 366b414151 correctly rewrite exported var declarations (fixes #484) 9 years ago
Oskar Segersvärd 4afbf70c8a Add failing test for exporting a global. 9 years ago
Brian Donovan 1a0011485e Skip dead branches of a conditional expression. 9 years ago
Rich-Harris 32324e01fc prevent double export (#438) 9 years ago
Rich-Harris 94f98d81ec fix `var exports.foo` (#426) 9 years ago
Rich-Harris a20fc4122f gah 9 years ago
Rich-Harris 29f7732f5f ugh windows 9 years ago
Rich-Harris 9d91ecaa71 error if namespace is called (#446) 9 years ago
Rich-Harris 1a81585a92 follow symlinks 9 years ago
Rich-Harris dee23e9bc4 update tests 9 years ago
Rich-Harris 680be6973e add some failing tests 9 years ago
Rich-Harris 3ea4c25dcb ensure namespace blocks are created for chained namespace imports – fixes #430 9 years ago
Brian Hunt 1d31d50f7d Remove swap file 9 years ago
Brian Hunt 79fbac21e7 Add test re. #430 - include-as-chain 9 years ago
Rich Harris 389b10439b prevent stack overflow with mutual strong dependencies – fixes #425 9 years ago
Rich Harris 800e0a4112 additional test for #421 9 years ago
Rich Harris d0879d4d4e handle calls to default exports other than function expressions – fixes #421 9 years ago
Rich-Harris 19c56b87ac prevent resolution of external IDs (#410) 9 years ago
Rich-Harris 271cd915cd argh, node 0.12 9 years ago
Rich-Harris aae8a09649 handle a => a at top level – fixes #403 9 years ago
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