From 194fb77b9c4492da4f0369585759fd73e0259c5d Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 14 Dec 2014 12:17:28 +1100 Subject: [PATCH] add WithStatement buider keys --- lib/6to5/types/builder-keys.json | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/6to5/types/builder-keys.json b/lib/6to5/types/builder-keys.json index 45c315a50b..1d7484b568 100644 --- a/lib/6to5/types/builder-keys.json +++ b/lib/6to5/types/builder-keys.json @@ -24,5 +24,6 @@ "UnaryExpression": ["operator", "argument", "prefix"], "VariableDeclaration": ["kind", "declarations"], "VariableDeclarator": ["id", "init"], + "WithStatement": ["object", "body"], "YieldExpression": ["argument", "delegate"] }