strip-debug
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -7,2 +7,6 @@ 'use strict'; | ||
// esprima@2.1 introduces a "handler" property on TryStatement, so we would | ||
// loop the same node twice (see jquery/esprima/issues/1031 and #264) | ||
rocambole.BYPASS_RECURSION.handler = true; | ||
module.exports = function (src) { | ||
@@ -9,0 +13,0 @@ return rocambole.moonwalk(src, function (node) { |
{ | ||
"name": "strip-debug", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Strip console, alert, and debugger statements from JavaScript code", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
3794
43