ts-api-utils
Advanced tools
Comparing version 1.0.0-beta to 1.0.0
@@ -920,2 +920,5 @@ // src/comments.ts | ||
} | ||
function intersectionTypeParts(type) { | ||
return isIntersectionType(type) ? type.types : [type]; | ||
} | ||
function isReadonlyPropertyIntersection(type, name, typeChecker) { | ||
@@ -1033,2 +1036,3 @@ const typeParts = isIntersectionType(type) ? type.types : [type]; | ||
includesModifier, | ||
intersectionTypeParts, | ||
isAbstractKeyword, | ||
@@ -1035,0 +1039,0 @@ isAccessExpression, |
{ | ||
"name": "ts-api-utils", | ||
"version": "1.0.0-beta", | ||
"version": "1.0.0", | ||
"description": "Utility functions for working with TypeScript's API. Successor to the wonderful tsutils.", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
284379
5899
1