Commit Graph

  • d8addbb82e Cache decoded mappings Bogdan Chadkin 2016-08-07 01:46:04 +0300
  • d478aaf51a -> v0.34.5 v0.34.5 Bogdan Chadkin 2016-08-06 14:58:40 +0300
  • 78f0441189 Merge pull request #821 from rollup/gh-813 Bogdan Chadkin 2016-08-06 14:54:53 +0300
  • a945b77eb3 Clean up test Bogdan Chadkin 2016-08-06 14:38:49 +0300
  • bd6b12bf3a Merge branch 'master' into gh-813 Bogdan Chadkin 2016-08-06 14:36:28 +0300
  • 191013066a Merge pull request #830 from phter/gh-813 Bogdan Chadkin 2016-08-06 14:06:12 +0300
  • 0ddc0a0673 -> v0.34.4 v0.34.4 Bogdan Chadkin 2016-08-06 11:37:53 +0300
  • d39105d688 Improve linting Bogdan Chadkin 2016-08-06 02:10:55 +0300
  • 687b24b27b Merge pull request #823 from rollup/perf-tweak-1 Bogdan Chadkin 2016-08-06 01:46:55 +0300
  • c64da6ebcf Initialize member in constructor, fixes #813 Philipp Weinfurter 2016-08-05 23:51:07 +0200
  • ebd5ead5e6 Module render performance tweak Bogdan Chadkin 2016-08-02 13:20:28 +0300
  • b86be27b08 failing test for #813 Bogdan Chadkin 2016-08-01 22:08:09 +0300
  • 6ee27c6a7d -> 0.34.3 Bogdan Chadkin 2016-08-01 21:54:32 +0300
  • d248004a6a Upgrade dependencies Bogdan Chadkin 2016-08-01 21:49:01 +0300
  • 0bb9a4c1c1 Merge pull request #800 from phter/patch-2 Bogdan Chadkin 2016-08-01 21:40:35 +0300
  • 088d12bf9f Avoid infinite recursion in Bundle.sort() ph.ter 2016-07-28 11:28:54 +0200
  • 23f89abf32 -> v0.34.2 v0.34.2 Chadkin 2016-08-01 15:49:38 +0300
  • 3bce9d3658 Merge pull request #811 from rollup/cache-resolve Bogdan Chadkin 2016-08-01 15:34:35 +0300
  • b148d70125 Merge pull request #814 from rollup/pretty-error Bogdan Chadkin 2016-08-01 15:34:12 +0300
  • 7b7709eb38 If removing import statements, start at the beginning of the actualy import keyword, instead of the beginning of the file (statement.start vs statement.node.start) Ronald Berner 2016-07-31 11:34:04 -0400
  • b215060634 Wrap source id with quotes in unresolved error Bogdan Chadkin 2016-07-31 14:29:27 +0300
  • 8bca62b559 Test for not resolved module Bogdan Chadkin 2016-07-31 13:34:20 +0300
  • bd1c379a17 Reduce transformers error message chain Bogdan Chadkin 2016-07-31 13:28:31 +0300
  • 1a2d3dce26 Changde indent default to false Bogdan Chadkin 2016-07-30 14:08:31 +0300
  • 684dde0a30 Cache resolvedIds in modules to improve incremental build Bogdan Chadkin 2016-07-30 15:04:54 +0300
  • edf132eecf Treat path as external dependency Bogdan Chadkin 2016-07-30 11:18:43 +0300
  • 07cb666562 Add new test Eli Skeggs 2016-07-28 16:21:30 -0700
  • c2f65e75cc Fix existing test Eli Skeggs 2016-07-28 16:21:25 -0700
  • 60a4e406b6 Add explicit entry resolve error message Eli Skeggs 2016-07-28 15:46:10 -0700
  • e275a9cd60 oops Rich-Harris 2016-07-10 22:47:37 -0400
  • 5c0597d70a -> v0.34.1 v0.34.1 Rich-Harris 2016-07-10 22:37:15 -0400
  • 93ec667228 more aggressive linting Rich-Harris 2016-07-10 22:36:48 -0400
  • 1e98a69e2e fix export * from external bug Rich-Harris 2016-07-10 11:03:21 -0400
  • 180ce30876 Merge pull request #781 from hh10k/lint-tests Rich Harris 2016-07-10 10:42:42 -0400
  • 0a89a86388 Merge pull request #780 from rollup/gh-754 Rich Harris 2016-07-10 10:41:21 -0400
  • c5fa9b2a42 Introduce eslint to tests. Complaints are fixed, but none of them major. Kurt Blackwell 2016-07-10 13:22:01 +0800
  • 328d145221 support paths config (#754) Rich-Harris 2016-07-09 23:18:19 -0400
  • 71e8ce004f -> v0.34.0 v0.34.0 Rich-Harris 2016-07-09 20:54:19 -0400
  • ff612af0b7 Merge pull request #778 from rollup/gh-756 Rich Harris 2016-07-09 20:50:47 -0400
  • a4c36e3cb4 Merge pull request #779 from rollup/gh-755 Rich Harris 2016-07-09 20:50:31 -0400
  • b699a46978 lint Rich-Harris 2016-07-09 16:30:01 -0400
  • dbfa280fcd ensure reassigned exports are declared in an ES bundle (#755) Rich-Harris 2016-07-09 16:26:58 -0400
  • 035f66e8d9 reinstate all tests Rich-Harris 2016-07-09 15:51:26 -0400
  • 392a338c64 add newline after sourcemap comment. fixes #756 Rich-Harris 2016-07-09 15:41:23 -0400
  • a9ba650db4 Merge pull request #777 from rollup/gh-763 Rich Harris 2016-07-09 15:12:46 -0400
  • 98e60efa30 remove superfluous helper Rich-Harris 2016-07-09 15:11:23 -0400
  • 8dfbfa3ea5 add back removed path methods for browser Rich-Harris 2016-07-09 15:04:18 -0400
  • bfe49e3d2d whoops, config file cant have ES6 in node 0.12 Rich-Harris 2016-07-09 14:56:14 -0400
  • aa4cf42f45 fix another test Rich-Harris 2016-07-09 14:43:31 -0400
  • 262dccfd6f update test Rich-Harris 2016-07-09 14:38:35 -0400
  • 9b165aba78 normalize external relative paths Rich-Harris 2016-07-09 14:16:53 -0400
  • cf4d914c11 gah windows Rich-Harris 2016-07-09 14:10:17 -0400
  • 5b4f70725d experimenting with using native path methods to try and fix windows bugs Rich-Harris 2016-07-09 13:21:22 -0400
  • 6a03009faa dont normalize ID before checking if its external Rich-Harris 2016-07-09 12:47:18 -0400
  • 31f55a4755 use resolved IDs for external modules to allow options.globals to work with relative imports (#763) Rich-Harris 2016-07-09 12:19:04 -0400
  • fdaf343911 -> v0.33.2 v0.33.2 Rich-Harris 2016-07-09 10:06:58 -0400
  • 734702bbee Merge pull request #775 from rollup/gh-770 Rich Harris 2016-07-09 10:04:04 -0400
  • 5a450ba23f Merge pull request #773 from tivac/differentiate-generate Rich Harris 2016-07-09 10:03:48 -0400
  • 9acb92dcd0 Try making ongenerate/onwrite more useful Pat Cavit 2016-07-07 10:21:34 -0700
  • 4a8ce666ab warn on top-level `this` – fixes #770 Rich-Harris 2016-07-07 23:22:34 -0400
  • a9c5850c85 Avoid lazy parsing by adding parens around factory bmaurer 2016-07-07 19:58:34 -0700
  • c043a413b2 -> v0.33.1 v0.33.1 Rich-Harris 2016-07-07 22:58:32 -0400
  • 17d559473b Merge pull request #760 from hh10k/config-realpath Rich Harris 2016-07-07 22:49:05 -0400
  • c724b70eff Merge pull request #751 from futurist/master Rich Harris 2016-07-07 22:47:23 -0400
  • e37bc0be8d Set directory before each sourcemap test so that it can be depended on. Remove relative-paths' dependency on path.relative with process.cwd() which doesn't work in some situations. Kurt Blackwell 2016-07-02 21:04:42 +0800
  • 5605ce5c85 Add a test for loading config when the drive letter doesn't match after realpath. List 'fs' as external dependency. Kurt Blackwell 2016-07-01 22:21:26 +0800
  • ce1c784f5b Use fs.realpathSync() rather than path.resolve() to match filenames passed to require.extensions[]. On Windows resolve(...) returns "c:\..." but realpath(...) returns "C:\...". Kurt Blackwell 2016-06-30 20:38:20 +0800
  • 28491ea540 FIX: --no-strict command line option not map bug 1111hui 2016-06-25 13:51:35 +0800
  • 85f5e1f347 -> v0.33.0 v0.33.0 Rich-Harris 2016-06-23 21:55:31 -0400
  • c9af35a43f Merge pull request #749 from rollup/gh-746 Rich Harris 2016-06-23 21:53:13 -0400
  • 78db6134af indicate source of transform error where possible, and downgrade non-sourcemap-generating transforms to a warning (#746) Rich Harris 2016-06-23 15:30:46 -0400
  • 9c18b513f5 Merge branch 'fail-exports-all-dup' Rich Harris 2016-06-23 14:28:27 -0400
  • 84cccae433 change language to reflect the fact that conflicting namespaces are permitted, if discouraged Rich Harris 2016-06-23 14:28:16 -0400
  • 53edfac1f2 -> v0.32.4 v0.32.4 Rich Harris 2016-06-23 14:08:56 -0400
  • 89329f4452 Merge pull request #742 from rollup/hooks Rich Harris 2016-06-23 14:06:51 -0400
  • d3bd821732 -> v0.32.3 v0.32.3 Rich Harris 2016-06-23 11:33:25 -0400
  • 91949a7e0b Merge pull request #747 from rollup/exclude-helpers-from-sourcemaps Rich Harris 2016-06-23 11:32:03 -0400
  • 5636c1a8b6 Merge pull request #748 from rollup/gh-668 Rich Harris 2016-06-23 11:31:46 -0400
  • 3eae936dbc generate correct sourcemap with reified namespaces (#668) Rich Harris 2016-06-23 11:25:30 -0400
  • 9f2a92d900 exclude plugin helpers from sourcemaps Rich-Harris 2016-06-23 08:54:49 -0400
  • 5028da3a27 Test all Bogdan Chadkin 2016-06-23 09:06:09 +0300
  • dfd6b9388f Merge branch 'fail-exports-all-dup' of github.com:rollup/rollup into fail-exports-all-dup Bogdan Chadkin 2016-06-23 09:04:43 +0300
  • 8798331389 Warn on namespace conflicts Bogdan Chadkin 2016-06-23 09:02:32 +0300
  • 19900ff17f -> v0.32.2 v0.32.2 Rich-Harris 2016-06-22 20:52:21 -0400
  • fabe1160be Merge pull request #744 from rollup/gh-743 Rich Harris 2016-06-22 20:51:06 -0400
  • 03ed02c0f6 allow --globals to work with --external and options.external in whatever configuration (#743) Rich-Harris 2016-06-22 20:45:18 -0400
  • ec5b11f76b failing test for #743 Rich-Harris 2016-06-22 20:42:12 -0400
  • 2a8bc9569e ass async onwrite hook Rich Harris 2016-06-22 18:33:14 -0400
  • b28a019014 synchronous ongenerate hook (#353) Rich Harris 2016-06-22 18:19:05 -0400
  • b478c19894 look for rollup-config-whatever before looking for whatever, to avoid requiring wrong package Rich Harris 2016-06-22 16:28:49 -0400
  • 52729b190c -> v0.32.1 v0.32.1 Rich Harris 2016-06-22 16:23:53 -0400
  • 16272e8808 Merge pull request #738 from rollup/gh-733 Rich Harris 2016-06-22 16:18:00 -0400
  • f5fdedc72e Merge pull request #739 from rollup/gh-736 Rich Harris 2016-06-22 16:17:49 -0400
  • e0e4dc1cd2 support rollup --config node:whatever (#736) Rich Harris 2016-06-21 18:16:59 -0400
  • 9edf864078 only ignore top-level node_modules Rich Harris 2016-06-21 18:03:02 -0400
  • b0582a5384 add another failing test for #733, but skip it for now Rich Harris 2016-06-21 17:34:52 -0400
  • e628775a42 track side-effects to default exports - fixes #733, sort of Rich Harris 2016-06-21 17:27:21 -0400
  • f6ac48283f failing test for #733 Rich Harris 2016-06-21 17:16:29 -0400
  • 0f2ec92d08 rewrite namespace method calls if necessary ghi-672 Rich Harris 2016-06-21 14:31:49 -0400
  • 0f86513760 Merge branch 'amilajack-patch-1' Rich Harris 2016-06-21 13:48:21 -0400