716 Commits (ccf7bb7e470bbe1844aace781368ad00108efa40)
 

Author SHA1 Message Date
Rich-Harris 0406e7f578 insert export default statement after previous, rather than before next 10 years ago
Rich-Harris 2a9a123c16 add CLI tests 10 years ago
Rich-Harris ef67ce9148 allow external modules to be specified via CLI 10 years ago
Rich-Harris 5b83557803 -> 0.7.5 10 years ago
Rich-Harris f0e78f6d1c prevent conflicts with globals (assumed or otherwise) - fixes #20 10 years ago
Rich-Harris 13e91ab4f3 -> 0.7.4 10 years ago
Rich-Harris 02afb469ce ensure correct placement of export default statement 10 years ago
Rich-Harris 71e5002cc3 harder test of modified default exports 10 years ago
Rich-Harris ec834d962e dont sort statements in generate step 10 years ago
Rich-Harris 15d771b45e minor tidy up and clarification 10 years ago
Rich-Harris 11fb4cc9a1 revert order changes 10 years ago
Rich-Harris 4db00acc6d Merge branch 'master' of https://github.com/rollup/rollup 10 years ago
Rich-Harris 42709b0a06 -> 0.7.3 10 years ago
Rich-Harris 9cc2322cf8 update expected test output to reflect new statement ordering 10 years ago
Rich-Harris c0a764029f default exports are not bound. fixes #15 10 years ago
Rich-Harris f60120bbc6 better (if slightly in need of refactoring) comment handling 10 years ago
Rich Harris cd442b16c4 Merge pull request #17 from curran/master 10 years ago
Curran Kelleher f3890e9a34 Merge pull request #1 from curran/curran-patch-1 10 years ago
Rich-Harris 02706f757a use var instead of const for tests, remove unused files 10 years ago
Rich-Harris 28883be5a9 avoid path.isAbsolute - not supported on old versions of node 10 years ago
Rich-Harris dedb104345 add travis config 10 years ago
Rich-Harris 126494f3f9 -> 0.7.2 10 years ago
Rich-Harris 733b9b435a resolve merge conflict 10 years ago
Rich-Harris 23f7c19f52 -> 0.7.1 10 years ago
Rich-Harris 593e87e69e wrap solo tests in a console group, to make verbose logging easier to comprehend 10 years ago
Rich-Harris d46d67f1c7 method call is assumed to mutate method owner (#13) 10 years ago
Rich-Harris 73a07c5c08 allow control over indentation (closes #5) 10 years ago
Rich-Harris aa807c7869 handle named functions as default exports 10 years ago
Rich Harris a6e709fcb7 add some failing tests to sort out later 10 years ago
Curran Kelleher 5132937d40 synchronous -> asynchronous in description 10 years ago
Rich-Harris 4e4122dc1a -> 0.7.0 10 years ago
Rich-Harris cd8230f0cd update tests 10 years ago
Rich-Harris 61db1faabc dont do export rewriting for es6 bundles 10 years ago
Rich-Harris 3c6081c19e skip specifier exports during rewrite 10 years ago
Rich-Harris 4b26a86d1d rewrite exported vars, to keep exports live 10 years ago
Rich-Harris 315510f767 use Object.create(null) to avoid conflicts with Object.prototype. fixes #12 10 years ago
Rich-Harris 2993d92776 ensure at least one newline between each statement 10 years ago
Rich-Harris 5e5a00c012 test multiple exports form 10 years ago
Rich-Harris ffa005eb68 attach iife global export to this, not window 10 years ago
Rich-Harris 28566475a5 check for moduleName option when exporting from UMD bundle 10 years ago
Rich-Harris 9e59e610d1 Merge branch 'master' of https://github.com/mbostock/rollup into mbostock-master 10 years ago
Rich Harris 94019461c2 Merge pull request #8 from eventualbuddha/cleanup 10 years ago
Mike Bostock acecb7f862 Fix UMD exports. 10 years ago
Mike Bostock f3c8eeee0a You get a newline! 10 years ago
Mike Bostock d9be5d6286 Fix for malformed output. 10 years ago
Brian Donovan 3f9d5fff7a Remove unused imports and use one that should be used. 10 years ago
Rich Harris 141c67ad3e Merge pull request #7 from mbostock/master 10 years ago
Mike Bostock 942160ba6e Fix links. 10 years ago
Rich-Harris 11e14cb0e6 -> 0.6.5 10 years ago
Rich-Harris d26b08ef04 mrege conflict 10 years ago