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"] }