Sebastian McKenzie
03383bdf31
v6.1.4
2015-11-11 02:04:26 -08:00
Sebastian McKenzie
e09d442be6
remove redundant test
2015-11-11 02:02:39 -08:00
Sebastian McKenzie
ea59e23633
Merge branch 'development'
2015-11-11 02:01:19 -08:00
Sebastian McKenzie
2658adf7e4
Merge branch 'master' of github.com:babel/babel
2015-11-11 02:00:50 -08:00
Ben Alpert
3cad287233
Use a helper function for React "inlining"
...
Either due to lower parsing costs or better type inference, this seems
to perform better than direct object inlining. (All along, the main win
was skipping a loop through props, not avoiding a function call.)
2015-11-10 21:10:06 -08:00
Sebastian McKenzie
f601e62678
add regression test - fixes #2941
2015-11-10 16:02:45 -08:00
Sebastian McKenzie
54c13eef5c
fix exported classes with static class properties - fixes #2868
2015-11-10 15:56:22 -08:00
Henry Zhu
4751caab3b
babel-plugin-transform-x: add test to .npmignore
2015-11-10 17:53:30 -05:00
Sebastian McKenzie
29f756fd6f
add regression tests - closes #2663
2015-11-10 14:40:30 -08:00
Sebastian McKenzie
482e4229db
Merge branch 'development'
2015-11-10 14:26:48 -08:00
Sebastian McKenzie
884252b90f
increase test coverage
2015-11-10 14:26:40 -08:00
Sebastian McKenzie
e65e6bb19d
Merge pull request #2963 from jimfb/master
...
Added jsx-source plugin
2015-11-10 13:58:24 -08:00
jim
f4049db99d
Added jsx-source plugin
2015-11-10 13:49:46 -08:00
Sebastian McKenzie
985e71f288
Merge pull request #2953 from zloirock/update-runtime-definition
...
Update definition entry points for runtime
2015-11-10 03:43:18 -08:00
Sebastian McKenzie
a55f210c7f
fix buildExternalHelpers whitelist not including underscored helpers - fixes #2940
2015-11-10 03:40:35 -08:00
Sebastian McKenzie
28a13bd400
add missing babel-types constants file
2015-11-10 02:54:38 -08:00
ForbesLindesay
5f1329ef5a
Fix lint error
2015-11-10 10:38:46 +00:00
ForbesLindesay
650cb22fd8
s/aliases/Aliases:/
2015-11-10 10:34:36 +00:00
ForbesLindesay
4f9bff0c6b
Generate documentation for babel-types
2015-11-10 10:34:36 +00:00
Denis Pushkarev
4b9dc79aa4
update definition entry points for runtime
2015-11-10 15:52:37 +06:00
Sebastian McKenzie
a59e5eecc8
fix cyclic dependency issue in babel-types
2015-11-10 00:16:52 -08:00
Sebastian McKenzie
6044d559ec
Merge pull request #2936 from babel/hzoo-patch-1
...
babel-types: update validators
2015-11-09 20:56:45 -08:00
Sebastian McKenzie
f47be98cf2
Merge branch 'development'
...
Conflicts:
package.json
2015-11-09 18:20:23 -08:00
Sebastian McKenzie
5eeaf6597f
add babel-runtime to babel-plugin-transform-regenerator package
2015-11-09 17:42:12 -08:00
Sebastian McKenzie
f53ac0a09c
remove assertion
2015-11-09 17:37:23 -08:00
Sebastian McKenzie
10158b5ae7
minor nits
2015-11-09 17:35:51 -08:00
James Kyle
cd11f1e4f5
double quotes
2015-11-09 15:59:43 -08:00
Henry Zhu
ce5b27fed8
babel-types: add validators for core
2015-11-09 17:56:21 -05:00
Henry Zhu
d4a1127012
babel-types: add validators for es2015 exports
2015-11-09 13:54:36 -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
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
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
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
52363ab8d8
remove err.stack hack
2015-11-08 06:56:18 -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
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
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