46 Commits (c93debcc2e84f1d259063306cdd999914a88f3c7)

Author SHA1 Message Date
Rich Harris 1d11282d6e allow user-specified acorn options (#564) 9 years ago
Rich Harris 0a7a391c04 preserve ast to avoid re-parsing 9 years ago
Rich Harris fc7e0f1ce2 change option from bundle to cache 9 years ago
Rich-Harris fc648ea46c remove es6-promise. closes #689 9 years ago
Brian Donovan a3f2d17596 Allow specifying multiple output targets. 9 years ago
Rich-Harris e85626ea02 options.preferConst to use const instead of var when creating statements (#653) 9 years ago
Bogdan Chadkin ad44c4ba5b Add incremental support build by passing previous bundle 9 years ago
Oskar Segersvärd 5677b3697f Allow tree-shaking to be disabled 9 years ago
Oleg SKLYANCHUK cc8141cc55 Add useStrict option to ALLOWED_KEYS. 9 years ago
Chris Reeves 66f838ad9d add an option to add noConflict method to umd global 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
Rich-Harris a7bb2e3f41 put files back where they were 9 years ago
Rich-Harris fc0c253101 collapse sourcemaps from bundle transformers 9 years ago
Oskar Segersvärd 4cfce92330 Fixes #379 9 years ago
Brian Donovan dfd921e54f Always fail `rollup` with a rejected promise, not a thrown error. 9 years ago
Brian Donovan 934d1e1133 Prevent invalid keys from being passed in options. 9 years ago
Bogdan Chadkin 334165ceda Promise reject instead of throwing Error 9 years ago
Rich-Harris 939a94b1c3 import Promise to src/rollup.js – fixes #254 9 years ago
Rich Harris e111c5d8dc add js extensions 9 years ago
Rich-Harris a474426d09 throw if deprecated options are passed 9 years ago
Rich-Harris 41aac14d07 use rollup-babel for bundling self (is quicker!) and include banner/version in dist files 9 years ago
Rich Harris dfa6492bf8 remove sander dependency 10 years ago
Rich Harris b24c0e2738 oops linux is case sensitive 10 years ago
Rich Harris 74b362baa3 prevent confusion with sourceMappingURL 10 years ago
Rich-Harris ac6c2d03db add bundle.modules - fixes #128 10 years ago
Rich-Harris 62241d523d include imports/exports in bundle object 10 years ago
Rich-Harris 9435773b1c start moving render logic into modules 10 years ago
Rich-Harris a7aed4b2b8 WIP conversion to browser-friendly bundle 10 years ago
Rich-Harris f873e70ff5 oh man, never run git reset HEAD while you have unmerged paths. chaos 10 years ago
Rich Harris 8bad2598b7 resolve jsnext:main in node_modules by default, allow resolveExternal to be overridden 10 years ago
Rich Harris cdeace10ca BREAKING: API methods take a single argument, and external modules must be declared as such 10 years ago
Rich-Harris 9ff9d7a186 fix sourcemap options 10 years ago
Rich-Harris 04ab791dd6 sourcemaps 10 years ago
Rich-Harris ed4e27d0a7 basic finalisers for all module types 10 years ago
Rich-Harris 7dc633ce89 support custom resolvePath functions 10 years ago
Rich Harris 9402bc0730 include sourcesContent and filename in sourcemap 10 years ago
Rich-Harris 1b0454ba8e rewrite member expressions correctly 10 years ago
Rich-Harris 9ec400a2a0 replace names as necessary 10 years ago
Rich-Harris 9371a6f709 generate UMD output, handle cycles, various fixes 10 years ago
Rich-Harris 99511c6c6a some basic functionality 10 years ago
Rich Harris f9efb42fc7 initial commit 10 years ago