From a955af06e003d2ebaad3b86389fefc34d0b20931 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 28 Jan 2015 14:14:55 +1100 Subject: [PATCH] remove opts from transform output --- lib/6to5/file.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/6to5/file.js b/lib/6to5/file.js index adbcfa9ba7..9cdb87b108 100644 --- a/lib/6to5/file.js +++ b/lib/6to5/file.js @@ -349,7 +349,6 @@ File.prototype.generate = function () { var result = { code: "", - opts: opts, map: null, ast: null };