@stencil/vue-output-target
Advanced tools
Comparing version 0.2.2-0 to 0.2.2-1
@@ -158,3 +158,5 @@ 'use strict'; | ||
}); | ||
sourceImports = `import type { ${cmpImports.join(', ')} } from '${normalizePath(componentsTypeFile)}';\n`; | ||
sourceImports = !outputTarget.componentCorePackage | ||
? `import type { ${cmpImports.join(', ')} } from '${normalizePath(componentsTypeFile)}';\n` | ||
: `import type { ${cmpImports.join(', ')} } from '${normalizePath(outputTarget.componentCorePackage)}';\n`; | ||
} | ||
@@ -161,0 +163,0 @@ else if (outputTarget.includePolyfills && outputTarget.includeDefineCustomElements) { |
@@ -149,3 +149,5 @@ import path from 'path'; | ||
}); | ||
sourceImports = `import type { ${cmpImports.join(', ')} } from '${normalizePath(componentsTypeFile)}';\n`; | ||
sourceImports = !outputTarget.componentCorePackage | ||
? `import type { ${cmpImports.join(', ')} } from '${normalizePath(componentsTypeFile)}';\n` | ||
: `import type { ${cmpImports.join(', ')} } from '${normalizePath(outputTarget.componentCorePackage)}';\n`; | ||
} | ||
@@ -152,0 +154,0 @@ else if (outputTarget.includePolyfills && outputTarget.includeDefineCustomElements) { |
@@ -34,3 +34,5 @@ import path from 'path'; | ||
}); | ||
sourceImports = `import type { ${cmpImports.join(', ')} } from '${normalizePath(componentsTypeFile)}';\n`; | ||
sourceImports = !outputTarget.componentCorePackage | ||
? `import type { ${cmpImports.join(', ')} } from '${normalizePath(componentsTypeFile)}';\n` | ||
: `import type { ${cmpImports.join(', ')} } from '${normalizePath(outputTarget.componentCorePackage)}';\n`; | ||
} | ||
@@ -37,0 +39,0 @@ else if (outputTarget.includePolyfills && outputTarget.includeDefineCustomElements) { |
{ | ||
"name": "@stencil/vue-output-target", | ||
"version": "0.2.2-0", | ||
"version": "0.2.2-1", | ||
"description": "Vue output target for @stencil/core components.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.cjs.js", |
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
40933
867