@stencil/angular-output-target
Advanced tools
Comparing version 0.4.0-1 to 0.4.0-2
@@ -46,5 +46,5 @@ /* eslint-disable */ | ||
// tslint:disable-next-line: only-arrow-functions | ||
export function ProxyCmp(opts: { tagName: string, defineCustomElementFn?: () => void, inputs?: any; methods?: any }) { | ||
export function ProxyCmp(opts: { defineCustomElementFn?: () => void, inputs?: any; methods?: any }) { | ||
const decorator = function (cls: any) { | ||
const { tagName, customElement, inputs, methods } = opts; | ||
const { defineCustomElementFn, inputs, methods } = opts; | ||
@@ -51,0 +51,0 @@ if (defineCustomElementFn !== undefined) { |
@@ -94,3 +94,2 @@ import { dashToPascalCase, normalizePath } from './utils'; | ||
const proxMeta = [ | ||
`tagName: \'${tagName}\'`, | ||
`customElement: ${includeCustomElement ? 'define' + dashToPascalCase(tagName) : 'undefined'}` | ||
@@ -97,0 +96,0 @@ ]; |
@@ -180,3 +180,2 @@ 'use strict'; | ||
const proxMeta = [ | ||
`tagName: \'${tagName}\'`, | ||
`customElement: ${includeCustomElement ? 'define' + dashToPascalCase(tagName) : 'undefined'}` | ||
@@ -183,0 +182,0 @@ ]; |
@@ -172,3 +172,2 @@ import path from 'path'; | ||
const proxMeta = [ | ||
`tagName: \'${tagName}\'`, | ||
`customElement: ${includeCustomElement ? 'define' + dashToPascalCase(tagName) : 'undefined'}` | ||
@@ -175,0 +174,0 @@ ]; |
{ | ||
"name": "@stencil/angular-output-target", | ||
"version": "0.4.0-1", | ||
"version": "0.4.0-2", | ||
"description": "Angular 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
64230
1354