@fimbul/mimir
Advanced tools
Comparing version 0.24.0-dev.20210131 to 0.24.0-dev.20210214
{ | ||
"name": "@fimbul/mimir", | ||
"version": "0.24.0-dev.20210131", | ||
"version": "0.24.0-dev.20210214", | ||
"description": "Core rules of the Fimbullinter project", | ||
@@ -29,3 +29,3 @@ "main": "recommended.yaml", | ||
"dependencies": { | ||
"@fimbul/ymir": "0.22.0", | ||
"@fimbul/ymir": "0.24.0-dev.20210214", | ||
"chalk": "^4.0.0", | ||
@@ -32,0 +32,0 @@ "debug": "^4.0.0", |
@@ -60,3 +60,3 @@ "use strict"; | ||
if (node.kind === ts.SyntaxKind.NullKeyword) | ||
return [formatPrimitive(prefixFn(null))]; // tslint:disable-line:no-null-keyword | ||
return [formatPrimitive(prefixFn(null))]; | ||
if (tsutils_1.isIdentifier(node) && node.originalKeywordKind === ts.SyntaxKind.UndefinedKeyword) | ||
@@ -84,3 +84,3 @@ return [formatPrimitive(prefixFn(undefined))]; | ||
else if (t.flags & ts.TypeFlags.Null) { | ||
result.add(formatPrimitive(prefixFn(null))); // tslint:disable-line:no-null-keyword | ||
result.add(formatPrimitive(prefixFn(null))); | ||
} | ||
@@ -87,0 +87,0 @@ else { |
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
451935
+ Added@fimbul/ymir@0.24.0-dev.20210214(transitive)
- Removed@fimbul/ymir@0.22.0(transitive)