159 Commits (bd01c0acb40d5b135c6a7d11513e285fb57105f7)

Author SHA1 Message Date
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. 9 years ago
Rich-Harris 328d145221 support paths config (#754) 9 years ago
Rich-Harris dbfa280fcd ensure reassigned exports are declared in an ES bundle (#755) 9 years ago
Rich-Harris 31f55a4755 use resolved IDs for external modules to allow options.globals to work with relative imports (#763) 9 years ago
Rich-Harris 4a8ce666ab warn on top-level `this` – fixes #770 9 years ago
Rich-Harris 4ecc219330 update test files 9 years ago
Rich-Harris 67b5fc6018 rename expected output files (es6.js -> es.js) 9 years ago
Rich Harris 51c3da9a6f rewrite top-level this as undefined 9 years ago
Bogdan Chadkin ccbc11cce1 Normalize absolute paths in default resolver 9 years ago
Bogdan Chadkin 2b13d59ee4 Add normalize-absolute test 9 years ago
Rich Harris c2afe7d9bd rename test to workaround mochas confusion 9 years ago
Rich-Harris 558b4cf355 distinguish between default and namespace imports from external module (#637) 9 years ago
Rich-Harris b059d075d5 add __esModule to AMD, move to top of CJS, consistent style 9 years ago
Rich-Harris e85626ea02 options.preferConst to use const instead of var when creating statements (#653) 9 years ago
Rich-Harris c96888e2f4 deconflict ES bundle imports – fixes #659 9 years ago
Rich-Harris a50d71a63e preserve debugger statements. closes #664 9 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
Zirak 1631c08256 Handle erroneous nested member expressions 9 years ago
Brian Donovan 4fc588ea9f Rewrite an entire member expression for namespace imports. 9 years ago
Brian Donovan fa521cbddd Fix edge case for non-exported variable declaration aliases for exported globals. 9 years ago
Rich-Harris c7be553684 fix misnamed exports of default imports in ES bundles (#513) 9 years ago
Rich-Harris fe21dc85c8 linting, consistency 9 years ago
Olivier Chafik 2a29d4bde3 Retain symbols of computed properties defined on classes. 9 years ago
Mateusz Krzeszowiak 92703bf46d Remove empty lines at the end of files added by Atom 9 years ago
Mateusz Krzeszowiak afed9d4d43 Test fixes rollup/rollup#493 9 years ago
Boris Sirota b1658066ed check that _interopDefault's input is a non-null object fixes #474 9 years ago
Alexander Early 1f3488dcfd add _interopDefault to globals, fix behavior or module__default, make cjs work with browserify 9 years ago
Alexander Early 98e4adb322 use an interopRequire function for external CJS deps with a default export 9 years ago