1726 Commits (616e770a48833c74db5680bbf6fe23cb5e462b42)
 

Author SHA1 Message Date
Rich Harris 3dbc2a7878 squelch babel warnings 9 years ago
Rich Harris 0d32366539 fix infinite loop 9 years ago
Brian Donovan d4eeb54dae Add a failing test that illustrates a problem with RSVP. 9 years ago
Rich-Harris a7aed4b2b8 WIP conversion to browser-friendly bundle 9 years ago
Rich-Harris ea2e332735 -> 0.10.0 9 years ago
Rich-Harris cf522b2ed3 exclude empty var declarations for exported bindings 9 years ago
Rich Harris 94c3852929 ignore IIFEs for the purposes of determining strong/weak dependencies 9 years ago
Rich Harris ca231cc2b9 update tests 9 years ago
Rich Harris f1d43ce34c better sorting (sort at module level) 9 years ago
Rich-Harris 0c8f8f11ea -> 0.9.1 9 years ago
Rich-Harris 58466ce44a optimise statement insertion 9 years ago
Rich-Harris f8747d9424 -> 0.9.0 9 years ago
Rich-Harris a1ed47928d reliably prevent statements appearing before earlier statements from same module 9 years ago
Rich-Harris b8fdcdeea5 Merge branch 'master' into gh-34 9 years ago
Rich-Harris 063fc41832 use module.id instead of module.path 9 years ago
Rich-Harris d1440b4c72 Merge branch 'master' into gh-34 9 years ago
Rich-Harris 5e0d2ddac1 Merge branch 'gh-36' 9 years ago
Rich-Harris 8471a8ae3b Merge branch 'master' of https://github.com/rollup/rollup 9 years ago
Rich Harris b7e51064ac borrow sorting logic from esperanto - fixes #36 9 years ago
Rich Harris aacbce8759 prevent some unnecessary work 9 years ago
Rich Harris 67d9b5847e prevent class method definitions erroneously appearing in statement.dependsOn 9 years ago
Rich Harris b49b35fbb0 mark strong dependencies 9 years ago
Rich Harris 5a548049bf remove unused check 9 years ago
Rich Harris 1f2d719b89 fix #34, albeit kludgily 9 years ago
Rich Harris 7eeaf73eb1 failing test for #36 9 years ago
Rich Harris e1195bdd87 use loose model for es6 classes 9 years ago
Rich Harris 8a2af384b9 pass sourcemap option through from CLI 9 years ago
Rich-Harris b8894dd901 rename things internally (path -> id, etc) - #30 9 years ago
Rich-Harris 0b92d5296d merge master -> gh-30 9 years ago
Rich-Harris 46804f7a42 -> 0.8.3 9 years ago
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