6222 Commits

Author SHA1 Message Date
Henry Zhu
583cde6f8c Merge pull request #3140 from babel/lerna-bin
Fix lerna path
2015-12-06 10:33:18 -05:00
Amjad Masad
064fe9426d Fix lerna path 2015-12-06 06:48:40 -08:00
Logan Smyth
b9e675597c Make alternate compat names load from main helpers 2015-12-05 23:57:35 -08:00
James Kyle
abb85b498a Merge pull request #3138 from loganfsmyth/class-rename-failure-T2494
Skip name inference on hard-to-replace classes - fixes T2494
2015-12-05 20:58:37 -08:00
Logan Smyth
925804798d Skip name inference on hard-to-replace classes - fixes T2494 2015-12-05 17:07:10 -08:00
Logan Smyth
9f32061769 Merge pull request #3134 from loganfsmyth/default-renamer-T6750
Ensure that default exports have a name before splitting them - fixes T6750
2015-12-05 16:23:39 -08:00
Logan Smyth
f37acd293c Set the proper parents for new node paths - fixes T2763 2015-12-05 16:16:02 -08:00
Logan Smyth
a12a116b9f Ensure that default exports have a name before splitting them - fixes T6750 2015-12-05 15:28:48 -08:00
Henry Zhu
ec1e975333 Merge pull request #3136 from loganfsmyth/destructure-export-T6720
Move destructuring statements off export statements before processing - fixes T6720
2015-12-05 18:26:50 -05:00
Logan Smyth
29a3176276 Move destructuring statements off export statements before processing - fixes T6720 2015-12-05 14:27:42 -08:00
Henry Zhu
333dc8dcda Merge pull request #3135 from loganfsmyth/loose-async-gen-T6755
Ensure that the async/generator flags carry over when converting class methods - fixes T6755
2015-12-05 15:42:29 -05:00
Logan Smyth
03f189fc46 Ensure that the async/generator flags carry over when converting class methods - fixes T6755 2015-12-05 12:24:00 -08:00
Henry Zhu
6082ac8a59 skip nested new expressions 2015-12-05 14:19:31 -05:00
Henry Zhu
21f76655ad account for parent NewExpression with arguments 2015-12-05 13:37:06 -05:00
Henry Zhu
8a1ad5350c Merge pull request #3111 from amasad/new
No need for parens for new expressions without args
2015-12-05 13:33:23 -05:00
Jesse McCarthy
412c65deb3 Add discussion forum to README support section. 2015-12-04 14:20:57 -05:00
James Kyle
f4647bbb54 Merge pull request #3128 from jmm/ast-spec
Update description: ESTree ES5 => Babylon.
2015-12-04 11:11:24 -08:00
James Kyle
e7bdbb67e8 Merge pull request #3131 from hzoo/changelog
add changelog
2015-12-04 11:10:50 -08:00
Henry Zhu
72eec06bb9 add changelog for 6.3.8-6.3.14 2015-12-04 14:04:32 -05:00
Henry Zhu
0587a5d12c v6.3.14 2015-12-04 13:52:36 -05:00
Logan Smyth
164bc1aed6 Merge pull request #3133 from loganfsmyth/switch-scope-6761
Properly resolve scope from switch statement - fixes T6761
2015-12-04 09:32:45 -08:00
Logan Smyth
8efd1d71ad Properly resolve scope from switch statement - fixes T6761 2015-12-04 09:04:25 -08:00
Sebastian McKenzie
e526643f79 fix wrong bootstrap script reference 2015-12-05 02:21:34 +11:00
Sebastian McKenzie
3e2fa16dbc fix make bootstrap/ci 2015-12-05 02:16:42 +11:00
Sebastian McKenzie
d9dce29d09 move up make build in make bootstrap 2015-12-05 02:08:54 +11:00
Henry Zhu
61e2568c08 add 6.3.1 changelog 2015-12-04 07:33:50 -05:00
Henry Zhu
608e6f9274 add 6.3.2 changelog 2015-12-04 07:33:50 -05:00
Sebastian McKenzie
f60261eafb update to lerna 2015-12-04 23:23:50 +11:00
Sebastian McKenzie
d6117a9e27 Merge branch 'master' of github.com:babel/babel 2015-12-04 23:17:11 +11:00
Sebastian McKenzie
d2ff843dae Merge pull request #3130 from amasad/flow-null-type
Add support for null literal type
2015-12-04 23:01:03 +11:00
Sebastian McKenzie
7b36967416 v6.3.13 2015-12-04 22:56:51 +11:00
Sebastian McKenzie
ae831c2270 v6.3.12 2015-12-04 22:56:13 +11:00
Sebastian McKenzie
74609ec82c v6.3.10 2015-12-04 22:54:49 +11:00
Sebastian McKenzie
06809c7f81 v6.3.9 2015-12-04 22:54:38 +11:00
Sebastian McKenzie
659d310a2b v6.3.8 2015-12-04 22:54:22 +11:00
Amjad Masad
37797c4d50 Test name, and remove todos 2015-12-04 00:12:37 -08:00
Amjad Masad
9c20ace184 Add support for null literal type 2015-12-03 23:58:25 -08:00
Henry Zhu
b515fa8db8 v6.3.2 2015-12-03 22:48:04 -05:00
Logan Smyth
aa6dc5d153 Merge pull request #3116 from loganfsmyth/register-plugin-duplication
Disable babelrc processing on the already-processed configuration - fixes T6690
2015-12-03 18:33:58 -08:00
Jesse McCarthy
e8beafa1dd Update description: ESTree ES5 => Babylon.
Also remove doctoc comments that aren't currently being used.
2015-12-03 15:04:26 -05:00
Henry Zhu
c8a6d8117d Merge pull request #3108 from cspotcode/feature/fix-T2864
source-maps: Fix T2864
2015-12-03 14:46:00 -05:00
Henry Zhu
8d78ea4ecf Merge pull request #3112 from phantom10111/fix-es2015-classes
Fix return super(); in class constructor - fixes T2997
2015-12-03 10:34:18 -05:00
Henry Zhu
ae666c1e09 Merge pull request #3127 from loganfsmyth/where-fit-3051
Ensure we always push into a BlockStatement - fixes T3051
2015-12-02 22:58:10 -05:00
Logan Smyth
d71b59d0cc Ensure we always push into a BlockStatement - fixes T3051 2015-12-02 19:41:22 -08:00
Henry Zhu
f51fe91488 Merge pull request #3124 from hzoo/changelog
add 6.3.1 and 6.3.0 changelog
2015-12-02 21:55:03 -05:00
Henry Zhu
8cf1b418fc transform-inline-environment-variables: replace -> replaceWith - fixes T6724 2015-12-02 21:53:12 -05:00
Henry Zhu
ec86e2ebfd add 6.3.1 and 6.3.0 changelog 2015-12-02 00:09:26 -05:00
Henry Zhu
53877ec158 Merge pull request #3119 from loganfsmyth/default-export-generator-6733
Ensure that generator functions always have an identifier - fixes T6733
2015-12-01 22:27:59 -05:00
Henry Zhu
4f69482896 Merge pull request #3113 from phantom10111/fix-static-class-properties
Fix static class properties - fixes T2983
2015-12-01 22:21:37 -05:00
Amjad Masad
88ab37ecb4 v6.3.1 2015-12-01 10:52:40 -08:00