48 Commits

Author SHA1 Message Date
Amjad Masad
ed4a5fb811 get rid of _let 2015-11-11 10:42:55 -08:00
Sebastian McKenzie
03383bdf31 v6.1.4 2015-11-11 02:04:26 -08:00
Sebastian McKenzie
28a13bd400 add missing babel-types constants file 2015-11-10 02:54:38 -08:00
Sebastian McKenzie
a59e5eecc8 fix cyclic dependency issue in babel-types 2015-11-10 00:16:52 -08:00
Henry Zhu
ce5b27fed8 babel-types: add validators for core 2015-11-09 17:56:21 -05:00
Henry Zhu
d4a1127012 babel-types: add validators for es2015 exports 2015-11-09 13:54:36 -05:00
Nicolas Gilbert
3eec81763f Fix wrong assertion type on es2015 type definitions 2015-11-09 21:12:05 +13:00
Sebastian McKenzie
59759f28bb add Expression alias to TypeCastExpression - fixes #2889 2015-11-08 05:40:05 -08:00
Sebastian McKenzie
8280e18ed4 remove force inheriting of symbols from t.inherits 2015-11-08 03:40:41 -08:00
Sebastian McKenzie
0370402a0d fix lint errors 2015-11-06 20:55:05 -05:00
Sebastian McKenzie
e80c206591 clear and inherit all symbols and underscore propertes in t.inherits and traverse.removeProperties 2015-11-06 20:52:59 -05:00
Sebastian McKenzie
f2215915ff v6.1.2 2015-11-05 11:10:22 +00:00
Sebastian McKenzie
7dc1b4e7e9 add ExistentialTypeParam - fixes #2587 2015-11-03 13:48:03 +00:00
Sebastian McKenzie
072fffcbdf v6.0.19 2015-11-03 03:14:31 +00:00
Sebastian McKenzie
8ec3e16794 fix remaining outer binding identifier issues 2015-11-03 03:13:39 +00:00
Sebastian McKenzie
64a9a6027e refactor t.getOuterBindingIdentifiers to only return the id if it's a function declaration 2015-11-03 03:05:57 +00:00
Sebastian McKenzie
56e9805657 v6.0.18 2015-11-03 01:23:11 +00:00
Sebastian McKenzie
85dd7ec40e add error for too many builder method args 2015-11-03 01:20:17 +00:00
Sebastian McKenzie
06afafa8ff remove comprehension support from t.getBindingIdentifiers 2015-11-03 01:20:04 +00:00
Sebastian McKenzie
e62a00df50 rename NumberLiteral to NumericLiteral and RegexLiteral to RegExpLiteral 2015-11-03 01:19:35 +00:00
Sebastian McKenzie
9bc95258e6 v6.0.17 2015-11-02 19:53:45 +00:00
Sebastian McKenzie
d1d0ed901e fix export of parameters when renaming the binding of exported functions - fixes #2753 2015-11-02 19:24:23 +00:00
Sebastian McKenzie
c865cb4bf9 v6.0.15 2015-11-01 22:07:03 +00:00
Sebastian McKenzie
8e35c0b615 fix babel-runtime version in some packages 2015-10-30 23:45:34 +00:00
Sebastian McKenzie
34665bdfda v6.0.14 2015-10-30 23:30:40 +00:00
James Kyle
20e002a313 Update package.json 2015-10-30 11:38:00 -07:00
Sebastian McKenzie
3a7d258c5c v6.0.13 2015-10-30 05:07:39 +00:00
Sebastian McKenzie
b81039e3e5 don't consider uncomputed object method property identifier to be a reference - fixes #2650 2015-10-30 05:06:45 +00:00
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