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
d96ccd9763
Merge branch 'master' into development
2015-11-10 00:06:41 -08:00
Sebastian McKenzie
06bc0ef50c
remove appveyor
2015-11-09 22:58:17 -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
965690ac80
switch appveyor command to install mingw instead of make
2015-11-09 20:55:25 -08:00
Sebastian McKenzie
17d47267ca
add choco install make to appveyor
2015-11-09 19:27:10 -08:00
Sebastian McKenzie
4479aed11c
add os: unstable to appveyor config
2015-11-09 19:12:31 -08:00
Sebastian McKenzie
70790c2d36
add appveyor badge
2015-11-09 19:04:10 -08:00
James Kyle
3c3ee42850
Merge pull request #2950 from babel/hzoo-patch-2
...
fix circleci link
2015-11-09 19:03:27 -08:00
Sebastian McKenzie
306be9eb94
add appveyor.yml
2015-11-09 19:02:30 -08:00
Henry Zhu
2f27ca7cb7
fix circleci link
2015-11-09 21:37:42 -05:00
Sebastian McKenzie
5e02ba9b48
remove wanky badges
2015-11-09 18:21:24 -08:00
Sebastian McKenzie
f47be98cf2
Merge branch 'development'
...
Conflicts:
package.json
2015-11-09 18:20:23 -08:00
Sebastian McKenzie
8b424452a2
remove open command from test-cov
2015-11-09 18:11:13 -08:00
Sebastian McKenzie
837091e3e9
clean up test-ci task
2015-11-09 17:58:48 -08:00
Sebastian McKenzie
5a8fa4ccf1
add 10s timeout to mocha tests
2015-11-09 17:58:36 -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
Henry Zhu
a2efb41748
Merge pull request #2927 from chalbert/fix-es2015-assertion-type
...
Fix wrong assertion type on es2015 type definitions
2015-11-09 13:48:17 -05:00
Nicolas Gilbert
68e1e3c90c
Merge remote-tracking branch 'babel/master' into fix-es2015-assertion-type
...
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2015-11-10 06:40:43 +13:00
Henry Zhu
00b082a3de
Merge pull request #2938 from hzoo/eslint
...
pin eslint to 1.8.0
2015-11-09 11:55:58 -05:00
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