@ssen/collect-dependencies
Advanced tools
Comparing version 0.2.10 to 1.0.0-alpha.1
@@ -59,3 +59,5 @@ "use strict"; | ||
// import from '?' | ||
if (typescript_1.default.isImportDeclaration(node) && typescript_1.default.isStringLiteralLike(node.moduleSpecifier) && node.moduleSpecifier.text) { | ||
if (typescript_1.default.isImportDeclaration(node) && | ||
typescript_1.default.isStringLiteralLike(node.moduleSpecifier) && | ||
node.moduleSpecifier.text) { | ||
importPaths.add(node.moduleSpecifier.text); | ||
@@ -62,0 +64,0 @@ } |
@@ -14,3 +14,3 @@ { | ||
"name": "@ssen/collect-dependencies", | ||
"version": "0.2.10", | ||
"version": "1.0.0-alpha.1", | ||
"dependencies": { | ||
@@ -17,0 +17,0 @@ "type-fest": "^0.15.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
16733
224