From f6c72e9ae9942e9c28bc302ef1ef9a976e5a5c79 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 11 Jan 2015 22:15:33 +1100 Subject: [PATCH] add newline to scope --- lib/6to5/traverse/scope.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/6to5/traverse/scope.js b/lib/6to5/traverse/scope.js index ff22708fb5..f02803c886 100644 --- a/lib/6to5/traverse/scope.js +++ b/lib/6to5/traverse/scope.js @@ -24,6 +24,7 @@ function Scope(block, parent) { } var vars = require("jshint/src/vars"); + Scope.defaultDeclarations = _.flatten([ vars.newEcmaIdentifiers, vars.node,