144 Commits (b2d71a3cf6fe2ab353deedf11330fef1d325f5fd)

Author SHA1 Message Date
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
Rich-Harris 94f98d81ec fix `var exports.foo` (#426) 9 years ago
Rich-Harris 275f0df91d fix #441 9 years ago
Rich-Harris e6ab027313 handle complex call expressions (#440) 9 years ago
Brian Donovan 90a3453388 Add a failing test illustrating a renaming bug in ES6 output. 9 years ago
Rich-Harris 680be6973e add some failing tests 9 years ago
Brian Donovan 2eb5c8f0f5 Ensure computed property keys are considered references. 9 years ago
mnater 318481f2f0 Style iife 9 years ago
mnater e825ac2c48 Style iife 9 years ago
mnater bc8a78d862 Style iife 9 years ago
mnater 97fa61f8cf Style iife 9 years ago
mnater 20a9923e98 Style iife 9 years ago
Rich-Harris 742cf9255c fix side-effect detection in cyclical function calls (#397) 9 years ago
Rich-Harris cbf6bd6ffb failing test for #397 9 years ago
Rich-Harris 1ef38cf131 allow options.globals to be a function, warn on miss (#293) 9 years ago