171 Commits (211fa097a929a049584a520196d182a3128316a6)

Author SHA1 Message Date
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 8 years ago
Rich-Harris 2e32f23777 fix double var declaration bug (#716) 8 years ago
Rich-Harris 5e1e5f99c5 dont assume recursive function calls have side-effects 8 years ago
Rich Harris 7df2f00b57 add test for #716 but skip it for now 8 years ago
Rich-Harris cf1ac32a53 dont separate vars in for loop head 8 years ago
Rich Harris 7e67b8b273 test for #669 8 years ago
Rich Harris 0eecb7d509 re-enable all tests 8 years ago
Rich Harris c096eb4b26 test for #898 8 years ago
Rich Harris 9ded29e9ec add test for #901 8 years ago
Rich-Harris 173cfc0df7 rewrite 8 years ago
Pat Cavit a27ba30aa6 Add options as second arg to .transformBundle 8 years ago
Rich Harris 53b21d1629 ensure intro appears before interop block (#880) 8 years ago
Rich Harris 98b4da0f35 allow custom bundle context (#851) 8 years ago
Rich Harris ebbb5bec62 put outro after export block, not before (#852) 8 years ago
Rich-Harris 4ed3909d71 add test 8 years ago
Rich-Harris 8c737c3152 update test results 8 years ago
Kurt Blackwell c5fa9b2a42 Introduce eslint to tests. Complaints are fixed, but none of them major. 8 years ago
Rich-Harris 328d145221 support paths config (#754) 8 years ago
Rich-Harris dbfa280fcd ensure reassigned exports are declared in an ES bundle (#755) 8 years ago
Rich-Harris 31f55a4755 use resolved IDs for external modules to allow options.globals to work with relative imports (#763) 8 years ago
Rich-Harris 4a8ce666ab warn on top-level `this` – fixes #770 8 years ago
Rich-Harris 4ecc219330 update test files 8 years ago
Rich-Harris 67b5fc6018 rename expected output files (es6.js -> es.js) 8 years ago
Rich Harris 51c3da9a6f rewrite top-level this as undefined 8 years ago
Bogdan Chadkin ccbc11cce1 Normalize absolute paths in default resolver 8 years ago
Bogdan Chadkin 2b13d59ee4 Add normalize-absolute test 8 years ago
Rich Harris c2afe7d9bd rename test to workaround mochas confusion 8 years ago
Rich-Harris 558b4cf355 distinguish between default and namespace imports from external module (#637) 8 years ago
Rich-Harris b059d075d5 add __esModule to AMD, move to top of CJS, consistent style 8 years ago
Rich-Harris e85626ea02 options.preferConst to use const instead of var when creating statements (#653) 8 years ago
Rich-Harris c96888e2f4 deconflict ES bundle imports – fixes #659 8 years ago
Rich-Harris a50d71a63e preserve debugger statements. closes #664 8 years ago
Cameron Martin a660b896dc Made __esModule a non-enumerable property of exports. 9 years ago
Cameron Martin d8844e7078 Added the __esModule export, with value true, when the format is cjs or umd, and the exports option is named. 9 years ago
Oskar Segersvärd 610f798111 Missing trailing new-lines 9 years ago
Oskar Segersvärd e1286d3684 Add failing test case, which results in "var var ..." 9 years ago
Rich Harris d3f092a071 create new scope for classes, with class expression ID (if any) as sole name. fixes #626 9 years ago
Oskar Segersvärd 23777a067c Add test with treeshaking disabled 9 years ago
Chris Reeves 66f838ad9d add an option to add noConflict method to umd global 9 years ago