dependency-injection-cat
Advanced tools
Comparing version 0.2.5 to 0.2.6
# Changelog | ||
## 0.2.5 | ||
## 0.2.5 - 0.2.6 | ||
@@ -5,0 +5,0 @@ - [Fix] Fixed ReportErrorsTypescriptPlugin |
{ | ||
"name": "dependency-injection-cat", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "types": "index.d.ts", |
@@ -7,8 +7,10 @@ "use strict"; | ||
return (function (context) { | ||
var message = CompilationContext_1.CompilationContext.getErrorMessage(); | ||
if (message !== null) { | ||
throw new CompilationError_1.CompilationError(message); | ||
} | ||
return function (node) { return node; }; | ||
return function (node) { | ||
var message = CompilationContext_1.CompilationContext.getErrorMessage(); | ||
if (message !== null) { | ||
throw new CompilationError_1.CompilationError(message); | ||
} | ||
return node; | ||
}; | ||
}); | ||
}); |
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
238912
4482