Commit Graph

  • 9d9cfccd32 remove empty statements Rich-Harris 2016-09-10 18:32:43 -0400
  • 6da374cea2 preserve effects in for-of and for-in statements. fixes #870 Rich-Harris 2016-09-10 16:49:37 -0400
  • b82375c273 preserve effects in for-of loop (#870) Rich-Harris 2016-09-10 16:04:28 -0400
  • 10d2ad36fb Merge pull request #916 from rollup/debug Rich Harris 2016-09-10 14:51:53 -0400
  • 56d64da1a4 build self with 0.35 Rich-Harris 2016-09-10 14:47:06 -0400
  • c00399bf20 -> v0.35.3 v0.35.3 Rich-Harris 2016-09-10 14:44:07 -0400
  • 8446b06e8d render identifiers inside template literals Rich-Harris 2016-09-10 14:43:06 -0400
  • 50d263203e Fix lint Bogdan Chadkin 2016-09-10 21:04:52 +0300
  • 8197977050 Add performance labels Bogdan Chadkin 2016-09-10 21:01:24 +0300
  • a6dd89b25d -> v0.35.2 v0.35.2 Rich-Harris 2016-09-10 13:24:20 -0400
  • db8fcc4273 -> v0.35.1 v0.35.1 Rich-Harris 2016-09-10 13:19:12 -0400
  • 8fca0ef98b Merge pull request #915 from rollup/deconflict-classes Rich Harris 2016-09-10 13:17:24 -0400
  • 5ea3393e06 Merge pull request #914 from rollup/acorn-4 Rich Harris 2016-09-10 13:14:22 -0400
  • aac47b05cb Merge pull request #913 from rollup/gh-903 Rich Harris 2016-09-10 13:14:02 -0400
  • 16da86e93c deconflict-classes Rich-Harris 2016-09-10 13:12:22 -0400
  • c1b7092b0d Fix codestyle Bogdan Chadkin 2016-09-10 20:02:33 +0300
  • 4817eada3e Fix test on windows Bogdan Chadkin 2016-09-10 20:01:38 +0300
  • 10a97dbb81 Merge pull request #912 from npmcdn-to-unpkg-bot/npmcdn-to-unpkg Rich Harris 2016-09-10 12:45:47 -0400
  • e723cc5c46 only transpile acorn 4 down to node 4 support level Rich-Harris 2016-09-10 12:29:34 -0400
  • 7819d7b688 update to acorn 4 Rich-Harris 2016-09-10 12:26:31 -0400
  • e8179c2013 include dependencies in bundle.modules (closes #903) Rich-Harris 2016-09-10 12:21:29 -0400
  • 928f7f4f9a Replace npmcdn.com with unpkg.com npmcdn-to-unpkg-bot 2016-09-10 16:25:00 +0100
  • 9fd72a655f -> v0.35.0 v0.35.0 Rich-Harris 2016-09-10 09:30:14 -0400
  • 0c73791ae6 Merge pull request #902 from rollup/rewrite Rich Harris 2016-09-10 09:22:51 -0400
  • b05ceb2478 doh rewrite Rich-Harris 2016-09-10 09:20:10 -0400
  • 06d167b60d failing test (skipped for now) Rich-Harris 2016-09-10 08:59:22 -0400
  • 316f6041ab always treat literals as leaf nodes Rich-Harris 2016-09-10 08:11:12 -0400
  • 3cbedcc4e4 Merge branch 'rewrite' of https://github.com/rollup/rollup into rewrite Rich-Harris 2016-09-08 23:01:14 -0400
  • bd01c0acb4 correctly rename children of conditional expressions Rich-Harris 2016-09-08 23:01:03 -0400
  • 95106fa770 Remove unused imports to fix linting. Brian Donovan 2016-09-08 08:56:11 -0700
  • ef676b4081 disregard effects in dead branches Rich-Harris 2016-09-08 09:12:57 -0400
  • 2e32f23777 fix double var declaration bug (#716) Rich-Harris 2016-09-07 21:34:12 -0400
  • 5e1e5f99c5 dont assume recursive function calls have side-effects Rich-Harris 2016-09-07 20:34:35 -0400
  • 34a13a74d0 use a set to track which functions are being called Rich Harris 2016-09-07 18:03:39 -0400
  • beac2e6eb1 fix regex Rich Harris 2016-09-07 18:00:12 -0400
  • 7df2f00b57 add test for #716 but skip it for now Rich Harris 2016-09-07 17:59:58 -0400
  • 1abcb17388 oops Rich-Harris 2016-09-07 08:49:57 -0400
  • fe36478151 do less work at end Rich-Harris 2016-09-07 08:29:41 -0400
  • cf1ac32a53 dont separate vars in for loop head Rich-Harris 2016-09-07 08:23:06 -0400
  • 2295153964 handle updates of parameters Rich-Harris 2016-09-07 07:33:02 -0400
  • 4e96e95def configure entry in rollup.config.browser.js Rich-Harris 2016-09-07 07:31:26 -0400
  • 92f5584546 add browser/cli watch tasks Rich-Harris 2016-09-07 07:30:53 -0400
  • 0913247901 transpile acorn for now, pending new release Rich-Harris 2016-09-06 20:19:35 -0400
  • 7e67b8b273 test for #669 Rich Harris 2016-09-06 17:34:35 -0400
  • 8ecbd78539 enable previously failing test for #733 Rich Harris 2016-09-06 17:23:55 -0400
  • ccb28cf56b add test for #893 Rich Harris 2016-09-06 17:14:26 -0400
  • 83ccb97253 clone ASTs, for fast incremental rebuilds Rich Harris 2016-09-06 17:10:48 -0400
  • db0dc75f03 parse as ES7 Rich Harris 2016-09-06 10:34:56 -0400
  • 2148516fad remove 0.12 from build matrix, it doesnt matter any more Rich Harris 2016-09-06 10:13:56 -0400
  • ad4ca750a5 linting Rich Harris 2016-09-06 10:08:04 -0400
  • 37d8950d99 skip module order tests for now Rich Harris 2016-09-06 09:50:50 -0400
  • 0eecb7d509 re-enable all tests Rich Harris 2016-09-06 09:49:41 -0400
  • c096eb4b26 test for #898 Rich Harris 2016-09-06 09:46:54 -0400
  • 9ded29e9ec add test for #901 Rich Harris 2016-09-06 09:38:56 -0400
  • 173cfc0df7 rewrite Rich-Harris 2016-09-06 08:33:37 -0400
  • 62503515f3 Fix --help format description Bogdan Chadkin 2016-09-05 00:01:54 +0300
  • 7fb7ee494d -> v0.34.13 v0.34.13 Rich Harris 2016-09-01 09:45:26 -0400
  • 55c12a6154 Merge pull request #890 from tivac/transformbundle-options Rich Harris 2016-09-01 09:44:36 -0400
  • 72e4637c3f missing changelog entry Rich-Harris 2016-09-01 08:36:21 -0400
  • a27ba30aa6 Add options as second arg to .transformBundle Pat Cavit 2016-08-31 23:24:19 -0700
  • 7ad9f6914d -> v0.34.12 v0.34.12 Rich-Harris 2016-08-31 23:12:25 -0400
  • 3de477137a fix rollup-watch (#887) Rich-Harris 2016-08-31 23:11:55 -0400
  • 8dd88bfb62 Merge pull request #630 from rollup/gh-590 Rich Harris 2016-08-30 20:16:45 -0400
  • dab40ce0b9 handle non-existent dir of import Rich-Harris 2016-08-30 20:09:35 -0400
  • 49bcda425f Merge branch 'master' into gh-590 Rich-Harris 2016-08-30 19:58:50 -0400
  • 32aa67583c -> v0.34.11 v0.34.11 Rich Harris 2016-08-30 17:41:36 -0400
  • b8ca44c8e2 Merge pull request #884 from rollup/gh-880 Rich Harris 2016-08-30 17:37:38 -0400
  • c272984a07 Merge pull request #885 from rollup/always-clone Rich Harris 2016-08-30 17:37:32 -0400
  • 0d5d156723 Merge pull request #886 from rollup/import-rollup-in-cli Rich Harris 2016-08-30 17:37:18 -0400
  • 3817b74002 replace require kludge in runRollup.js (#706 - comment) Rich-Harris 2016-08-29 20:01:39 -0400
  • 1d7c853ce6 prevent leaky state, always clone magic-string Rich Harris 2016-08-29 16:20:40 -0400
  • 53b21d1629 ensure intro appears before interop block (#880) Rich Harris 2016-08-29 16:03:24 -0400
  • 93b8a60f9b Merge pull request #879 from nelsonic/master Bogdan Chadkin 2016-08-25 21:21:39 +0300
  • 4ccb7e744f Update link to codecov image. fixes https://github.com/rollup/rollup/issues/878 Nelson 2016-08-25 17:51:36 +0100
  • b2d71a3cf6 enable rollup-init rollup-init Rich-Harris 2016-08-19 09:40:34 -0400
  • 00c70e35cb failing test for #860 Rich Harris 2016-08-17 13:57:43 -0400
  • f8129e496a -> v0.34.10 v0.34.10 Rich Harris 2016-08-17 11:16:50 -0400
  • 573d517e3b Merge pull request #857 from rollup/gh-852 Rich Harris 2016-08-17 11:12:23 -0400
  • 3df54fec18 Merge pull request #858 from rollup/gh-851 Rich Harris 2016-08-17 11:12:18 -0400
  • fa46419b3c Merge pull request #859 from rollup/gh-846 Rich Harris 2016-08-17 11:11:38 -0400
  • 3ed945c8e1 fix noConflict when used via config file (#846) Rich Harris 2016-08-16 18:16:31 -0400
  • 98b4da0f35 allow custom bundle context (#851) Rich Harris 2016-08-16 16:47:30 -0400
  • ebbb5bec62 put outro after export block, not before (#852) Rich Harris 2016-08-16 16:24:04 -0400
  • de37d478f6 -> v0.34.9 v0.34.9 Rich-Harris 2016-08-16 07:40:30 -0400
  • df504b5876 Merge branch 'rberner-master' Rich-Harris 2016-08-16 07:38:13 -0400
  • 4ed3909d71 add test Rich-Harris 2016-08-16 07:38:04 -0400
  • 5197218763 Merge branch 'master' of https://github.com/rberner/rollup into rberner-master Rich-Harris 2016-08-16 07:34:03 -0400
  • ac5ac9de44 Merge pull request #804 from skeggse/patch-1 Rich Harris 2016-08-16 07:32:08 -0400
  • 66cb9ad290 Merge pull request #812 from rollup/disable-indent Rich Harris 2016-08-16 07:25:52 -0400
  • 7463c9f36c -> v0.34.8 v0.34.8 Rich-Harris 2016-08-14 10:30:18 -0400
  • 61a66a991d Merge branch 'bmaurer-patch-1' Rich-Harris 2016-08-14 10:29:02 -0400
  • 8c737c3152 update test results Rich-Harris 2016-08-14 10:28:55 -0400
  • 26ff3eb710 Merge branch 'patch-1' of https://github.com/bmaurer/rollup into bmaurer-patch-1 Rich-Harris 2016-08-14 10:23:34 -0400
  • 1bee1027d6 Optimize dynamic access of namespace imports with literal keys semi-dynamic-namespace-imports Brian Donovan 2016-08-09 08:27:20 -0700
  • 6ceb0cd9af -> v0.34.7 v0.34.7 Bogdan Chadkin 2016-08-07 12:42:02 +0300
  • c5d9d34772 Merge pull request #834 from rollup/perf-tweak-2 Bogdan Chadkin 2016-08-07 12:32:20 +0300
  • 9500fd6601 Merge pull request #835 from Permutatrix/plain-entry-path Bogdan Chadkin 2016-08-07 12:29:14 +0300
  • 709a4f783d Removed unnecessary imports in does-not-mangle-entry-point test Permutator 2016-08-07 02:23:01 -0700
  • 94d5877822 Added a test for not mangling the entry point Permutator 2016-08-07 02:15:44 -0700
  • b7f73d6d70 Leave it up to resolveId to normalize the entry path Permutator 2016-08-06 18:44:31 -0700