203 Commits (2eebe3dcc957d8ff9d744e74fec9e6b5c22718e5)

Author SHA1 Message Date
Rich-Harris b624d674a9 remove, and warn about, unused imports from external modules (#595) 8 years ago
Rich-Harris 58f9f26bb2 support async functions (#492) 8 years ago
Rich-Harris a502f30365 add back @btd fix for #1104 8 years ago
Denis Bardadym 47e712d2f5 Failling test for #1104 8 years ago
Pauan 0afa3ed2e8 Removes `new Foo(...)` when Foo is a pure function 8 years ago
Rich-Harris 38750c41ec support plugin outros 8 years ago
Daniel Tschinder 583b13d757
Improves tree-shaking by only considering program-level 8 years ago
Chris Thielen bb546d342d Add test for bizzare moduleName 8 years ago
Chris Thielen f43fd99554 Access global.* using array notation 8 years ago
Rich Harris 81bf060969 quote reserved properties in legacy mode 8 years ago
Rich Harris 051cd9736c update legacy tests 8 years ago
Oskar Segersvärd 59f815b0d3 Update tests after #1037 8 years ago
Iván Sánchez Ortega ea704835ba Add testing of getter defs in legacy mode. 8 years ago
1111hui d5997f36c3 FIX: test for legacy; remove Object.define for legacy 8 years ago
chge c6089e7584 Quote names in module definition if legacy option is set 8 years ago
Rich-Harris a1666103b1 put Object.freeze fallback behind legacy option 8 years ago
Rich-Harris 40643bf543 include default exports in ASI 8 years ago
Rich-Harris e8858ef137 update tests 8 years ago
Rich-Harris 559ef0f343 add test of function moduleContext option 8 years ago
Rich-Harris 9751849e7f beef up test 8 years ago
Nikhil Tilwalli 4fdf3fb9a2 Add support for module-specific context with 'moduleContext' option 8 years ago
Mike Bostock 82f2149a18 Add another failing test case. 8 years ago
1111hui 4cff28b3a2 ADD: fallback for Object.freeze 8 years ago
Denis Bardadym fb12be5814 Update _config.js 8 years ago
Denis Bardadym ad22e33dcd Do not skip non empty block statements 8 years ago
Mike Bostock b65657fd38 Add failing test case for #977. 8 years ago
Rich-Harris a2487a4555 remove eslint comment 8 years ago
Emil Ajdyna 211fa097a9 add: interop option 8 years ago
Rich Harris bed6f0650d only deconflict reified namespaces 8 years ago
Nolan Lawson 8545d85a9e Correctly deshadow star imports when conflicting 8 years ago
Brian Donovan d980cf37de Only remove EmptyStatement nodes directly inside blocks. 8 years ago
Rich-Harris 7afadff268 handle body-less for loops etc 8 years ago
Rich-Harris eba7a70350 allow empty for loop heads – fixes #919 8 years ago
Rich-Harris 9d9cfccd32 remove empty statements 8 years ago
Rich-Harris 6da374cea2 preserve effects in for-of and for-in statements. fixes #870 8 years ago
Rich-Harris b82375c273 preserve effects in for-of loop (#870) 8 years ago
npmcdn-to-unpkg-bot 928f7f4f9a Replace npmcdn.com with unpkg.com 8 years ago
Rich-Harris 06d167b60d failing test (skipped for now) 8 years ago
Rich-Harris ef676b4081 disregard effects in dead branches 9 years ago
Rich-Harris 2e32f23777 fix double var declaration bug (#716) 9 years ago
Rich-Harris 5e1e5f99c5 dont assume recursive function calls have side-effects 9 years ago
Rich Harris 7df2f00b57 add test for #716 but skip it for now 9 years ago
Rich-Harris cf1ac32a53 dont separate vars in for loop head 9 years ago
Rich Harris 7e67b8b273 test for #669 9 years ago
Rich Harris 0eecb7d509 re-enable all tests 9 years ago
Rich Harris c096eb4b26 test for #898 9 years ago
Rich Harris 9ded29e9ec add test for #901 9 years ago
Rich-Harris 173cfc0df7 rewrite 9 years ago
Pat Cavit a27ba30aa6 Add options as second arg to .transformBundle 9 years ago
Rich Harris 53b21d1629 ensure intro appears before interop block (#880) 9 years ago