55 Commits (5ea3393e064ac36265e5515a431fc60a9fce9ca7)

Author SHA1 Message Date
Rich Harris 98b4da0f35 allow custom bundle context (#851) 9 years ago
Bogdan Chadkin d39105d688 Improve linting 9 years ago
Rich-Harris 93ec667228 more aggressive linting 9 years ago
Rich-Harris 328d145221 support paths config (#754) 9 years ago
Rich-Harris 392a338c64 add newline after sourcemap comment. fixes #756 9 years ago
Pat Cavit 9acb92dcd0 Try making ongenerate/onwrite more useful 9 years ago
Bogdan Chadkin 8798331389 Warn on namespace conflicts 9 years ago
Rich Harris 2a8bc9569e ass async onwrite hook 9 years ago
Rich Harris b28a019014 synchronous ongenerate hook (#353) 9 years ago
Bogdan Chadkin 6917687996 Fail on export all dup optionally 9 years ago
Brian Donovan c9d422d52d Allow `sourceMapFile` as an option. 9 years ago
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 9 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