6504 Commits

Author SHA1 Message Date
Henry Zhu
d60be61ced pin eslint to 1.8.0 2015-11-09 10:55:50 -05:00
Sebastian McKenzie
8ecca614ba remove regenerator plugin lib folder 2015-11-09 04:16:53 -08:00
Sebastian McKenzie
6fa85e6f5b clean up babel-plugin-transform-regenerator 2015-11-09 04:15:51 -08:00
Sebastian McKenzie
f047a593df add test coverage to ci 2015-11-09 04:03:59 -08:00
Sebastian McKenzie
63b28ecc89 fix eslint version 2015-11-09 03:38:55 -08:00
Sebastian McKenzie
36493121c1 add circleci 2015-11-09 03:38:50 -08:00
Sebastian McKenzie
f8b22aeee4 use test-only task instead of test in test-travis 2015-11-09 02:58:35 -08:00
Sebastian McKenzie
3bb88bde77 remove some travis cache directories 2015-11-09 02:58:20 -08:00
Sebastian McKenzie
a218f29cc8 add package directories to travis cache 2015-11-09 02:50:46 -08:00
Sebastian McKenzie
bd39ea2611 add polyfill and regenerator options to babel-plugin-transform-runtime 2015-11-09 02:50:39 -08:00
Nicolas Gilbert
3eec81763f Fix wrong assertion type on es2015 type definitions 2015-11-09 21:12:05 +13:00
Sebastian McKenzie
0df276272a add progress bar to bootstrap script and clean up the output 2015-11-08 23:04:29 -08:00
Sebastian McKenzie
15969a0904 move all plugin tests out of babel-core and into their appropriate folders 2015-11-08 23:04:10 -08:00
Sebastian McKenzie
5f40b53dee abstract out test runner into a module, move traceur and esnext tests to babel-preset-es2015, clean up and make existing tests more consistent 2015-11-08 21:58:01 -08:00
Sebastian McKenzie
f13ba90f17 Merge branch 'master' into development 2015-11-08 19:42:43 -08:00
Sebastian McKenzie
87be7d0e33 add babel-helper-fixtures usage 2015-11-08 18:53:53 -08:00
Sebastian McKenzie
da20aa90c1 omit defaultProps helper when there are no props 2015-11-08 17:10:33 -08:00
Sebastian McKenzie
e6313dec2c make compiler environment support document more clear 2015-11-08 17:10:21 -08:00
Sebastian McKenzie
65c4fd8fb8 add enter/exit catch-all note to changelog 2015-11-08 17:09:46 -08:00
James Kyle
0f90b6eaf2 Add link to npm upgrade guide on windows. Re: 1c3b4aa410 (commitcomment-14211658) 2015-11-08 15:35:14 -08:00
Sebastian McKenzie
785b01b8cd Merge branch 'development' 2015-11-08 07:22:22 -08:00
Sebastian McKenzie
99b9d20d35 switch travis build badge in readme to only be of the master branch 2015-11-08 06:58:43 -08:00
Sebastian McKenzie
826538790e switch travis build badge in readme to only be of the master branch 2015-11-08 06:58:30 -08:00
Sebastian McKenzie
9b48167a00 switch back to stable flag 2015-11-08 06:56:50 -08:00
Sebastian McKenzie
52363ab8d8 remove err.stack hack 2015-11-08 06:56:18 -08:00
Sebastian McKenzie
81ba799ba4 add compiler support document - closes #2839 2015-11-08 06:51:20 -08:00
Sebastian McKenzie
5f732d1c02 ignore babel-runtime version mismatch in babel-doctor - fixes #2915 2015-11-08 06:43:32 -08:00
Sebastian McKenzie
a2da61a497 switch from stable flag in travis config to 5.0 2015-11-08 06:41:55 -08:00
Sebastian McKenzie
b07f8c8eab fix react inline elements tests 2015-11-08 06:38:45 -08:00
Sebastian McKenzie
1a996cdcc7 move babel-register import down 2015-11-08 06:26:31 -08:00
Sebastian McKenzie
2a1a038031 move children prop pushing to after props to ensure correct order - fixes #2395 2015-11-08 06:24:10 -08:00
Sebastian McKenzie
8f00700b9f fix order of babel-register in test transformation helper script 2015-11-08 06:23:51 -08:00
Sebastian McKenzie
defa9e1b09 change template literal to normal string 2015-11-08 06:23:30 -08:00
Sebastian McKenzie
fc1653694f add custom errorHandler to gulp-plumber 2015-11-08 06:23:21 -08:00
Sebastian McKenzie
6c2cc17d1d fix GLOBAL_VISITOR_PROPS usage 2015-11-08 06:14:23 -08:00
Sebastian McKenzie
c8901cf98d cherry-pick and fix merge conflicts in #2695 - closes #2695 2015-11-08 06:08:18 -08:00
Sebastian McKenzie
d1c4945a13 clean up visitor verification 2015-11-08 06:03:11 -08:00
Sebastian McKenzie
e40c93791c disallow plugins creating catch-all enter/exit handlers - closes #2906 2015-11-08 06:02:57 -08:00
Sebastian McKenzie
064fdb41fc remove use of gulp-rename and add gulp-plumber to prevent crashing on build errors 2015-11-08 06:02:36 -08:00
Sebastian McKenzie
5f8aa92ea3 add Symbol/GetOwnPropertySymbols to traceur ignore tests 2015-11-08 05:42:05 -08:00
Sebastian McKenzie
59759f28bb add Expression alias to TypeCastExpression - fixes #2889 2015-11-08 05:40:05 -08:00
Sebastian McKenzie
bab696c365 fix __proto__ clashes in parser in old v8 2015-11-08 05:34:11 -08:00
Sebastian McKenzie
0869d321b4 clean up _verifyNodeList error messages 2015-11-08 05:33:51 -08:00
Sebastian McKenzie
bcd639672d add defineEnumerableProperties helper 2015-11-08 05:33:42 -08:00
Sebastian McKenzie
ab6ec75905 add support for computed mutators in babel-plugin-transform-es2015-computed-properties 2015-11-08 05:33:35 -08:00
Sebastian McKenzie
9616e4b06c remove use of template literals in plugin regression exec test for unsupported environments 2015-11-08 05:33:13 -08:00
Sebastian McKenzie
9d8ee901d1 abstract out run exec test logic and add mutiline function 2015-11-08 05:32:59 -08:00
Sebastian McKenzie
288b470e73 reenable node 0.10 2015-11-08 05:32:45 -08:00
Sebastian McKenzie
3076063d47 move babel/register into a separate package 2015-11-08 04:05:13 -08:00
Sebastian McKenzie
b5b9794b3f switch to symbols and add matches parent helper function to abstract out matching 2015-11-08 03:41:15 -08:00