@fimbul/mimir
Advanced tools
Comparing version 0.19.0 to 0.20.0-dev.20190126
{ | ||
"name": "@fimbul/mimir", | ||
"version": "0.19.0", | ||
"version": "0.20.0-dev.20190126", | ||
"description": "Core rules of the Fimbullinter project", | ||
@@ -28,3 +28,3 @@ "main": "recommended.yaml", | ||
"dependencies": { | ||
"@fimbul/ymir": "^0.18.0", | ||
"@fimbul/ymir": "0.18.0", | ||
"chalk": "^2.3.2", | ||
@@ -31,0 +31,0 @@ "debug": "^4.0.0", |
@@ -14,3 +14,3 @@ "use strict"; | ||
check(type) { | ||
return (type.flags & primitiveFlags) === 0 && !isTypeofFunction(type); | ||
return tsutils_1.isEmptyObjectType(type) ? undefined : (type.flags & primitiveFlags) === 0 && !isTypeofFunction(type); | ||
}, | ||
@@ -17,0 +17,0 @@ }, |
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
388774
Updated@fimbul/ymir@0.18.0