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,