From 6822c854d46c42e0b1d23b6508fc885417e27eed Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 19 Nov 2014 12:40:44 +1100 Subject: [PATCH] add interop-require declaration --- lib/6to5/file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/6to5/file.js b/lib/6to5/file.js index 24b3c7350d..c7222c989f 100644 --- a/lib/6to5/file.js +++ b/lib/6to5/file.js @@ -19,7 +19,7 @@ function File(opts) { } File.declarations = ["extends", "class-props", "slice", "apply-constructor", - "tagged-template-literal"]; + "tagged-template-literal", "interop-require"]; File.normaliseOptions = function (opts) { opts = _.cloneDeep(opts || {});