Commit Graph

  • 4b6b6f744b -> v0.38.2 v0.38.2 Rich-Harris 2016-12-28 12:51:49 -0500
  • e1e9eaf435 Merge pull request #1191 from rollup/gh-1011 Rich Harris 2016-12-28 12:48:34 -0500
  • d08a8050a7 prevent irrelevant warning in test Rich-Harris 2016-12-28 12:42:08 -0500
  • aefbed648c warn if exporting an IIFE that looks like a function declaration, and wrap in parens if necessary (#1011) Rich-Harris 2016-12-28 12:37:03 -0500
  • 1d83cbf014 Merge branch 'master' of https://github.com/rollup/rollup Rich-Harris 2016-12-27 17:04:56 -0500
  • 0d3ab7bb25 use Set rather than Map for deshadowing Rich-Harris 2016-12-27 17:04:10 -0500
  • b28737069e Merge pull request #1188 from rollup/gh-997 Rich Harris 2016-12-27 17:01:29 -0500
  • d249c7eb34 preserve var declarations in dead branches Rich-Harris 2016-12-27 16:37:01 -0500
  • 4e6b551e13 -> v0.38.1 v0.38.1 Rich-Harris 2016-12-27 13:14:55 -0500
  • 3cc109cd0c Merge pull request #1186 from rollup/gh-1176 Rich Harris 2016-12-27 13:08:05 -0500
  • b59263e47e Merge pull request #1179 from kzc/drop-unused-inner-functions-and-classes Rich Harris 2016-12-27 12:52:28 -0500
  • d4a0e6e388 Merge pull request #1182 from vinkla/patch-1 Rich Harris 2016-12-27 12:47:37 -0500
  • 2eebe3dcc9 deconflict function expression IDs (#1176) Rich-Harris 2016-12-27 12:03:30 -0500
  • 8bd83f028a Simplify repository value Vincent Klaiber 2016-12-26 00:57:44 +0100
  • 2744947b03 drop unused function and class declarations within functions (#1108, #1178) kzc 2016-12-24 12:36:44 -0500
  • a9f342cb26 Merge pull request #1174 from rollup/gh-595 Rich Harris 2016-12-22 13:21:29 -0500
  • b624d674a9 remove, and warn about, unused imports from external modules (#595) Rich-Harris 2016-12-22 13:17:19 -0500
  • 7b3402f298 Merge pull request #1173 from rollup/gh-492 Rich Harris 2016-12-22 11:18:36 -0500
  • dbc4c48fae Merge pull request #1172 from rollup/gh-444 Rich Harris 2016-12-22 11:12:55 -0500
  • 58f9f26bb2 support async functions (#492) Rich-Harris 2016-12-22 11:10:55 -0500
  • 5f8205e8be warn on empty bundle (#444), and remove some tests that are no longer testing anything Rich-Harris 2016-12-22 11:04:18 -0500
  • a502f30365 add back @btd fix for #1104 Rich-Harris 2016-12-22 09:34:57 -0500
  • 47e712d2f5 Failling test for #1104 Denis Bardadym 2016-12-22 13:31:45 +0300
  • 8d68196d67 add missing changelog entry Rich-Harris 2016-12-21 19:58:10 -0500
  • 79c4007558 -> v0.38.0 v0.38.0 Rich-Harris 2016-12-21 19:54:44 -0500
  • 88195198f8 add test to guard against #984 regression Rich-Harris 2016-12-21 19:40:24 -0500
  • 040938850c Merge pull request #1168 from rollup/gh-1083 Rich Harris 2016-12-21 19:31:43 -0500
  • 553abd9873 bind function expression ids to the child scope (#1083) Rich-Harris 2016-12-21 19:26:04 -0500
  • e550b3f165 Merge pull request #1167 from rollup/gh-1078 Rich Harris 2016-12-21 17:56:48 -0500
  • 21a5d0d062 alright i give up. bye node 0.12 gh-1008 Rich-Harris 2016-12-21 17:42:26 -0500
  • 5430096c26 downgrade eslint to a version that supports node 0.12 Rich-Harris 2016-12-21 17:39:46 -0500
  • fe16d37f8a update some deps to get tests to pass Rich-Harris 2016-12-21 17:33:03 -0500
  • 1c354babeb deshadow destructured parameters with assignments (#1078) Rich-Harris 2016-12-21 17:04:41 -0500
  • e1c49cf34f Merge pull request #1166 from rollup/gh-1078 Rich Harris 2016-12-21 10:57:56 -0500
  • e05bf77efc fix behaviour of export { foo as default } (#1078) Rich-Harris 2016-12-21 10:47:11 -0500
  • f2742e477c Merge pull request #1165 from rollup/gh-988 Rich Harris 2016-12-21 10:23:12 -0500
  • 1ca90bd374 prevent false positives for sourcemapping url comments with newlines (#988) Rich-Harris 2016-12-20 23:35:41 -0500
  • 37a6869ef9 -> v0.37.2 v0.37.2 Rich-Harris 2016-12-20 23:12:49 -0500
  • 94f2ac4104 Merge pull request #1017 from Pauan/tree-shake-pure-es5-classes Rich Harris 2016-12-20 23:08:03 -0500
  • 44924ec767 Merge pull request #1164 from rollup/gh-1113 Rich Harris 2016-12-20 22:57:37 -0500
  • dfe874d34f Merge pull request #1163 from rollup/gh-1132 Rich Harris 2016-12-20 22:47:30 -0500
  • 858588d937 Merge pull request #1162 from rollup/gh-1116 Rich Harris 2016-12-20 22:47:14 -0500
  • 119734af79 include blocks containing activated var declarations (fixes #1113) Rich-Harris 2016-12-20 22:34:59 -0500
  • 0afa3ed2e8 Removes `new Foo(...)` when Foo is a pure function Pauan 2016-10-09 14:04:03 -1000
  • ccc7ad7352 only remove valid sourcemapping URL comments (fixes #1132) gh-1132 Rich-Harris 2016-12-20 20:31:16 -0500
  • 4a577a3c44 lint Rich-Harris 2016-12-20 20:10:47 -0500
  • b3b10986cc -> v0.37.1 v0.37.1 Rich-Harris 2016-12-20 20:08:33 -0500
  • a804033655 Merge pull request #450 from rollup/gh-447 Rich Harris 2016-12-20 17:57:34 -0500
  • 490d428180 skip symlink test on windows Rich-Harris 2016-12-20 17:49:51 -0500
  • 70261d03fa linting Rich-Harris 2016-12-20 16:57:14 -0500
  • 2d7f8a7b38 merge master -> gh-447 Rich-Harris 2016-12-20 16:51:37 -0500
  • 38750c41ec support plugin outros Rich-Harris 2016-12-20 16:15:53 -0500
  • 3f39de8800 Merge pull request #1143 from danez/recursive-functions Rich Harris 2016-12-20 15:34:01 -0500
  • 583b13d757
    Improves tree-shaking by only considering program-level assignments as a Bundle's dependent expressions. Daniel Tschinder 2016-12-13 23:32:20 +0100
  • b04e790c4d Merge pull request #1152 from kzc/1146 Rich Harris 2016-12-18 14:59:26 -0500
  • dfb8a3f04f Merge pull request #1144 from christopherthielen/master Rich Harris 2016-12-18 14:58:26 -0500
  • b1e4384865 Update comments describing property string generation Chris Thielen 2016-12-15 10:00:49 -0600
  • 2521f2e6e3 be more leniant in processing ExportDefaultDeclaration (#1146) kzc 2016-12-15 08:47:11 -0500
  • bb546d342d Add test for bizzare moduleName Chris Thielen 2016-12-14 17:24:37 -0600
  • f43fd99554 Access global.* using array notation Chris Thielen 2016-12-14 17:19:18 -0600
  • 98abe24682 Merge pull request #1151 from rollup/gh-957 Rich Harris 2016-12-14 16:27:30 -0500
  • 2d32cddabf implement gatherPossibleValues on ExternalDeclaration - fixes #957 Rich Harris 2016-12-14 15:54:14 -0500
  • fcf39281f8 -> v0.37.0 v0.37.0 Rich Harris 2016-12-12 12:30:31 -0500
  • dbbb234df2 Merge pull request #1038 from rollup/gh-1028 Rich Harris 2016-12-12 12:22:35 -0500
  • 8120b509c9 Merge pull request #1046 from rollup/gh-1045 Rich Harris 2016-12-12 12:22:09 -0500
  • a4927986bd deduplicate Rich Harris 2016-12-12 12:20:18 -0500
  • 666deef039 Merge branch 'legacy-quote-reserved-properties' into chge-master Rich Harris 2016-12-12 12:19:27 -0500
  • 75442ef67e update tests Rich Harris 2016-12-12 12:19:25 -0500
  • 81bf060969 quote reserved properties in legacy mode legacy-quote-reserved-properties Rich Harris 2016-12-12 12:11:13 -0500
  • 051cd9736c update legacy tests Rich Harris 2016-12-12 11:51:45 -0500
  • 209fe7c694 apply https://github.com/rollup/rollup/pull/1062#issuecomment-255536598 Rich Harris 2016-12-12 11:48:18 -0500
  • 1559aaba22 Merge branch '1032' of https://github.com/kzc/rollup into kzc-1032 Rich Harris 2016-12-12 11:46:38 -0500
  • 951573066f Merge pull request #1068 from futurist/master Rich Harris 2016-12-12 11:44:47 -0500
  • 07eb86c56a Merge pull request #1069 from IvanSanchez/no-legacy-getter Rich Harris 2016-12-12 11:43:21 -0500
  • 8466b4ce56 Merge pull request #1138 from kzc/fix_parens Rich Harris 2016-12-12 11:42:23 -0500
  • ac04b83362 fix paren issues with tree shaking (#1101 #1128) kzc 2016-12-09 14:39:05 -0500
  • fca14dbab1 -> v0.36.4 v0.36.4 Rich-Harris 2016-11-23 09:01:25 -0500
  • 3da03c64b7 Merge pull request #1106 from rollup/fix-977 Rich Harris 2016-11-23 08:58:14 -0500
  • 3a89cf7d2a Merge pull request #1076 from zackschuster/patch-1 Oskar Segersvärd 2016-11-13 21:34:42 -0500
  • 59f815b0d3 Update tests after #1037 Oskar Segersvärd 2016-11-11 22:42:43 +0100
  • ab3b38f15a Bundle execution is only dependent on program level call expressions Oskar Segersvärd 2016-11-11 22:41:49 +0100
  • e8b44a7308 Merge branch 'called-but-unused-import' of github.com:mbostock/rollup into fix-977 Oskar Segersvärd 2016-11-11 22:22:41 +0100
  • da4fb22e7a destructure options in Scope constructor zackschuster 2016-10-23 23:14:14 -0700
  • ea704835ba Add testing of getter defs in legacy mode. Iván Sánchez Ortega 2016-10-20 13:22:47 +0200
  • 5881a2867d Do not output getter defs when in legacy mode Iván Sánchez Ortega 2016-10-20 12:56:31 +0200
  • d5997f36c3 FIX: test for legacy; remove Object.define for legacy 1111hui 2016-10-20 11:55:46 +0800
  • 0006ea1e1c use buble for test to resolve node 0.12 failure kzc 2016-10-18 09:02:44 -0400
  • e20a332c57 fix TypeError in arrow function without braces returning a function (#1032) kzc 2016-10-18 08:51:16 -0400
  • c6089e7584 Quote names in module definition if legacy option is set chge 2016-10-16 23:58:07 +0300
  • 54124770cd fix missing namespace member warnings (closes #1045) Rich-Harris 2016-10-12 09:26:01 -0400
  • f4489515e4 fix behaviour of export * in relation to defaults - fixes #1028 Rich-Harris 2016-10-09 20:05:21 -0400
  • 5344665d72 -> v0.36.3 v0.36.3 Rich-Harris 2016-10-09 16:02:54 -0400
  • addad1d444 Merge branch 'master' of https://github.com/rollup/rollup Rich-Harris 2016-10-09 15:59:52 -0400
  • a1666103b1 put Object.freeze fallback behind legacy option Rich-Harris 2016-10-09 15:59:19 -0400
  • 2c15434e17 Merge branch 'master' of https://github.com/futurist/rollup into futurist-master Rich-Harris 2016-10-09 15:52:05 -0400
  • be83883d75 Merge pull request #999 from vforvova/reduce-options-rewrites-with-reduce Rich Harris 2016-10-09 15:49:07 -0400
  • 72b442f639 Merge pull request #1002 from jlengstorf/docs/tutorial Rich Harris 2016-10-09 15:48:19 -0400
  • 49149f9be5 -> v0.36.2 v0.36.2 Rich-Harris 2016-10-09 15:19:39 -0400
  • 4eae8da80d use relative ID for more readable message Rich-Harris 2016-10-09 15:13:07 -0400
  • b1ab9ba26a Merge branch 'master' into FredyC-FredyC-patch-1 Rich-Harris 2016-10-09 15:11:58 -0400