Sebastian McKenzie
248d457d87
remove parse API from referring to transformers
2015-09-15 06:11:14 +01:00
Sebastian McKenzie
6e38c037d5
removal redundant comments
2015-09-15 06:10:52 +01:00
Sebastian McKenzie
c7130181f7
clean up browser API
2015-09-15 06:10:38 +01:00
Ben Alpert
150720f431
Fix template loading when hidden files exist
...
This made debugging https://github.com/babel/babel/pull/2352 confusing
because I had some vim swap files so it didn't load any of the
templates. (I assume this was the original intention.)
2015-09-09 23:57:10 -07:00
Sebastian McKenzie
3b301c88da
add missing FunctionExpression conversion when wrapping a function expression in a call for async to generator helper - fixes #2325
2015-09-05 08:41:13 +01:00
Sebastian McKenzie
f770f337a4
add Scope#buildUndefinedNode method
2015-09-02 18:06:23 +01:00
Sebastian McKenzie
1ea835f42f
start moving more transformers to packages and finish import of plugins from babel-plugins
2015-09-01 08:37:37 +01:00
Sebastian McKenzie
ab78685124
remove deprecated features
2015-09-01 04:57:10 +01:00
Sebastian McKenzie
15f73b4fc3
remove noisy comments/documentation
2015-09-01 04:56:03 +01:00
Sebastian McKenzie
8d7b3c462f
unoverload Literal AST node
2015-09-01 04:49:16 +01:00
Sebastian McKenzie
310f38f3e7
remove polyfill from main package
2015-08-29 20:16:56 -07:00
Sebastian McKenzie
b8d53c1811
fix predence of destructuring parameters - fixes #2269
2015-08-27 11:10:22 -07:00
Sebastian McKenzie
310de83b63
update function arity to be the number of params to the left of a default/rest - fixes #2262
2015-08-25 17:33:05 -07:00
Sebastian McKenzie
171ba75140
split up block scoping transformer and embed TDZ into the main one rather than having a separate transformer
2015-08-24 15:32:48 -04:00
Sebastian McKenzie
f66090d383
add plugin modes
2015-08-24 15:32:20 -04:00
Sebastian McKenzie
112e0890fb
remove babel 5 backwards compat cli shim
2015-08-24 15:31:53 -04:00
Sebastian McKenzie
a4a347b4f0
Merge branch 'master' into development
...
Conflicts:
packages/babel/src/generation/generators/flow.js
packages/babel/src/generation/generators/types.js
packages/babel/src/transformation/transformers/es6/for-of.js
packages/babel/src/traversal/path/inference/inferers.js
packages/babel/src/types/index.js
packages/babel/src/util.js
packages/babel/test/util.js
2015-08-15 19:50:34 -04:00
Sebastian McKenzie
39fbd550c4
also transforming of File asts
2015-08-12 02:57:36 +01:00
Sebastian McKenzie
f923b2f5a4
remove object helper
2015-08-12 02:57:30 +01:00
Sebastian McKenzie
67c96b6ed5
move babel polyfill into a separate package
2015-08-12 02:57:12 +01:00
Sebastian McKenzie
3ef9bffcc2
split up babel core into multiple modules
2015-08-11 17:40:59 +01:00