From 43ee3b77f39ff1a40ef14447a255684ced68a4d5 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Tue, 4 Nov 2014 12:47:39 +1100 Subject: [PATCH] add SequenceExpression and UnaryExpression builders --- lib/6to5/types/builder-keys.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/6to5/types/builder-keys.json b/lib/6to5/types/builder-keys.json index c7f0695560..8a85f2ef0a 100644 --- a/lib/6to5/types/builder-keys.json +++ b/lib/6to5/types/builder-keys.json @@ -13,6 +13,8 @@ "ObjectExpression": ["properties"], "Property": ["kind", "key", "value"], "ReturnStatement": ["argument"], + "SequenceExpression": ["expressions"], + "UnaryExpression": ["operator", "argument", "prefix"], "VariableDeclaration": ["kind", "declarations"], "VariableDeclarator": ["id", "init"] }