Sebastian McKenzie
|
8a32666052
|
remove dead options
|
2015-09-15 06:32:49 +01:00 |
|
Sebastian McKenzie
|
c10af9236e
|
remove transformerList option parser and remove redundant comments
|
2015-09-15 06:32:37 +01:00 |
|
Sebastian McKenzie
|
69f67c9ec3
|
merge plugin manager into option manager
|
2015-09-15 06:32:24 +01:00 |
|
Sebastian McKenzie
|
4924a9adea
|
add store class
|
2015-09-15 06:32:04 +01:00 |
|
Sebastian McKenzie
|
dff098e77b
|
rename errorWithNode to buildCodeFrameError and when erroring on dynamic nodes try and estimate a location
|
2015-09-15 06:31:51 +01:00 |
|
Sebastian McKenzie
|
c00bf262a7
|
update to new visitor method signature
|
2015-09-15 06:30:39 +01:00 |
|
Sebastian McKenzie
|
945c2587e1
|
remove metadata from plugins, simplify intialisation of a plugin
|
2015-09-15 06:29:51 +01:00 |
|
Sebastian McKenzie
|
6c656e30bc
|
make PluginPass the state each plugin visitor gets
|
2015-09-15 06:29:30 +01:00 |
|
Sebastian McKenzie
|
b865b8862e
|
remove filters, aliases, deprecations and more from plugin pipeline
|
2015-09-15 06:29:07 +01:00 |
|
Sebastian McKenzie
|
8d5a93d4da
|
move block-hoist and shadow-functions to internal plugins
|
2015-09-15 06:28:27 +01: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
|
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
|
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
|
f923b2f5a4
|
remove object helper
|
2015-08-12 02:57:30 +01:00 |
|
Sebastian McKenzie
|
3ef9bffcc2
|
split up babel core into multiple modules
|
2015-08-11 17:40:59 +01:00 |
|