From 812d93553a80c7ccda8b953f05c45030c8e7424c Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 8 Feb 2015 21:17:21 +1100 Subject: [PATCH] temporairly disable tailCall transformer --- lib/6to5/transformation/transformers/es6/tail-call.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/6to5/transformation/transformers/es6/tail-call.js b/lib/6to5/transformation/transformers/es6/tail-call.js index e18b8c319a..9ebf682220 100644 --- a/lib/6to5/transformation/transformers/es6/tail-call.js +++ b/lib/6to5/transformation/transformers/es6/tail-call.js @@ -84,6 +84,8 @@ var functionVisitor = { exports.FunctionDeclaration = exports.FunctionExpression = function (node, parent, scope, file) { + return; + var tempId, helperRef; var state = {