@travetto/compiler
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -31,3 +31,3 @@ { | ||
"scripts": {}, | ||
"version": "0.1.2" | ||
"version": "0.1.3" | ||
} |
@@ -41,4 +41,4 @@ import * as ts from 'typescript'; | ||
const { path } = state.imports.get(ident.escapedText! as string)!; | ||
console.log(path, ident.escapedText!); | ||
const packages = patterns[ident.escapedText as string]; | ||
if (path.includes('@travetto') || (!path.includes('node_modules') && AppInfo.PACKAGE === '@travetto')) { | ||
@@ -45,0 +45,0 @@ let pkg = ''; |
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
29774
756