Sebastian McKenzie
|
a0fdb77413
|
v6.5.1
|
2016-02-08 02:18:10 +00:00 |
|
Sebastian McKenzie
|
bc2f84f371
|
Fix API change that e7187faea64b64d65a17c57d6578903f1fff27d6 introduced that wasn't changed in babel-register. Also use an object rather than a long ass list of arguments.
|
2016-02-08 02:17:09 +00:00 |
|
Amjad Masad
|
ba40f6979b
|
Merge pull request #3333 from loganfsmyth/improve-cli-error
Improve the error messaging for using the wrong CLI script.
|
2016-02-07 14:37:15 -08:00 |
|
Henry Zhu
|
04137d363f
|
Merge pull request #3328 from babel/tests-docs
Docs: update CONTRIBUTING to include some information on how tests wo…
|
2016-02-07 17:27:58 -05:00 |
|
Henry Zhu
|
8191681dfa
|
Merge pull request #3325 from babel/npm3
Add note about developing with npm 3.
|
2016-02-07 09:27:49 -05:00 |
|
Henry Zhu
|
24c759a229
|
Merge pull request #3329 from loganfsmyth/export-specifier-validator
Fix export specifier validator.
|
2016-02-07 09:27:09 -05:00 |
|
Logan Smyth
|
c67905ac93
|
Add tests for class property ASI.
|
2016-02-06 23:01:38 -08:00 |
|
Logan Smyth
|
b13be640fa
|
Check BindExpression callee for reference - fixes T6984
|
2016-02-06 22:17:46 -08:00 |
|
Henry Zhu
|
f3fca16838
|
Merge pull request #3330 from loganfsmyth/recommend-nonglobal
Remove global install recommendation.
|
2016-02-06 22:19:41 -05:00 |
|
Logan Smyth
|
256cb18656
|
Improve the error messaging for using the wrong CLI script.
|
2016-02-06 19:09:14 -08:00 |
|
Logan Smyth
|
63b328ce87
|
Revert "babylon: throw parse error if class properties do not have a semicolon (fixes T6873)"
This reverts commit 976edfc06740e434d1d5b136e28996a77f909403.
|
2016-02-06 18:36:31 -08:00 |
|
Logan Smyth
|
89ae1dc258
|
Revert "babylon: fix error location for class properties with a missing semicolon"
This reverts commit f31099f383b52cf4fe1786188f6421529dea865b.
|
2016-02-06 18:36:22 -08:00 |
|
Henry Zhu
|
f9f8ad6eff
|
v6.5.0
|
2016-02-06 19:06:41 -05:00 |
|
Logan Smyth
|
50e9016002
|
Remove global install recommendation.
|
2016-02-06 13:53:42 -08:00 |
|
Logan Smyth
|
ccf3875a67
|
Fix export specifier validator.
|
2016-02-06 13:49:34 -08:00 |
|
Henry Zhu
|
eb7d697957
|
remove unnecessary stuff, add more links
|
2016-02-06 16:04:02 -05:00 |
|
Henry Zhu
|
773dcbc5d5
|
Docs: update CONTRIBUTING to include some information on how tests work in plugins
|
2016-02-06 16:01:22 -05:00 |
|
Eetu Latja
|
9d5184ffb2
|
Fix spread to work with super method calls
|
2016-02-06 19:31:42 +02:00 |
|
Henry Zhu
|
cee7619f73
|
Add note about developing with npm 3.
|
2016-02-06 10:06:56 -05:00 |
|
Henry Zhu
|
31404b9bdc
|
Merge pull request #3302 from babel/6.5.0-changelog
add 6.5.0 changelog
|
2016-02-05 17:21:20 -05:00 |
|
Henry Zhu
|
6b751a53da
|
Add 6.5.0 changelog [ci skip]
|
2016-02-05 17:18:30 -05:00 |
|
Amjad Masad
|
e24be1a051
|
Merge pull request #3305 from jviereck/T7052
Fix: Arrow functions with trailing comma + return type are throwing an error when parsing
|
2016-02-05 13:50:57 -08:00 |
|
Henry Zhu
|
4e619db873
|
Merge pull request #3324 from zjmiller/master
Parenthize "in" in for-loop init, even when init has nested for-loop
|
2016-02-05 15:50:11 -05:00 |
|
Henry Zhu
|
a757e26005
|
Merge pull request #3312 from erikdesjardins/hoist-async
Fix T6882 (async functions are not hoisted)
|
2016-02-05 15:32:26 -05:00 |
|
Zachary Miller
|
33b4ef5d52
|
Parenthize "in" in for-loop init, even when init has nested for-loop
|
2016-02-05 14:28:01 -06:00 |
|
Henry Zhu
|
1eb8b9dff2
|
Merge pull request #3319 from jeffmo/flow_leading_pipes
Add support for leading pipes in Flow type alias RHS syntax
|
2016-02-05 13:53:07 -05:00 |
|
Jeff Morrison
|
e6951e99f0
|
Add support for leading pipes in Flow type alias RHS syntax
|
2016-02-05 13:23:55 -05:00 |
|
Henry Zhu
|
98fa405b91
|
Merge pull request #3322 from babel/update-gcc
Update gcc for compiling modules in node 4/5
|
2016-02-04 20:41:23 -05:00 |
|
Henry Zhu
|
a24a61c6c7
|
Update gcc for compiling modules in node 4/5
|
2016-02-04 18:52:23 -05:00 |
|
Henry Zhu
|
fff27b458f
|
Internal: actually fail/exit when flow fails
|
2016-02-04 18:47:00 -05:00 |
|
Henry Zhu
|
526151c580
|
Merge pull request #3321 from babel/babylon-test
Docs: add information on writing tests in babylon
|
2016-02-04 17:57:18 -05:00 |
|
Henry Zhu
|
12f286143e
|
Docs: add information on writing tests in babylon
|
2016-02-04 17:42:25 -05:00 |
|
Amjad Masad
|
bcc32da0d9
|
Merge pull request #3316 from forivall/babel-generator-simplify-node
Simplify babel-generator/node/index.js
|
2016-02-04 14:10:16 -08:00 |
|
Henry Zhu
|
f8036c7230
|
Merge pull request #3311 from babel/object-body
[T7047] Consider arrow functions when parenthesizing object expressions
|
2016-02-04 14:44:22 -05:00 |
|
Henry Zhu
|
807e190728
|
Merge pull request #3186 from hzoo/add-some-flow
add some more flow types
|
2016-02-04 11:10:02 -05:00 |
|
Henry Zhu
|
f59faeeeaa
|
only run flow check in CI if npm 3
|
2016-02-04 11:07:05 -05:00 |
|
Henry Zhu
|
3522148255
|
update babel-eslint and eslint
|
2016-02-04 11:07:04 -05:00 |
|
Henry Zhu
|
e998e53466
|
run generate-iterfaces
|
2016-02-04 11:07:04 -05:00 |
|
Henry Zhu
|
c2d7e95e1a
|
add some more flow types
|
2016-02-04 11:07:03 -05:00 |
|
Henry Zhu
|
7d2ec4aa7f
|
Merge pull request #3318 from babel/test-3303
make a test for #3303
|
2016-02-04 10:56:44 -05:00 |
|
Henry Zhu
|
9182fcd71b
|
make a test for #3303
|
2016-02-04 10:54:14 -05:00 |
|
Henry Zhu
|
26cd517932
|
Merge pull request #3303 from BlackGlory/patch-1
Throw a TypeError when falsy value found in plugins
|
2016-02-04 10:50:38 -05:00 |
|
Sebastian McKenzie
|
effaf820c3
|
Merge pull request #3317 from babel/add-make-build
make publish: add make build in case it wasn't run
|
2016-02-04 15:17:00 +00:00 |
|
Henry Zhu
|
9f5314ad42
|
make publish: add make build in case it wasn't run
|
2016-02-04 09:58:57 -05:00 |
|
Jordan Klassen
|
8fd329a2f4
|
Remove "Node" class from generator, just use module
The Node class was unused as a class
|
2016-02-03 16:51:10 -08:00 |
|
Amjad Masad
|
6bb7eb0c78
|
Merge pull request #3300 from gzzhanghao/gen-fix
Fix generators with default args
|
2016-02-03 15:46:39 -08:00 |
|
Sebastian McKenzie
|
f08ce440ab
|
Merge pull request #3314 from guybedford/template-source-maps
PR for T6903 - fixing System source maps
|
2016-02-03 23:45:41 +00:00 |
|
guybedford
|
5a0d5dc500
|
babel-template clearNode fix to not remove existing sourceMaps (T6903)
|
2016-02-04 01:31:18 +02:00 |
|
Sebastian McKenzie
|
19591b709f
|
Merge pull request #3313 from babel/analyse-api
Add babel.analyze
|
2016-02-03 22:01:39 +00:00 |
|
Sebastian McKenzie
|
35e8250b57
|
add a top level analyze method for path marking sugar
|
2016-02-03 21:29:47 +00:00 |
|