Commit Graph

  • 67cbb81f34 Merge pull request #1035 from rollup/gh-1033 Rich Harris 2016-10-09 15:09:09 -0400
  • 4040022443 tweak message Rich-Harris 2016-10-09 15:08:49 -0400
  • 067b4e4d85 Merge branch 'FredyC-patch-1' of https://github.com/FredyC/rollup into FredyC-FredyC-patch-1 Rich-Harris 2016-10-09 14:45:39 -0400
  • 64d642110e Merge pull request #1037 from rollup/gh-1004 Rich Harris 2016-10-09 14:37:23 -0400
  • 40643bf543 include default exports in ASI Rich-Harris 2016-10-09 14:26:58 -0400
  • 70c38bfaff linting Rich-Harris 2016-10-09 14:20:54 -0400
  • e8858ef137 update tests Rich-Harris 2016-10-09 14:15:06 -0400
  • be952fef12 automatic semicolon insertion (fixes #1004, #1009). fight me Rich-Harris 2016-10-09 14:12:05 -0400
  • 00b8f283fd Merge pull request #1019 from michelgotta/patch-1 Rich Harris 2016-10-09 12:30:53 -0400
  • 2929f1a771 support function moduleContext option Rich-Harris 2016-10-09 12:25:08 -0400
  • 559ef0f343 add test of function moduleContext option Rich-Harris 2016-10-09 12:24:26 -0400
  • 9751849e7f beef up test Rich-Harris 2016-10-09 12:23:58 -0400
  • 78515c3fb1 better error for missing export (#1033) Rich-Harris 2016-10-09 09:35:12 -0400
  • 4fdf3fb9a2 Add support for module-specific context with 'moduleContext' option Nikhil Tilwalli 2016-10-05 22:37:39 -0400
  • 77b8d4589f Fixed link to David DM badge Michel Gotta 2016-10-04 17:14:15 +0200
  • b164a46363 Include line & column number in warning message Daniel K 2016-10-04 10:48:33 +0200
  • 8cb47862a2 Fix warn-on-top-level-this test Daniel K 2016-10-03 20:42:38 +0200
  • ed35cef98f Add module id when warning about top level this Daniel K 2016-10-01 22:15:24 +0200
  • 6bfa47747c docs(tutorial): added a reference to the tutorial series jlengstorf 2016-09-29 12:46:01 -0700
  • 0812aa52d4 refactor: reduce options mutations with reduce Vladimir Smyshlyaev 2016-09-29 12:35:19 +0300
  • 5becfeb86a -> v0.36.1 v0.36.1 Rich-Harris 2016-09-28 08:48:57 -0400
  • 025249ff1d Merge pull request #983 from btd/master Rich Harris 2016-09-28 08:45:43 -0400
  • af04dac69b Merge pull request #976 from Victorystick/fix-973 Rich Harris 2016-09-28 08:38:12 -0400
  • f43d63dc97 Merge pull request #966 from bfred-it/patch-1 Rich Harris 2016-09-28 08:36:35 -0400
  • e83e5937f4 Merge pull request #967 from Permutatrix/internally-used-default Rich Harris 2016-09-28 08:35:45 -0400
  • 0ac8baf1c9 Merge pull request #991 from vforvova/check-options-as-function Oskar Segersvärd 2016-09-27 14:46:49 +0200
  • daaaeafc75 Cut options validation into method Vladimir Smyshlyaev 2016-09-27 13:25:22 +0300
  • 82f2149a18 Add another failing test case. Mike Bostock 2016-09-26 09:49:32 -0700
  • 4cff28b3a2 ADD: fallback for Object.freeze 1111hui 2016-09-26 11:07:58 +0800
  • fb12be5814 Update _config.js Denis Bardadym 2016-09-25 22:48:11 +0300
  • ad22e33dcd Do not skip non empty block statements Denis Bardadym 2016-09-24 23:54:11 +0300
  • b65657fd38 Add failing test case for #977. Mike Bostock 2016-09-23 14:27:45 -0700
  • 2c80dc7d72 Fix #973 Oskar Segersvärd 2016-09-23 17:07:46 +0200
  • 4df36f3974 Merge pull request #1 from mbostock/internally-used-default Permutator 2016-09-22 17:01:23 +0000
  • d9193654dc Remove redundant check. Mike Bostock 2016-09-22 09:59:26 -0700
  • a3e7b07e85 Avoid exports:auto warning on format:es Federico Brigante 2016-09-20 09:34:07 +0700
  • 1d51b06592
    Whoops, tabs, not spaces Permutator 2016-09-19 13:09:26 -0700
  • 33934791dd
    Default exports that are only used internally now included Permutator 2016-09-19 12:58:23 -0700
  • 7f61f5c754
    Added failing test for inclusion of internally used default export Permutator 2016-09-19 12:57:20 -0700
  • 152afb9732 -> v0.36.0 v0.36.0 Rich-Harris 2016-09-18 17:57:25 -0400
  • 7e5479673f Merge pull request #960 from rollup/templates Rich Harris 2016-09-18 17:56:34 -0400
  • cfbf78795e Merge pull request #864 from rollup/gh-860 Rich Harris 2016-09-18 17:56:24 -0400
  • ef3c8d5452 let -> var Rich-Harris 2016-09-18 17:47:58 -0400
  • e36a57527b prevent {export foo as default} from creating a live binding (#860) Rich-Harris 2016-09-18 17:45:09 -0400
  • ec69703171 Merge branch 'master' into gh-860 Rich-Harris 2016-09-18 17:15:23 -0400
  • 609cf2b3c6 oops, reinstate all tests Rich-Harris 2016-09-18 15:40:29 -0400
  • 5001d2b2cb -> v0.35.15 v0.35.15 Rich-Harris 2016-09-18 15:38:55 -0400
  • 568951c837 Merge pull request #959 from rollup/gh-958 Rich Harris 2016-09-18 15:36:09 -0400
  • ab6c436df3 Merge pull request #962 from rollup/gh-928 Rich Harris 2016-09-18 15:35:54 -0400
  • 1a15b81118 remove link markdown and squashing bullet point Rich-Harris 2016-09-18 15:34:31 -0400
  • fa08af7689 argh 0.12 Rich-Harris 2016-09-18 15:24:15 -0400
  • e152bb95c5 warn on missing unused imports in deshadowing phase, rather than throwing - fixes #928 Rich-Harris 2016-09-18 15:03:20 -0400
  • 0cd5ea35e6 add issue and pull request templates Rich-Harris 2016-09-18 13:30:42 -0400
  • 3a73224990 ensure bundle ends with newline – fixes #958 Rich-Harris 2016-09-18 12:24:17 -0400
  • 42ed5c24ba -> v0.35.14 v0.35.14 Rich-Harris 2016-09-18 11:39:47 -0400
  • aedcb007d5 Merge pull request #956 from rollup/gh-930 Rich Harris 2016-09-18 11:38:50 -0400
  • f143b01c62 beef up test Rich-Harris 2016-09-18 11:28:34 -0400
  • 819d619aa1 include all ancestors of expression with effects, up to function boundary - fixes #930 Rich-Harris 2016-09-18 10:50:08 -0400
  • b5a34d60ba -> v0.35.13 v0.35.13 Rich-Harris 2016-09-18 10:02:35 -0400
  • ce93f8e4ba Merge pull request #955 from rollup/superclass Rich Harris 2016-09-18 10:01:32 -0400
  • 036eae5ab1 transpile test for 0.12 Rich-Harris 2016-09-18 09:56:41 -0400
  • b26917bff6 include superclass when including a class declaration (#932) Rich-Harris 2016-09-18 09:53:00 -0400
  • f95db4bfc4 failing test gh-953 Rich-Harris 2016-09-18 09:14:22 -0400
  • 94536ca2ad strawman fix for #953 Rich-Harris 2016-09-18 08:31:51 -0400
  • 05e12b7b3e -> v0.35.12 v0.35.12 Rich-Harris 2016-09-17 23:12:08 -0400
  • a2487a4555 remove eslint comment Rich-Harris 2016-09-17 22:59:22 -0400
  • 303333b310 enable interop option in CJS bundles Rich-Harris 2016-09-17 22:59:14 -0400
  • 211fa097a9 add: interop option Emil Ajdyna 2016-09-16 11:41:02 +0200
  • 5d5eb24b15 -> v0.35.11 v0.35.11 Rich Harris 2016-09-15 12:08:56 -0400
  • bed6f0650d only deconflict reified namespaces Rich Harris 2016-09-15 12:06:03 -0400
  • 67f7492a87 Merge branch 'namespacing-2' of https://github.com/nolanlawson/rollup into nolanlawson-namespacing-2 Rich Harris 2016-09-15 11:33:21 -0400
  • 5b68b14052 -> v0.35.10 v0.35.10 Brian Donovan 2016-09-13 09:57:34 -0700
  • 447fb1197a Merge pull request #933 from rollup/rollup-931 Brian Donovan 2016-09-13 09:52:49 -0700
  • 8545d85a9e Correctly deshadow star imports when conflicting Nolan Lawson 2016-09-12 22:50:31 -0700
  • d980cf37de Only remove EmptyStatement nodes directly inside blocks. Brian Donovan 2016-09-12 21:46:54 -0700
  • a1478d7445 -> v0.35.9 v0.35.9 Rich-Harris 2016-09-11 18:57:27 -0400
  • 9014673f38 Merge pull request #927 from rollup/gh-909 Rich Harris 2016-09-11 18:56:44 -0400
  • b76f7b03ce put 0.12 back in the build matrix Rich-Harris 2016-09-11 14:44:00 -0400
  • 0727c3284f support 0.12 Rich-Harris 2016-09-11 14:43:30 -0400
  • e7925e29d1 -> v0.35.8 v0.35.8 Rich-Harris 2016-09-11 14:35:04 -0400
  • 37a8b39fde Merge pull request #926 from nolanlawson/namespacing-functions Rich Harris 2016-09-11 14:32:01 -0400
  • a7161689e4 Correctly deshadow re-assigned module functions Nolan Lawson 2016-09-11 11:05:27 -0700
  • 8ac1cd9a82 Merge pull request #925 from rollup/debug-trash Rich Harris 2016-09-11 14:17:38 -0400
  • 610ff331e4 Trim debug numbers Bogdan Chadkin 2016-09-11 11:18:57 +0300
  • 1f63f40551 -> v0.35.7 v0.35.7 Rich-Harris 2016-09-10 21:22:38 -0400
  • f4a7256ea0 Merge pull request #922 from Permutatrix/hrtime-error Rich Harris 2016-09-10 21:19:15 -0400
  • b09f083167
    Use timeStartHelper and timeEndHelper instead of time and toMilliseconds Permutator 2016-09-10 18:17:30 -0700
  • d31c75bc70
    Pass linting Permutator 2016-09-10 18:02:32 -0700
  • 10808f733b
    Made flushTime actually work again Permutator 2016-09-10 17:59:17 -0700
  • ae82c520e6
    Fixed "process.hrtime() only accepts an Array tuple." error Permutator 2016-09-10 17:38:39 -0700
  • 17f52787cb -> v0.35.6 v0.35.6 Rich-Harris 2016-09-10 20:07:00 -0400
  • 55c23a3f23 browser friendly flushTime Rich-Harris 2016-09-10 20:05:31 -0400
  • 3ecde8cd09 -> v0.35.5 v0.35.5 Rich-Harris 2016-09-10 19:51:27 -0400
  • 9f490cc773 Merge pull request #920 from rollup/gh-919 Rich Harris 2016-09-10 19:50:47 -0400
  • e297468b6a temporarily revert to 0.34 for build Rich-Harris 2016-09-10 19:46:29 -0400
  • 7afadff268 handle body-less for loops etc Rich-Harris 2016-09-10 19:44:28 -0400
  • eba7a70350 allow empty for loop heads – fixes #919 Rich-Harris 2016-09-10 19:20:53 -0400
  • 4379d486f8 -> v0.35.4 v0.35.4 Rich-Harris 2016-09-10 18:42:14 -0400
  • e761e22acc Merge pull request #918 from rollup/empty-statements Rich Harris 2016-09-10 18:40:36 -0400
  • a1bf989f72 Merge pull request #917 from rollup/gh-870 Rich Harris 2016-09-10 18:40:22 -0400