From c637575cab331b89720d3a7589583cc76300debc Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sat, 21 Feb 2015 14:21:31 +1100 Subject: [PATCH] remove tail-call template --- lib/babel/transformation/file.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/babel/transformation/file.js b/lib/babel/transformation/file.js index 86cd6cf9e3..9713fe1f6d 100644 --- a/lib/babel/transformation/file.js +++ b/lib/babel/transformation/file.js @@ -60,7 +60,6 @@ File.helpers = [ "object-destructuring-empty", "temporal-undefined", "temporal-assert-defined", - "tail-call", "self-global" ];