296 Commits (dd93bb94617125ce5d93b249e24ab10909a36c79)
 

Author SHA1 Message Date
Rich-Harris b0eca67402 rename functions with args by the same name (fixes #32) 9 years ago
Rich-Harris 5be634f20e ensure unused default exports have legal name (fixes #33) 9 years ago
Rich-Harris 6553540993 -> 0.8.2 9 years ago
Rich-Harris 1111e144a8 support moduleId and moduleName via CLI (fixes #24) 9 years ago
Rich Harris 5cd2208714 update tests 9 years ago
Rich Harris dc6940de2e apply resolvePath hook to entry module (#30) 9 years ago
Rich-Harris 0988db927d once more with feeling 9 years ago
Rich-Harris 21a12658e8 try and get tests to pass in node 0.10 and 0.12 9 years ago
Rich-Harris e55ca17e12 -> 0.8.1 9 years ago
Rich-Harris f031ccc53a deconflict auto-generated default export names, convert expressions to declarations. fixes #29 9 years ago
Rich Harris 5a8b2d5e2c bump package.json 9 years ago
Rich Harris 0c4d139655 -> 0.8.0 9 years ago
Rich Harris f2628b5ca0 linting 9 years ago
Rich Harris 69509da0ad `this` at the top level is undefined (fixes #28) 9 years ago
Rich Harris e62ca94a6f fix babel step 9 years ago
Rich Harris f2324de2fe Merge pull request #27 from rollup/gh-26 9 years ago
Rich Harris 29b54f9eea tidy up 9 years ago
Rich Harris 207cb9dfba break apart top-level var declarations with multiple declarators - fixes #26 9 years ago
Rich Harris ae48cc1691 failing test for #26 9 years ago
Rich Harris 2cfc9ded4f allow tests to specify additional globals 9 years ago
Rich Harris c84b231ab0 Update README.md 10 years ago
Rich-Harris 7be8d30dec -> 0.7.8 10 years ago
Rich-Harris 10161636f5 avoid path.parse - unsupported in old node 10 years ago
Rich-Harris 3e96e3051b make CLI tests work in Travis-CI 10 years ago
Rich-Harris 1d500b5e2c case sensitive filenames 10 years ago
Rich-Harris dde7c6c75c -> 0.7.7 10 years ago
Rich-Harris 861325df8e promote source-map-support to dependencies (from devDependencies) - fixes #23 10 years ago
Rich-Harris 53655fadb0 -> 0.7.6 10 years ago
Rich-Harris 01444c971e passing foo to a function cannot rebind foo 10 years ago
Rich-Harris 402cdc3360 distinguish between binding/property assignments for `export default foo` special case 10 years ago
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