817 Commits (7885ab76713fc461b40bb1956728a834b33e9a79)

Author SHA1 Message Date
fatfisz c1978fb9e6 Normalize relative external paths. 9 years ago
Martin Kolárik 96c9bb5203 Unixize bundle entry path 9 years ago
Oleg SKLYANCHUK cc8141cc55 Add useStrict option to ALLOWED_KEYS. 9 years ago
Chris Reeves 54ce372724 delint - oops missed a semi 9 years ago
Chris Reeves 66f838ad9d add an option to add noConflict method to umd global 9 years ago
Rich-Harris faf18821b3 expand deshadowed shorthand properties (fixes #575) 9 years ago
Joel Denning 9583bb445c Allow external files to be non-existent, relative files. Fixes #532. 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 69bac2eb1c fixed bad merge 9 years ago
Alec LaLonde 6096a72856 Added test for exports flag, fixed test flag assertion comparator 9 years ago
Alec LaLonde 73523e29b5 Allow 'exports' key 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 6b80842ded linting 9 years ago
Rich-Harris 884803d1f4 ensure external modules stay in sequence 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 57a3c574f6 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 d638fa6dc2 Use forOwn 9 years ago
Oskar Segersvärd 5bdf2b6ca4 Prefer forOwn() over keys().forEach() 9 years ago
Oskar Segersvärd 1297998ca7 Add SyntheticGlobalDeclaration 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
Oskar Segersvärd d8c73f7076 Just re-export them all 9 years ago
Alexander Early 98e4adb322 use an interopRequire function for external CJS deps with a default export 9 years ago
Oskar Segersvärd d266c8aab9 Reexport fs functions directly 9 years ago
Rich-Harris d99a89de57 provide informative error if rollup is used in browser without custom resolveId/load functions 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 9d91ecaa71 error if namespace is called (#446) 9 years ago
Rich-Harris 1a81585a92 follow symlinks 9 years ago
Rich-Harris dee23e9bc4 update tests 9 years ago
Rich-Harris 995737eb6d find importer of badly-ordered modules in order to provide useful feedback 9 years ago
Rich-Harris b993baff4e warn on dangerous ordering 9 years ago
Rich-Harris e6ab027313 handle complex call expressions (#440) 9 years ago
Rich-Harris 557c7baa34 separate running from calling 9 years ago
Rich-Harris 40d6158147 simple sort 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
Rich Harris 389b10439b prevent stack overflow with mutual strong dependencies – fixes #425 9 years ago
Rich Harris d0879d4d4e handle calls to default exports other than function expressions – fixes #421 9 years ago
Rich Harris e53bd850e7 doh 9 years ago