20 Commits

Author SHA1 Message Date
Sebastian McKenzie
69f17f7df1 v6.0.12 2015-10-30 04:53:38 +00:00
James Kyle
820a2fc5fb Delete README.md 2015-10-29 20:45:33 -07:00
Sebastian McKenzie
a8cf46d8f4 v6.0.2 2015-10-29 18:06:55 +00:00
Sebastian McKenzie
b2af8af7c8 v6.0.0 2015-10-29 18:02:15 +00:00
Sebastian McKenzie
ae7d5367f1 6.0.0
I'm extremely stupid and didn't commit as I go. To anyone reading this
I'm extremely sorry. A lot of these changes are very broad and I plan on
releasing Babel 6.0.0 today live on stage at Ember Camp London so I'm
afraid I couldn't wait. If you're ever in London I'll buy you a beer
(or assorted beverage!) to make up for it, also I'll kiss your feet and
give you a back massage, maybe.
2015-10-29 17:51:24 +00:00
Sebastian McKenzie
cfec910a17 add validation to node builders 2015-09-15 06:26:17 +01:00
Sebastian McKenzie
392b7b0333 ignore ExportDefaultSpecifiers and ExportNamespaceSpecifiers in t.isReferenced - fixes #2324 2015-09-05 03:05:29 +01:00
Sebastian McKenzie
213a9923b9 add builder keys for JSXElement and add starter validation 2015-09-03 15:45:43 +01:00
Sebastian McKenzie
b6b553f27f update JSXElement visitor keys - fixes #2318 2015-09-03 15:45:26 +01:00
Sebastian McKenzie
3831b1b37a add support for bind expression to t.isReferenced 2015-09-02 18:06:51 +01:00
Sebastian McKenzie
3f69534ae5 add JSXText 2015-09-02 18:06:42 +01:00
Sebastian McKenzie
268d575e12 remove noisy comments 2015-09-01 05:00:50 +01:00
Sebastian McKenzie
1d31db29a5 identify function parameters as binding parameters 2015-09-01 04:59:40 +01:00
Sebastian McKenzie
0bf747c214 convert stragellers to unoverloaded Literal nodes 2015-09-01 04:58:44 +01:00
Sebastian McKenzie
59f71a3a09 add validation to babel-types - fixes #1858 2015-09-01 04:58:11 +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
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
ebc80fe804 add missing npmignore files to packages 2015-08-12 02:57:46 +01:00
Sebastian McKenzie
3ef9bffcc2 split up babel core into multiple modules 2015-08-11 17:40:59 +01:00