242 Commits (15d541f6753300b8fe032c07865e9c7427098c5a)
 

Author SHA1 Message Date
Oskar Segersvärd 15d541f675 Removed from tests. 10 years ago
Oskar Segersvärd b4d26c5d85 Added failing test for dynamic properties of objects. 10 years ago
Rich Harris ac1a0ef852 -> 0.11.1 10 years ago
Rich Harris 2d3251664a Merge pull request #46 from Victorystick/feature/export-all 10 years ago
Oskar Segersvärd 0e2e705afa Implemented export * from ... 10 years ago
Rich Harris 37c598b383 -> 0.11.0 10 years ago
Rich Harris 2aa5e6e11b remove const, so tests pass on old node 10 years ago
Rich Harris 19f02ee433 Merge branch 'eventualbuddha-failing-rsvp-test' 10 years ago
Rich Harris 412544268c include side-effects (#40) 10 years ago
Rich Harris e17076250c mark statements rather than expanding them 10 years ago
Rich Harris eadbfcbdcd refactoring 10 years ago
Rich Harris 33effb4b3b order methods alphabetically. easier to find what youre looking for 10 years ago
Rich Harris 5525ac2213 Merge branch 'failing-rsvp-test' of https://github.com/eventualbuddha/rollup into eventualbuddha-failing-rsvp-test 10 years ago
Rich Harris 4cfb38a116 Merge pull request #41 from rollup/browser 10 years ago
Rich Harris bac6e9427f path fixes 10 years ago
Rich Harris 7f3881f5d6 update devDeps 10 years ago
Rich Harris 3dbc2a7878 squelch babel warnings 10 years ago
Rich Harris 0d32366539 fix infinite loop 10 years ago
Brian Donovan d4eeb54dae Add a failing test that illustrates a problem with RSVP. 10 years ago
Rich-Harris a7aed4b2b8 WIP conversion to browser-friendly bundle 10 years ago
Rich-Harris ea2e332735 -> 0.10.0 10 years ago
Rich-Harris cf522b2ed3 exclude empty var declarations for exported bindings 10 years ago
Rich Harris 94c3852929 ignore IIFEs for the purposes of determining strong/weak dependencies 10 years ago
Rich Harris ca231cc2b9 update tests 10 years ago
Rich Harris f1d43ce34c better sorting (sort at module level) 10 years ago
Rich-Harris 0c8f8f11ea -> 0.9.1 10 years ago
Rich-Harris 58466ce44a optimise statement insertion 10 years ago
Rich-Harris f8747d9424 -> 0.9.0 10 years ago
Rich-Harris a1ed47928d reliably prevent statements appearing before earlier statements from same module 10 years ago
Rich-Harris b8fdcdeea5 Merge branch 'master' into gh-34 10 years ago
Rich-Harris 063fc41832 use module.id instead of module.path 10 years ago
Rich-Harris d1440b4c72 Merge branch 'master' into gh-34 10 years ago
Rich-Harris 5e0d2ddac1 Merge branch 'gh-36' 10 years ago
Rich-Harris 8471a8ae3b Merge branch 'master' of https://github.com/rollup/rollup 10 years ago
Rich Harris b7e51064ac borrow sorting logic from esperanto - fixes #36 10 years ago
Rich Harris aacbce8759 prevent some unnecessary work 10 years ago
Rich Harris 67d9b5847e prevent class method definitions erroneously appearing in statement.dependsOn 10 years ago
Rich Harris b49b35fbb0 mark strong dependencies 10 years ago
Rich Harris 5a548049bf remove unused check 10 years ago
Rich Harris 1f2d719b89 fix #34, albeit kludgily 10 years ago
Rich Harris 7eeaf73eb1 failing test for #36 10 years ago
Rich Harris e1195bdd87 use loose model for es6 classes 10 years ago
Rich Harris 8a2af384b9 pass sourcemap option through from CLI 10 years ago
Rich-Harris b8894dd901 rename things internally (path -> id, etc) - #30 10 years ago
Rich-Harris 0b92d5296d merge master -> gh-30 10 years ago
Rich-Harris 46804f7a42 -> 0.8.3 10 years ago
Rich-Harris b0eca67402 rename functions with args by the same name (fixes #32) 10 years ago
Rich-Harris 5be634f20e ensure unused default exports have legal name (fixes #33) 10 years ago
Rich-Harris 6553540993 -> 0.8.2 10 years ago
Rich-Harris 1111e144a8 support moduleId and moduleName via CLI (fixes #24) 10 years ago