6504 Commits

Author SHA1 Message Date
Sebastian McKenzie
f1f42164fc add toString to allow reflection of original traversal methods when wrapping for state 2015-11-08 03:41:00 -08:00
Sebastian McKenzie
8280e18ed4 remove force inheriting of symbols from t.inherits 2015-11-08 03:40:41 -08:00
Sebastian McKenzie
b6807021a8 perform esModule plugin normalisation in the normalisePlugin method rather than only doing it for string plugins 2015-11-08 02:47:22 -08:00
Sebastian McKenzie
5589a583c8 don't use absolute paths when importing the runtime definitions, instead just export it - fixes #2909 2015-11-08 02:44:05 -08:00
Sebastian McKenzie
7b552aee4d Merge pull request #2911 from hzoo/i-2821
babel-generator: ignore if TemplateLiteral - fixes #2821
2015-11-08 02:36:16 -08:00
Sebastian McKenzie
4b5b814872 Merge pull request #2907 from phantom10111/some-fixes
Some fixes in babel-traverse
2015-11-08 02:34:51 -08:00
Henry Zhu
5c33038117 fix ast/spec toc 2015-11-07 20:07:20 -05:00
Henry Zhu
99284822f3 babel-generator: ignore if TemplateLiteral - fixes #2821 2015-11-07 19:55:36 -05:00
Henry Zhu
264c207cb9 Merge pull request #2910 from babel/revert-2858-i-2835
Revert 5508f4de567ec59b2bc85f371deddd912be138ef
2015-11-07 18:15:07 -05:00
Henry Zhu
fa78aba67b Revert 5508f4de567ec59b2bc85f371deddd912be138ef 2015-11-07 18:13:12 -05:00
Henry Zhu
dd13a585a1 Merge pull request #2908 from phantom10111/fix-async-to-generator
Set the correct node type in helper-remap-async-to-generator - fixes #2744
2015-11-07 18:11:44 -05:00
Amjad Masad
4e32e2732f Add test-only to .PHONY 2015-11-07 14:29:23 -08:00
phantom10111
22dc8f8323 Fix scope cache returning an item that was just inserted 2015-11-07 23:09:54 +01:00
phantom10111
e0f1bd76cb Fix clearNode clearing all properties instead of just symbols 2015-11-07 23:09:50 +01:00
phantom10111
1f38dcdf8a Set the correct node type in helper-remap-async-to-generator 2015-11-07 23:06:02 +01:00
Sebastian McKenzie
9d43776fbe add dummy package.json output to bootstrap script 2015-11-06 21:03:22 -05:00
Sebastian McKenzie
0370402a0d fix lint errors 2015-11-06 20:55:05 -05:00
Sebastian McKenzie
bb1703e1a1 add header comment for scope cache function 2015-11-06 20:53:12 -05:00
Sebastian McKenzie
e80c206591 clear and inherit all symbols and underscore propertes in t.inherits and traverse.removeProperties 2015-11-06 20:52:59 -05:00
Sebastian McKenzie
63cd3008d2 clean up parameter names in Scope constructor 2015-11-06 20:42:16 -05:00
Sebastian McKenzie
8dd292075a clean up scope cache 2015-11-06 20:39:16 -05:00
Sebastian McKenzie
acbeda8182 Merge branch 'master' of github.com:babel/babel 2015-11-06 19:56:52 -05:00
Sebastian McKenzie
9a1cf40296 Merge pull request #2861 from hzoo/i-2838
helper-remap-async-to-generator: account for ObjectMethod - fixes #2838
2015-11-06 19:40:30 -05:00
Sebastian McKenzie
a2202802e4 Merge pull request #2866 from hzoo/i-2865
transform-es2015-typeof-symbol: check for undefined - fixes #2865
2015-11-06 19:40:21 -05:00
Sebastian McKenzie
d7adedad3c Merge pull request #2873 from ForbesLindesay/patch-1
Use `i - 1` instead of `--i`
2015-11-06 19:40:07 -05:00
Sebastian McKenzie
b9ac356914 Merge pull request #2887 from amasad/test-only
test-only (minus the lint) make task for faster iteration
2015-11-06 19:38:20 -05:00
Sebastian McKenzie
64688dfe9c Merge pull request #2888 from amasad/plugin-regression
Introduce exec tests for plugin regressions
2015-11-06 19:38:04 -05:00
Amjad Masad
8e2aae7e05 Introduce new tests for plugins 2015-11-06 15:14:20 -08:00
Amjad Masad
4a92be5e2a test-only (minus the lint) make task for faster iteration 2015-11-06 15:10:24 -08:00
Henry Zhu
99af9c60a5 Merge pull request #2882 from lookfirst/patch-1
docs: fixed external helpers plugin name
2015-11-06 16:29:33 -05:00
Jon Stevens
12b1b0b5d9 docs: fixed external helpers plugin name 2015-11-06 13:18:23 -08:00
Forbes Lindesay
1a4f5d80f0 Use i - 1 instead of --i 2015-11-06 14:52:25 +00:00
Henry Zhu
bb5a7804bc transform-es2015-typeof-symbol: check for undefined - fixes #2865 2015-11-06 06:54:51 -05:00
Henry Zhu
042af348bc helper-remap-async-to-generator: account for ObjectMethod - fixes #2838 2015-11-05 23:57:53 -05:00
Sebastian McKenzie
5508f4de56 Merge pull request #2858 from hzoo/i-2835
transform-regenerator: set node.id to an identifier if null - fixes #…
2015-11-06 01:28:37 +00:00
Sebastian McKenzie
6291c46596 Merge pull request #2851 from zertosh/fix-browser-build
Use source-map ^0.5.0
2015-11-06 01:28:33 +00:00
Sebastian McKenzie
0d5f2401f7 Merge pull request #2853 from wesbos/react-display-name
Added react-dispaly-name to the default react package
2015-11-06 01:28:01 +00:00
Henry Zhu
940b86dadb transform-regenerator: set node.id to an identifier if null - fixes #2835 2015-11-05 20:13:05 -05:00
wesbos
c167e6dcc3 Added react-dispaly-name to the default react package 2015-11-05 15:39:36 -05:00
Andres Suarez
af9da3b7e9 Use source-map ^0.5.0 2015-11-05 11:44:35 -08:00
Sebastian McKenzie
fc0baf1e2c Merge pull request #2841 from hzoo/i-2694
transform-es2015-classes: check if node.id is null
2015-11-05 17:09:50 +00:00
Sebastian McKenzie
ff62a33825 Merge pull request #2829 from zloirock/master
Change polyfill compression options
2015-11-05 17:07:30 +00:00
Henry Zhu
f1a62ef078 transform-es2015-classes: check if node.id is null 2015-11-05 10:25:56 -05:00
Sebastian McKenzie
72c5ecf250 add babel-browser sanity check test 2015-11-05 12:58:28 +00:00
Sebastian McKenzie
4d1145f872 add make build to bootstrap script again 2015-11-05 12:45:04 +00:00
Sebastian McKenzie
f16f88d6bb add concurrency to bootstrap script 2015-11-05 12:28:00 +00:00
Sebastian McKenzie
09479378d3 don't compile files if they haven't changed 2015-11-05 11:46:48 +00:00
Sebastian McKenzie
5d61840c10 v6.1.3 2015-11-05 11:31:14 +00:00
Sebastian McKenzie
a6246a5c69 add 6.1.3 changelog 2015-11-05 11:30:20 +00:00
Sebastian McKenzie
51143beab2 add allowTopLevelThis option to babel-plugin-transform-es2015-modules-commonjs 2015-11-05 11:29:39 +00:00