Commit Graph

  • 9164f80487 remove pre-existing sourcemap comments Rich-Harris 2015-08-02 12:46:42 -0400
  • 41cd743ae6 support banner/footer option Rich-Harris 2015-08-02 12:09:55 -0400
  • 35e4eef1f4 -> 0.12.1 v0.12.1 Rich-Harris 2015-08-02 10:44:59 -0400
  • dd93bb9461 tidy up test Rich-Harris 2015-08-02 10:42:20 -0400
  • e56d17035d fix deshadowing false positive Rich-Harris 2015-08-02 10:41:44 -0400
  • a6f7d96065 dont attempt to mark statements in external modules Rich-Harris 2015-08-02 10:36:57 -0400
  • cd109af17e Add failing testcase for #68 Arpad Borsos 2015-07-30 10:56:45 +0200
  • ac788c7f46 -> 0.12.0 v0.12.0 Rich-Harris 2015-07-27 09:00:14 -0400
  • f4d3771284 merge master -> esperanto-friendly Rich-Harris 2015-07-27 08:19:58 -0400
  • 1fea163ccc make use strict optional Rich-Harris 2015-07-27 08:14:47 -0400
  • 7978ade77c Merge pull request #63 from rollup/gh-61 Oskar Segersvärd 2015-07-27 11:15:49 +0200
  • 72eb56109e Merge pull request #64 from rollup/module-render Oskar Segersvärd 2015-07-27 11:12:59 +0200
  • 3260134d1f fix amd module IDs Rich-Harris 2015-07-26 18:33:42 -0400
  • 32659d12e0 prevent module importing itself Rich-Harris 2015-07-26 18:15:14 -0400
  • 7030e54785 refactor and robustify export blocks Rich-Harris 2015-07-26 14:56:08 -0400
  • 62241d523d include imports/exports in bundle object Rich-Harris 2015-07-26 13:55:12 -0400
  • 688d66698a more robust interop Rich-Harris 2015-07-26 13:54:57 -0400
  • 405bc00a56 more tidying up Rich-Harris 2015-07-25 21:02:56 -0400
  • 7c1d2bb8e6 remove unused code Rich-Harris 2015-07-25 20:58:01 -0400
  • acdfbead47 update test Rich-Harris 2015-07-25 19:12:28 -0400
  • 24d061450a fix variable splitting Rich-Harris 2015-07-25 19:12:18 -0400
  • 9c22bc12c6 only insert export initialisers if there are any Rich-Harris 2015-07-25 19:09:12 -0400
  • cbae9fc8de remove more unused code Rich-Harris 2015-07-25 14:48:29 -0400
  • 301f432b6f remove unused code Rich-Harris 2015-07-25 14:47:26 -0400
  • 7cd858be60 failing tests - tricky case with unused declarators in multiple var declaration Rich-Harris 2015-07-25 14:41:57 -0400
  • 8f3f437e1c reattach comments, handle var splitting better Rich-Harris 2015-07-25 14:14:47 -0400
  • 6d2e108c01 reimplement multiple var splitting Rich-Harris 2015-07-25 13:07:27 -0400
  • 9435773b1c start moving render logic into modules Rich-Harris 2015-07-25 12:56:26 -0400
  • b8e4db7752 Merge branch 'master' into gh-61 Rich-Harris 2015-07-25 10:30:15 -0400
  • dbbfc67a0b expand shorthand properties (#61) Rich-Harris 2015-07-25 10:27:31 -0400
  • 91fdc3cecd Merge pull request #62 from rollup/gh-59 Rich Harris 2015-07-25 10:27:14 -0400
  • d505247a29 add expected results for globals test Rich-Harris 2015-07-25 09:46:33 -0400
  • 069f83bec8 make getCanonicalName es6-aware Rich-Harris 2015-07-25 08:58:21 -0400
  • 32a1b22394 Add globals option to rollup executable. Oskar Segersvärd 2015-07-24 14:32:49 +0200
  • 4d6b5de582 add test for custom global names for external modules Rich Harris 2015-07-23 12:00:21 -0400
  • 08c2826760 Updated tests to contain `import * as ns from ".."` Oskar Segersvärd 2015-07-23 16:41:01 +0200
  • 9a1ae23919 Named and * imports must be treated separately. Oskar Segersvärd 2015-07-23 16:32:57 +0200
  • 9ceb75de91 add interop blocks for default imports from external modules Rich Harris 2015-07-22 18:07:28 -0400
  • 3188c413b8 flesh out test for #59 Rich Harris 2015-07-22 18:07:09 -0400
  • 6a4f8c1400 add test for #53 Rich Harris 2015-07-22 17:09:53 -0400
  • 850085f1f6 Merge branch 'gh-53' of https://github.com/Victorystick/rollup into Victorystick-gh-53 Rich Harris 2015-07-22 17:06:52 -0400
  • baa2eefad8 Merge pull request #58 from rollup/Fix-#57 Rich Harris 2015-07-22 16:49:57 -0400
  • 53fa8fce8b add test for #57 Rich Harris 2015-07-22 16:47:53 -0400
  • 2d02156a06 Merge pull request #56 from Swatinem/import-empty-external Rich Harris 2015-07-22 16:39:05 -0400
  • 5a3017729e Fix #57 Oskar Segersvärd 2015-07-22 15:17:00 +0200
  • 759d3938b9 allow importing external modules for side effects, fixes #55 Arpad Borsos 2015-07-22 13:43:27 +0200
  • 788f11dbc7 Made `dirname` handle the empty string. Oskar Segersvärd 2015-07-22 10:58:50 +0200
  • 802ce4fe4f -> 0.11.4 v0.11.4 Rich Harris 2015-07-21 11:57:25 -0400
  • 15077a8729 Merge pull request #48 from rollup/gh-43 Rich Harris 2015-07-21 11:48:30 -0400
  • 5e80ffa3aa another test for #37 Rich-Harris 2015-07-20 09:53:29 -0400
  • d26db11ea9 Fix accidental change of description from 5033267048. Brian Donovan 2015-07-19 16:00:29 -0700
  • cdc721cc71 more tests for #37 Rich-Harris 2015-07-19 10:16:47 -0400
  • dcb1147886 exclude unnecessary functions containing assignments/updates to included names (#37) Rich-Harris 2015-07-19 10:05:21 -0400
  • f1545cbf03 mark export declarations as used, to preserve side-effects (#43) Rich-Harris 2015-07-18 23:29:14 -0400
  • bda009e84d Merge branch 'failing-test-for-side-effects-on-imported' of https://github.com/eventualbuddha/rollup into eventualbuddha-failing-test-for-side-effects-on-imported Rich-Harris 2015-07-18 15:00:21 -0400
  • 913390201b -> 0.11.3 Rich-Harris 2015-07-18 14:45:59 -0400
  • 77452031ac tests for #42 Rich-Harris 2015-07-18 14:44:04 -0400
  • d81acf600b ensure external modules have names, and that those names take priority (#42) Rich-Harris 2015-07-18 14:43:42 -0400
  • a3c383429e dont rewrite class method keys incorrectly (#42) Rich-Harris 2015-07-18 14:37:18 -0400
  • f507ae4298 -> 0.11.2 v0.11.2 Rich-Harris 2015-07-18 13:42:06 -0400
  • 0c86c2275d fix typo (again...) Rich-Harris 2015-07-18 13:38:41 -0400
  • 5fad4eba18 check for computed property before abandoning checkForReads (#47) Rich Harris 2015-07-17 14:30:57 -0400
  • 49d6b295fa Forward `strong` parameter from `checkForWrites` to `checkForReads`. Oskar Segersvärd 2015-07-17 11:08:26 +0200
  • 1232dc86c9 `assert` -> `assert.equal` Oskar Segersvärd 2015-07-17 11:07:03 +0200
  • af660dd5ef I think it should be `this.isIncluded`. Oskar Segersvärd 2015-07-16 18:33:58 +0200
  • 7c9bba40e6 Added a call to checkForReads in computed member expressions. Tests pass. Oskar Segersvärd 2015-07-16 18:21:21 +0200
  • 15d541f675 Removed from tests. Oskar Segersvärd 2015-07-16 18:20:15 +0200
  • b4d26c5d85 Added failing test for dynamic properties of objects. Oskar Segersvärd 2015-07-16 17:59:42 +0200
  • ac1a0ef852 -> 0.11.1 v0.11.1 Rich Harris 2015-07-16 10:18:25 -0400
  • 2d3251664a Merge pull request #46 from Victorystick/feature/export-all Rich Harris 2015-07-16 10:17:07 -0400
  • 0e2e705afa Implemented export * from ... Oskar Segersvärd 2015-07-16 15:39:09 +0200
  • 5033267048 Test that top-level side effects involving imports are preserved. Brian Donovan 2015-07-15 17:45:30 -0700
  • 37c598b383 -> 0.11.0 v0.11.0 Rich Harris 2015-07-15 12:18:14 -0400
  • 2aa5e6e11b remove const, so tests pass on old node Rich Harris 2015-07-14 18:06:41 -0400
  • 19f02ee433 Merge branch 'eventualbuddha-failing-rsvp-test' Rich Harris 2015-07-14 18:00:02 -0400
  • 412544268c include side-effects (#40) Rich Harris 2015-07-14 17:59:44 -0400
  • e17076250c mark statements rather than expanding them Rich Harris 2015-07-14 17:37:10 -0400
  • eadbfcbdcd refactoring Rich Harris 2015-07-14 13:16:17 -0400
  • 33effb4b3b order methods alphabetically. easier to find what youre looking for Rich Harris 2015-07-14 11:04:59 -0400
  • 5525ac2213 Merge branch 'failing-rsvp-test' of https://github.com/eventualbuddha/rollup into eventualbuddha-failing-rsvp-test Rich Harris 2015-07-14 10:53:06 -0400
  • 4cfb38a116 Merge pull request #41 from rollup/browser Rich Harris 2015-07-14 10:51:52 -0400
  • bac6e9427f path fixes Rich Harris 2015-07-14 10:40:09 -0400
  • 7f3881f5d6 update devDeps Rich Harris 2015-07-14 10:09:45 -0400
  • 3dbc2a7878 squelch babel warnings Rich Harris 2015-07-14 10:09:37 -0400
  • 0d32366539 fix infinite loop Rich Harris 2015-07-14 10:08:57 -0400
  • d4eeb54dae Add a failing test that illustrates a problem with RSVP. Brian Donovan 2015-07-13 13:50:37 -0700
  • a7aed4b2b8 WIP conversion to browser-friendly bundle Rich-Harris 2015-07-13 08:41:38 -0400
  • ea2e332735 -> 0.10.0 v0.10.0 Rich-Harris 2015-07-11 14:22:32 -0400
  • cf522b2ed3 exclude empty var declarations for exported bindings Rich-Harris 2015-07-11 13:43:23 -0400
  • 94c3852929 ignore IIFEs for the purposes of determining strong/weak dependencies Rich Harris 2015-07-10 17:02:31 -0400
  • ca231cc2b9 update tests Rich Harris 2015-07-10 15:26:03 -0400
  • f1d43ce34c better sorting (sort at module level) Rich Harris 2015-07-10 15:25:55 -0400
  • 0c8f8f11ea -> 0.9.1 v0.9.1 Rich-Harris 2015-07-10 08:32:20 -0400
  • 58466ce44a optimise statement insertion Rich-Harris 2015-07-10 08:31:34 -0400
  • f8747d9424 -> 0.9.0 v0.9.0 Rich-Harris 2015-07-10 07:51:29 -0400
  • a1ed47928d reliably prevent statements appearing before earlier statements from same module Rich-Harris 2015-07-10 07:42:03 -0400
  • b8fdcdeea5 Merge branch 'master' into gh-34 Rich-Harris 2015-07-10 07:32:00 -0400
  • 063fc41832 use module.id instead of module.path Rich-Harris 2015-07-10 07:30:51 -0400
  • d1440b4c72 Merge branch 'master' into gh-34 Rich-Harris 2015-07-10 07:12:35 -0400
  • 5e0d2ddac1 Merge branch 'gh-36' Rich-Harris 2015-07-10 07:11:32 -0400