From 97784c8cca7f44c5c7d543cf5b91e0f1be7145a9 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 8 Feb 2015 21:19:01 +1100 Subject: [PATCH] comment out tailCall transformer --- lib/6to5/transformation/transformers/es6/tail-call.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/6to5/transformation/transformers/es6/tail-call.js b/lib/6to5/transformation/transformers/es6/tail-call.js index 9ebf682220..0f38fb697e 100644 --- a/lib/6to5/transformation/transformers/es6/tail-call.js +++ b/lib/6to5/transformation/transformers/es6/tail-call.js @@ -1,5 +1,6 @@ "use strict"; +/* var t = require("../../../types"); function transformExpression(node, scope, state) { @@ -84,8 +85,6 @@ var functionVisitor = { exports.FunctionDeclaration = exports.FunctionExpression = function (node, parent, scope, file) { - return; - var tempId, helperRef; var state = { @@ -116,3 +115,4 @@ exports.FunctionExpression = function (node, parent, scope, file) { ])); } }; +*/