broccoli-es6-module-transpiler
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -56,3 +56,8 @@ var Filter = require('broccoli-filter'); | ||
return compiler[transpilerMethods[this.type]](); | ||
try { | ||
return compiler[transpilerMethods[this.type]](); | ||
} catch(e) { | ||
e.file = filePath; | ||
throw e; | ||
} | ||
}; | ||
@@ -59,0 +64,0 @@ |
{ | ||
"name": "broccoli-es6-module-transpiler", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Broccoli plugin for Square's ES6 Module Transpiler", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
5071
56