Comparing version 3.7.1 to 3.7.2
@@ -170,8 +170,3 @@ 'use strict'; | ||
try { | ||
var ast = parser.parse(code, name); | ||
} catch (error) { | ||
console.error(error.toString()); | ||
throw error; | ||
} | ||
var ast = parser.parse(code, name); | ||
@@ -178,0 +173,0 @@ // Transforms |
{ | ||
"name": "monkberry", | ||
"version": "3.7.1", | ||
"version": "3.7.2", | ||
"description": "JavaScript DOM Template Engine", | ||
@@ -5,0 +5,0 @@ "bin": "bin/monkberry", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
109053
2491