James Kyle
8e03a2b720
Add descriptions to generation/generators/types
2015-07-11 12:53:26 -07:00
James Kyle
4e660f7b3e
Add descriptions to generation/generators/template-literals
2015-07-11 12:53:26 -07:00
James Kyle
63618f876c
Add descriptions to generation/generators/statements
2015-07-11 12:53:26 -07:00
James Kyle
155f3407bc
Add descriptions to generation/generators/modules
2015-07-11 12:53:26 -07:00
James Kyle
bf62042fe6
Add descriptions to generation/generators/methods
2015-07-11 12:53:26 -07:00
James Kyle
2a226b3a2b
Add descriptions to generation/generators/jsx
2015-07-11 12:53:26 -07:00
James Kyle
f996d6bfa6
Add descriptions to generation/generators/flow
2015-07-11 12:53:25 -07:00
James Kyle
89b1c387a0
Add descriptions to generation/generators/expressions
2015-07-11 12:53:25 -07:00
James Kyle
dfea7368e1
Add descriptions to generation/generators/comprehensions
2015-07-11 12:53:25 -07:00
James Kyle
06867dd52b
Add descriptions to generation/generators/classes
2015-07-11 12:53:25 -07:00
James Kyle
3f72a4b200
Add descriptions to generation/generators/base
2015-07-11 12:53:25 -07:00
James Kyle
ee286ed482
Add descriptions to api/node
2015-07-11 12:53:25 -07:00
James Kyle
8604c0c2cd
Add descriptions to api/browser
2015-07-11 12:53:25 -07:00
James Kyle
b2476b3603
Add descriptions to api/register/node
2015-07-11 12:53:24 -07:00
James Kyle
c2ebe7f26d
Add descriptions to api/register/cache
2015-07-11 12:53:24 -07:00
James Kyle
4809747304
Add placeholders
2015-07-11 12:53:23 -07:00
James Kyle
e572d25640
Add README files to be filled out
2015-07-11 12:43:56 -07:00
James Kyle
07e3d9a8df
Add intro inside of src/ directory
2015-07-11 12:43:56 -07:00
Sebastian McKenzie
be44e608e7
allowing specifying of babelrc config via package.json - closes #1818
2015-07-11 16:21:08 +01:00
Sebastian McKenzie
fedf894904
Begin transition of Babel to a more scalable architecture, async flow to allow for RPC and better build system for multiple packages
2015-07-11 12:39:54 +01:00
Sebastian McKenzie
7763c74563
Merge branch 'master' of github.com:babel/babel
2015-07-11 10:35:57 +01:00
Sebastian McKenzie
e45dc0fbaf
Merge pull request #1974 from loganfsmyth/hoist-class-inherits
...
Hoist class inheritance call so it runs before prototype use.
2015-07-11 09:59:47 +01:00
Sebastian McKenzie
8539182452
Merge pull request #1976 from cpojer/import-typeof
...
Add support for `import typeof`, fixes #1975
2015-07-11 09:58:49 +01:00
cpojer
18380d2aee
Add support for import typeof, fixes #1975
2015-07-11 01:54:25 -07:00
Logan Smyth
19b1032474
Hoist class inheritance call so it runs before prototype use - fixes #1972
2015-07-10 19:51:53 -07:00
Sebastian McKenzie
f7761982cd
fix logo url
2015-07-10 16:21:38 +01:00
Sebastian McKenzie
4b3b6970b4
add .js extensions
2015-07-10 16:16:41 +01:00
Sebastian McKenzie
6141c66a63
remove internal protection
2015-07-10 16:16:36 +01:00
Sebastian McKenzie
950d3d2280
Merge pull request #1969 from christophehurpeau/patch-1
...
option help add "separated by comma" for options whitelist, blacklist…
2015-07-10 15:29:36 +01:00
Christophe Hurpeau
12d7b33f62
option help add "separated by comma" for options whitelist, blacklist and optional
2015-07-10 16:29:07 +02:00
Sebastian McKenzie
f9c7d0d095
add validation to plugins
2015-07-10 02:59:50 +01:00
Sebastian McKenzie
efaa0608af
removed unused variable
2015-07-09 21:28:53 +01:00
Sebastian McKenzie
b522bfe822
update babel/register to work with new option manager and add filename option type
2015-07-09 21:25:06 +01:00
Sebastian McKenzie
9efb02f60f
rewrite options handling to be MUCH more maintainable and less like spaghetti
2015-07-09 21:11:51 +01:00
Sebastian McKenzie
9805c0387f
reenable travis node 0.10 testing
2015-07-09 19:17:12 +01:00
Sebastian McKenzie
81019ec76d
v5.6.17
v5.6.17
2015-07-09 19:04:26 +01:00
Sebastian McKenzie
b0d0adda9b
add 5.6.17 changelog
2015-07-09 19:03:32 +01:00
Sebastian McKenzie
d335535f04
Revert "Move ✅ into for block"
...
This reverts commit 1945f849c37195e64d959a83645a08330c29aeae.
# Conflicts:
# src/babel/generation/index.js
2015-07-09 19:01:37 +01:00
Sebastian McKenzie
f738c95c8d
Merge branch 'master' into development
2015-07-09 18:22:22 +01:00
Sebastian McKenzie
7fec1c98e5
Merge pull request #1962 from benjamn/development
...
Update regenerator to v0.8.34, and remove recast and ast-types from package.json.
2015-07-09 18:21:17 +01:00
Sebastian McKenzie
33ae022e4d
add ClassProperty handling to t.isReferenced - fixes #1961
2015-07-09 18:19:20 +01:00
Ben Newman
eac9e9b372
Update regenerator to v0.8.34, and remove recast and ast-types.
...
This version of Regenerator pegs recast to v0.10.18, which pegs ast-types
to v0.8.2, which contains special support for all Babel AST types:
https://github.com/benjamn/ast-types/blob/master/def/babel.js
This version of Regenerator also exports the ast-types module object that
it uses (as regenerator.types), so that consumers like Babel can refer to
the exact same copy of ast-types when necessary, rather than requiring
ast-types themselves. Why that was risky: #1958 .
2015-07-09 13:12:58 -04:00
Sebastian McKenzie
eb6b38d3a8
add 5.6.13-5.6.16 changelogs
2015-07-09 16:30:45 +01:00
Sebastian McKenzie
8111ab28d7
v5.6.16
v5.6.16
2015-07-09 16:13:06 +01:00
Sebastian McKenzie
ed25845152
remove accidental stackTraceLimit assignment
2015-07-09 16:12:06 +01:00
Sebastian McKenzie
457638e904
add type comments to t.valueToNode
2015-07-09 16:11:57 +01:00
Sebastian McKenzie
2e5255dbf5
peg recast version - fixes #1958
2015-07-09 16:11:46 +01:00
Brian Donovan
86095d9dac
Merge pull request #1951 from zbraniecki/traverse-in-plugins-typo
...
Fix a typo in plugin-manager import of traverse
2015-07-08 13:13:19 -07:00
Zibi Braniecki
02dd785d02
Fix a typo in plugin-manager import of traverse
2015-07-08 13:06:59 -07:00
Sebastian McKenzie
205fab2ed8
split up badges
2015-07-08 14:58:31 +01:00