@fimbul/mimir
Advanced tools
Comparing version 0.4.0 to 0.5.0-dev.20180311
{ | ||
"name": "@fimbul/mimir", | ||
"version": "0.4.0", | ||
"version": "0.5.0-dev.20180311", | ||
"description": "Core rules of the Fimbullinter project", | ||
@@ -5,0 +5,0 @@ "main": "recommended.yaml", |
@@ -82,3 +82,3 @@ "use strict"; | ||
let sourceType = this.checker.getTypeAtLocation(node.expression); | ||
if ((targetType.flags & (ts.TypeFlags.TypeParameter)) === 0 && (sourceType.flags & ts.TypeFlags.Literal) === 0) { | ||
if ((targetType.flags & ts.TypeFlags.TypeParameter) === 0 && (sourceType.flags & ts.TypeFlags.Literal) === 0) { | ||
targetType = this.checker.getApparentType(targetType); | ||
@@ -85,0 +85,0 @@ sourceType = this.checker.getApparentType(sourceType); |
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
164747