120 Commits (40217fd2e1a487bc99268f6684fe7febb68a15fb)

Author SHA1 Message Date
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
Rich-Harris aac5365f42 reinstate #392 fix 9 years ago
Rich Harris d6c9733e11 Revert "Add transformBundle plugin hook" 9 years ago
Bogdan Chadkin d16d8aabe0 Add transformBundle plugin hook 9 years ago
Bogdan Chadkin e786b5b7bf Make transformers more straightforward 9 years ago
Bogdan Chadkin 10c4933ed6 Add sourcemaps test 9 years ago
Bogdan Chadkin 4c661edd0a Fix test title 9 years ago
Bogdan Chadkin 8e42a7cd24 Add transformBundle plugin hook 9 years ago
Rich-Harris dc7abcc720 support namespaced exports (global.foo.bar.baz) – fixes #378 9 years ago
Brian Donovan 27d0f33ac7 Ensure references inside default destructuring values count. 9 years ago
Brian Donovan 29104b7932 Ensure namespace imports are not combined with other import types. 9 years ago
Oskar Segersvärd cd9a0b48a5 Add failing test cases for #339 9 years ago
Rich-Harris d35ffb1565 skip tests on windows, as applicable. closes #279 9 years ago
Rich-Harris 5beac6d85e remove aggressive mode 9 years ago
Rich-Harris 3db1236024 additional side effect test 9 years ago
Rich-Harris 4b8046ab6e update test 9 years ago
Rich-Harris dfcfb92929 dont undo hasSideEffects 9 years ago
Rich-Harris df9e67eec9 use of arguments is assumed to create side-effects 9 years ago
Rich-Harris f1ad31c8ba err on side of caution with late definitions 9 years ago
Rich-Harris 809acd29ab include top-level throw statement inside block 9 years ago
Rich-Harris 0ffe08b1ff skip throw statements inside functions when checking for side-effects 9 years ago