427 Commits (18d3ad0ab28d8b59400c5540b7c3f78e3797a25a)

Author SHA1 Message Date
Rich-Harris 18d3ad0ab2 gah 0.12 9 years ago
Rich-Harris faf18821b3 expand deshadowed shorthand properties (fixes #575) 9 years ago
Rich-Harris adfd0bf44c failing test for #575 9 years ago
Zirak 1631c08256 Handle erroneous nested member expressions 9 years ago
Brian Donovan ab76b617b4 Prune dead conditional expressions more carefully. 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
Alec LaLonde 6096a72856 Added test for exports flag, fixed test flag assertion comparator 9 years ago
Oskar Segersvärd d2cf4c5e87 Fix #527 9 years ago
Rich-Harris c7be553684 fix misnamed exports of default imports in ES bundles (#513) 9 years ago
Rich-Harris 8a867c17e5 warn on missing options in config file 9 years ago
Rich-Harris fe21dc85c8 linting, consistency 9 years ago
kzc b748464f71 Detect side effect in member expression assignment when not top level. Fixes #476. 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
Rich-Harris ab767b125d warn on empty exports, dont fail (closes #486) 9 years ago
Boris Sirota b1658066ed check that _interopDefault's input is a non-null object fixes #474 9 years ago
Rich-Harris 366b414151 correctly rewrite exported var declarations (fixes #484) 9 years ago
Oskar Segersvärd 4afbf70c8a Add failing test for exporting a global. 9 years ago
Brian Donovan 1a0011485e Skip dead branches of a conditional expression. 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 32324e01fc prevent double export (#438) 9 years ago
Rich-Harris 94f98d81ec fix `var exports.foo` (#426) 9 years ago
Rich-Harris 275f0df91d fix #441 9 years ago
Rich-Harris a20fc4122f gah 9 years ago
Rich-Harris 29f7732f5f ugh windows 9 years ago
Rich-Harris 9d91ecaa71 error if namespace is called (#446) 9 years ago
Rich-Harris dee23e9bc4 update tests 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
Rich-Harris 3ea4c25dcb ensure namespace blocks are created for chained namespace imports – fixes #430 9 years ago
Brian Hunt 1d31d50f7d Remove swap file 9 years ago
Brian Hunt 79fbac21e7 Add test re. #430 - include-as-chain 9 years ago
Rich Harris 389b10439b prevent stack overflow with mutual strong dependencies – fixes #425 9 years ago
Rich Harris 800e0a4112 additional test for #421 9 years ago
Rich Harris d0879d4d4e handle calls to default exports other than function expressions – fixes #421 9 years ago
Rich Harris 831620d3ee bump timeout to accommodate slow tests in npm<3 9 years ago
Oskar Segersvärd 0b92d518d1 Force ids specified in `external` to actually _be_ external. 9 years ago
mnater 318481f2f0 Style iife 9 years ago
mnater bd84c67a2e 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 508a046b4d fix sourcemap resolution in cases where some moudles are untransformed (#404) 9 years ago
Rich-Harris 19c56b87ac prevent resolution of external IDs (#410) 9 years ago