Commit Graph

  • 616e770a48 Recommend 'module' field over 'jsnext:main' master Luke Childs 2017-02-01 12:43:23 +0700
  • ff32317811 more stuff value-tracking Rich Harris 2017-01-18 17:46:35 -0500
  • 53e5e156b0 actually making some progress, maybe Rich-Harris 2017-01-17 21:12:05 -0500
  • 6b7cdf31a9 more stuff. still horrible broken Rich Harris 2017-01-17 18:31:58 -0500
  • 821c3963ea more changes Rich-Harris 2017-01-17 16:03:46 -0500
  • 4bbef6cf2a various Rich-Harris 2017-01-15 10:52:08 -0500
  • 3bd04068c5 Merge branch 'master' into value-tracking Rich-Harris 2017-01-14 15:49:58 -0500
  • 80da8ecf3e -> v0.41.4 v0.41.4 Rich-Harris 2017-01-14 15:41:48 -0500
  • 23d50f62cc Merge pull request #1262 from rollup/gh-1257 Rich Harris 2017-01-14 13:38:42 -0500
  • 5c88259abc handle call expressions of uncallable things more gracefully (#1257) Rich-Harris 2017-01-14 13:28:31 -0500
  • 9c588337af Merge pull request #1261 from rollup/gh-1252 Rich Harris 2017-01-14 13:00:11 -0500
  • 457be9c961 handle multiple export * from external declarations (#1252) Rich-Harris 2017-01-14 12:54:12 -0500
  • 4bbf9fd272 -> v0.41.3 v0.41.3 Rich-Harris 2017-01-13 19:56:25 -0500
  • 603d2e7b74 Merge pull request #1260 from rollup/gh-1258 Rich Harris 2017-01-13 19:55:31 -0500
  • 3a8b1c1460 dont treat this.foo as possible namespace - fixes #1258 Rich-Harris 2017-01-13 19:49:32 -0500
  • e2d9b6bb05 -> v0.41.2 v0.41.2 Rich Harris 2017-01-13 14:28:46 -0500
  • 393d49e5eb another broken snapshot Rich Harris 2017-01-12 17:54:40 -0500
  • 2853787f32 various Rich-Harris 2017-01-11 22:26:17 -0500
  • bc788047ce add Super node Rich Harris 2017-01-11 16:29:50 -0500
  • 8d5c73ee2f broken snapshot Rich Harris 2017-01-10 17:56:09 -0500
  • 658337baec suppress more test warnings Rich Harris 2017-01-10 10:14:41 -0500
  • 525e3de4ed deal with warnings, to make test output clearer Rich-Harris 2017-01-09 20:48:22 -0500
  • 8e9689b773 run modules in order Rich-Harris 2017-01-07 19:00:52 -0500
  • 5eb97b7a43 sort modules before analysing Rich-Harris 2017-01-07 17:42:43 -0500
  • a70db5faff failing test for #1187 gh-1187 Rich-Harris 2017-01-07 17:13:25 -0500
  • 2a01a993ef Merge pull request #1241 from kzc/0_41_0_changelog_addition Rich Harris 2017-01-07 16:01:12 -0500
  • c038cdaede Merge pull request #1240 from rollup/gh-841-updated Rich Harris 2017-01-07 16:00:51 -0500
  • 61528b7303 change log addition for 0.41.0 kzc 2017-01-07 15:53:37 -0500
  • 82b284de1d optimize ns["foo"] (#841) Rich-Harris 2017-01-07 15:54:49 -0500
  • 40a0ed52be Merge pull request #1239 from rollup/gh-1213 Rich Harris 2017-01-07 15:30:17 -0500
  • bc0f791195 suppress warnings with --silent (closes #1213) Rich-Harris 2017-01-07 15:00:45 -0500
  • 6384b6c161 Merge pull request #1238 from rollup/gh-797 Rich Harris 2017-01-07 12:59:13 -0500
  • 101ad286b5 use options.indent for UMD block - fixes #797 Rich-Harris 2017-01-07 12:52:50 -0500
  • e938d86c12 -> v0.41.1 v0.41.1 Rich Harris 2017-01-06 18:15:05 -0500
  • b0a83b8bf4 Merge pull request #1234 from rollup/gh-1233 Rich Harris 2017-01-06 18:12:14 -0500
  • 585bde0f36 test for #1233 Rich Harris 2017-01-06 18:02:33 -0500
  • 766e91d95f include new expressions where callee is a class (#1233) Rich Harris 2017-01-06 18:01:51 -0500
  • e4682a3a47 -> v0.41.0 v0.41.0 Rich Harris 2017-01-06 17:00:54 -0500
  • e955ea76b1 Merge pull request #1231 from rollup/gh-1140 Rich Harris 2017-01-06 16:59:43 -0500
  • be7c90f0c7 use plugin names in CLI logs Rich Harris 2017-01-06 16:51:58 -0500
  • 7831164748 implement this.error Rich Harris 2017-01-06 16:29:01 -0500
  • 6d418687c0 add this.warn method to plugin contexts (#1140) Rich Harris 2017-01-06 15:13:15 -0500
  • 79d1ecf2ad Merge pull request #1230 from mbostock/patch-1 Rich Harris 2017-01-06 12:03:52 -0500
  • e1a940edf4 Fix missing bracket. Mike Bostock 2017-01-06 08:56:23 -0800
  • c4a4938be4 Merge pull request #1227 from kzc/fix-throw-side-effect Rich Harris 2017-01-06 08:05:39 -0500
  • 47e0f93a6e Merge pull request #1226 from rollup/gh-791 Rich Harris 2017-01-06 08:04:47 -0500
  • f2d0851f12 `throw` always considered to be a side effect kzc 2017-01-05 23:53:16 -0500
  • ade3ee352a implement export * from external (#791) Rich-Harris 2017-01-05 23:01:35 -0500
  • be76a1ff7a -> v0.40.2 v0.40.2 Rich-Harris 2017-01-05 13:00:44 -0500
  • cebc3003e5 Merge pull request #1224 from rollup/gh-1217 Rich Harris 2017-01-05 12:45:22 -0500
  • 46f5dbf67c Merge pull request #1223 from rollup/gh-986 Rich Harris 2017-01-05 12:28:55 -0500
  • 502e58d0b0 omit globals for empty imports (#1217) Rich-Harris 2017-01-05 12:24:33 -0500
  • e4f995ed62 remove unused files Rich-Harris 2017-01-05 10:42:55 -0500
  • 1032e75d46 add file property to sourcemaps with plugins Rich-Harris 2017-01-05 10:41:18 -0500
  • 7e717779ff put test where it belongs Rich-Harris 2017-01-05 10:41:02 -0500
  • a9bcf45a62 Merge branch 'master' into gh-986 Rich-Harris 2017-01-05 10:16:07 -0500
  • 6cf998a6f7 -> v0.40.1 v0.40.1 Rich-Harris 2017-01-05 09:24:19 -0500
  • 7af9387ecc Merge pull request #1218 from rollup/export-default-no-space Rich Harris 2017-01-04 10:58:30 -0500
  • e7fa75cfe4 handle export default{} Rich Harris 2017-01-04 10:38:07 -0500
  • 5dfae02e87 -> v0.40.0 v0.40.0 Rich Harris 2017-01-03 12:06:39 -0500
  • 219f1f13da Merge pull request #1212 from rollup/gh-545 Rich Harris 2017-01-03 11:55:06 -0500
  • 35785fff12 more consistent error logging in CLI Rich Harris 2017-01-03 11:04:01 -0500
  • dd9a93f094 more error stuff Rich-Harris 2017-01-02 11:30:01 -0500
  • dc53d05614 use error helpers in more places Rich-Harris 2017-01-02 11:09:29 -0500
  • 4a2e791ab0 lint Rich-Harris 2017-01-02 10:38:02 -0500
  • 2368ae242e use error helpers consistently, update tests Rich-Harris 2017-01-02 10:37:34 -0500
  • be0f82c623 add module.error helper for consistently reporting errors (#545) Rich-Harris 2017-01-02 09:24:50 -0500
  • 7885ab7671 Merge pull request #1210 from rollup/gh-1209 Rich Harris 2016-12-31 13:10:39 -0500
  • 812d1062ba chmod a+x bin/rollup (#1209) Rich-Harris 2016-12-31 12:56:31 -0500
  • bc732659c7 account for side-effects in call expression arguments, and functions passed to functions (#786) gh-786 Rich-Harris 2016-12-31 10:46:24 -0500
  • 60b8a9209d Merge pull request #1206 from rollup/gh-1201 Rich Harris 2016-12-30 13:49:28 -0500
  • 23813bc4e7 apply kzc patch to prevent escape codes and emojis appearing in non-TTY stderr (#1201) Rich-Harris 2016-12-30 13:23:39 -0500
  • a00d3916c9 -> v0.39.2 v0.39.2 Rich-Harris 2016-12-30 12:43:17 -0500
  • 04dbe126f9 Merge pull request #1205 from rollup/gh-1153 Rich Harris 2016-12-30 12:42:00 -0500
  • 595fa5878d prevent mutation of cached ASTs (#1153) Rich-Harris 2016-12-30 12:24:53 -0500
  • 415985b1ee -> v0.39.1 v0.39.1 Rich-Harris 2016-12-30 11:45:57 -0500
  • 38bb9d9a87 Merge pull request #1204 from rollup/gh-1198 Rich Harris 2016-12-30 11:45:01 -0500
  • d1d667f9a8 ignore var inits in dead branches - fixes #1198 Rich-Harris 2016-12-30 11:34:35 -0500
  • 11a283021a Merge pull request #1202 from rollup/gh-1082 Rich Harris 2016-12-29 19:00:08 -0500
  • 532dff162e change recommendation to local installation of rollup-watch (#1082) Rich-Harris 2016-12-29 18:45:33 -0500
  • c597b91368 Merge pull request #1200 from rollup/gh-1197 Rich Harris 2016-12-29 18:23:35 -0500
  • 708fb9821b warn on missing format (fixes #1197) Rich-Harris 2016-12-29 17:43:51 -0500
  • 979cfc25a7 update a few dependencies Rich-Harris 2016-12-29 17:32:54 -0500
  • aa1c72a81c -> v0.39.0 v0.39.0 Rich-Harris 2016-12-29 17:19:45 -0500
  • a53555d213 Merge pull request #1199 from rollup/gh-1194 Rich Harris 2016-12-29 17:18:17 -0500
  • f695e628d6 richer warnings in CLI Rich-Harris 2016-12-29 16:49:34 -0500
  • a44a171dad update CLI to handle new warnings Rich-Harris 2016-12-29 16:12:22 -0500
  • 8813641170 include location info in stringified warnings Rich-Harris 2016-12-29 16:06:56 -0500
  • ab14557a25 lint Rich-Harris 2016-12-29 16:03:46 -0500
  • 4dba546885 use bundle.warn and module.warn throughout codebase Rich-Harris 2016-12-29 15:56:42 -0500
  • 5360abdb31 implement bundle.warn and module.warn, to replace direct calls to bundle.onwarn (#1194) Rich-Harris 2016-12-29 12:41:25 -0500
  • f8a09fd0bd -> v0.38.3 v0.38.3 Rich-Harris 2016-12-29 09:04:01 -0500
  • a0dc3e4bb4 Merge pull request #1196 from rollup/gh-1051 Rich Harris 2016-12-29 08:55:01 -0500
  • c36f965e7d warn about using node built-ins in browser bundle (#1051) Rich-Harris 2016-12-29 08:28:39 -0500
  • 1c0aca6046 Merge pull request #1195 from rollup/gh-1061 Rich Harris 2016-12-29 08:08:36 -0500
  • 47d3daf9a5 statically analyse LogicalExpression nodes (#1061) Rich-Harris 2016-12-29 07:56:54 -0500
  • 8290e11c1a test that file property is being added to sourcemap (#986) Rich-Harris 2016-12-28 14:56:27 -0500
  • bda138ccc6 Merge pull request #1192 from rollup/gh-1051 Rich Harris 2016-12-28 14:50:06 -0500
  • b1a9abc261 use path.relative inside relativeId, to try and fix tests on windows Rich-Harris 2016-12-28 14:40:54 -0500
  • 028e425b91 more informative warning for implicit external dependencies Rich-Harris 2016-12-28 13:38:28 -0500