@stencil/vue-output-target
Advanced tools
Comparing version 0.1.4-0 to 0.1.5-0
@@ -15,3 +15,3 @@ import { dashToPascalCase } from './utils'; | ||
let templateString = ` | ||
export const ${tagNameAsPascal} = /*@__PURE__*/ defineContainer<${importTypes}.${tagNameAsPascal}>('${cmpMeta.tagName}'`; | ||
export const ${tagNameAsPascal} = /*@__PURE__*/ defineContainer<${importTypes}.${tagNameAsPascal}>('${cmpMeta.tagName}', ${tagNameAsPascal}`; | ||
if (props.length > 0) { | ||
@@ -18,0 +18,0 @@ templateString += `, [ |
@@ -97,3 +97,3 @@ 'use strict'; | ||
let templateString = ` | ||
export const ${tagNameAsPascal} = /*@__PURE__*/ defineContainer<${importTypes}.${tagNameAsPascal}>('${cmpMeta.tagName}'`; | ||
export const ${tagNameAsPascal} = /*@__PURE__*/ defineContainer<${importTypes}.${tagNameAsPascal}>('${cmpMeta.tagName}', ${tagNameAsPascal}`; | ||
if (props.length > 0) { | ||
@@ -100,0 +100,0 @@ templateString += `, [ |
@@ -91,3 +91,3 @@ import path from 'path'; | ||
let templateString = ` | ||
export const ${tagNameAsPascal} = /*@__PURE__*/ defineContainer<${importTypes}.${tagNameAsPascal}>('${cmpMeta.tagName}'`; | ||
export const ${tagNameAsPascal} = /*@__PURE__*/ defineContainer<${importTypes}.${tagNameAsPascal}>('${cmpMeta.tagName}', ${tagNameAsPascal}`; | ||
if (props.length > 0) { | ||
@@ -94,0 +94,0 @@ templateString += `, [ |
{ | ||
"name": "@stencil/vue-output-target", | ||
"version": "0.1.4-0", | ||
"version": "0.1.5-0", | ||
"description": "This is an output plugin for stencil.", | ||
@@ -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
32554