diff --git a/lib/6to5/transformation/templates/object-define-properties-closure.js b/lib/6to5/transformation/templates/object-define-properties-closure.js new file mode 100644 index 0000000000..a4e51eaf06 --- /dev/null +++ b/lib/6to5/transformation/templates/object-define-properties-closure.js @@ -0,0 +1,5 @@ + +(function (KEY) { + CONTENT; + return KEY; +})(OBJECT);