@stencil/vue-output-target
Advanced tools
Comparing version 0.2.2-1 to 0.2.2-2
@@ -159,4 +159,4 @@ 'use strict'; | ||
sourceImports = !outputTarget.componentCorePackage | ||
? `import type { ${cmpImports.join(', ')} } from '${normalizePath(componentsTypeFile)}';\n` | ||
: `import type { ${cmpImports.join(', ')} } from '${normalizePath(outputTarget.componentCorePackage)}';\n`; | ||
? `import { ${cmpImports.join(', ')} } from '${normalizePath(componentsTypeFile)}';\n` | ||
: `import { ${cmpImports.join(', ')} } from '${normalizePath(outputTarget.componentCorePackage)}';\n`; | ||
} | ||
@@ -163,0 +163,0 @@ else if (outputTarget.includePolyfills && outputTarget.includeDefineCustomElements) { |
@@ -150,4 +150,4 @@ import path from 'path'; | ||
sourceImports = !outputTarget.componentCorePackage | ||
? `import type { ${cmpImports.join(', ')} } from '${normalizePath(componentsTypeFile)}';\n` | ||
: `import type { ${cmpImports.join(', ')} } from '${normalizePath(outputTarget.componentCorePackage)}';\n`; | ||
? `import { ${cmpImports.join(', ')} } from '${normalizePath(componentsTypeFile)}';\n` | ||
: `import { ${cmpImports.join(', ')} } from '${normalizePath(outputTarget.componentCorePackage)}';\n`; | ||
} | ||
@@ -154,0 +154,0 @@ else if (outputTarget.includePolyfills && outputTarget.includeDefineCustomElements) { |
@@ -35,4 +35,4 @@ import path from 'path'; | ||
sourceImports = !outputTarget.componentCorePackage | ||
? `import type { ${cmpImports.join(', ')} } from '${normalizePath(componentsTypeFile)}';\n` | ||
: `import type { ${cmpImports.join(', ')} } from '${normalizePath(outputTarget.componentCorePackage)}';\n`; | ||
? `import { ${cmpImports.join(', ')} } from '${normalizePath(componentsTypeFile)}';\n` | ||
: `import { ${cmpImports.join(', ')} } from '${normalizePath(outputTarget.componentCorePackage)}';\n`; | ||
} | ||
@@ -39,0 +39,0 @@ else if (outputTarget.includePolyfills && outputTarget.includeDefineCustomElements) { |
{ | ||
"name": "@stencil/vue-output-target", | ||
"version": "0.2.2-1", | ||
"version": "0.2.2-2", | ||
"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
40903