@stencil/angular-output-target
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -1,2 +0,2 @@ | ||
import { ComponentCompilerMeta } from '@stencil/core/internal'; | ||
import type { ComponentCompilerMeta } from '@stencil/core/internal'; | ||
export declare const createComponentDefinition: (componentCorePackage: string, distTypesDir: string, rootDir: string) => (cmpMeta: ComponentCompilerMeta) => string; |
@@ -1,3 +0,3 @@ | ||
import { OutputTargetAngular } from './types'; | ||
import { CompilerCtx, ComponentCompilerMeta } from '@stencil/core/internal'; | ||
import type { OutputTargetAngular } from './types'; | ||
import type { CompilerCtx, ComponentCompilerMeta } from '@stencil/core/internal'; | ||
export declare function generateAngularDirectivesFile(compilerCtx: CompilerCtx, components: ComponentCompilerMeta[], outputTarget: OutputTargetAngular): Promise<any>; |
@@ -1,3 +0,3 @@ | ||
import { OutputTargetAngular } from './types'; | ||
import { CompilerCtx, ComponentCompilerMeta, Config } from '@stencil/core/internal'; | ||
import type { OutputTargetAngular } from './types'; | ||
import type { CompilerCtx, ComponentCompilerMeta, Config } from '@stencil/core/internal'; | ||
export default function generateValueAccessors(compilerCtx: CompilerCtx, components: ComponentCompilerMeta[], outputTarget: OutputTargetAngular, config: Config): Promise<void>; |
export { angularOutputTarget } from './plugin'; | ||
export { OutputTargetAngular, ValueAccessorConfig } from './types'; | ||
export type { OutputTargetAngular, ValueAccessorConfig } from './types'; |
@@ -1,4 +0,4 @@ | ||
import { CompilerCtx, ComponentCompilerMeta, Config } from '@stencil/core/internal'; | ||
import { OutputTargetAngular, PackageJSON } from './types'; | ||
import type { CompilerCtx, ComponentCompilerMeta, Config } from '@stencil/core/internal'; | ||
import type { OutputTargetAngular, PackageJSON } from './types'; | ||
export declare function angularDirectiveProxyOutput(compilerCtx: CompilerCtx, outputTarget: OutputTargetAngular, components: ComponentCompilerMeta[], config: Config): Promise<void>; | ||
export declare function generateProxies(components: ComponentCompilerMeta[], pkgData: PackageJSON, outputTarget: OutputTargetAngular, rootDir: string): string; |
@@ -1,4 +0,4 @@ | ||
import { Config, OutputTargetCustom } from '@stencil/core/internal'; | ||
import { OutputTargetAngular } from './types'; | ||
import type { Config, OutputTargetCustom } from '@stencil/core/internal'; | ||
import type { OutputTargetAngular } from './types'; | ||
export declare const angularOutputTarget: (outputTarget: OutputTargetAngular) => OutputTargetCustom; | ||
export declare function normalizeOutputTarget(config: Config, outputTarget: any): OutputTargetAngular; |
@@ -1,2 +0,2 @@ | ||
import { PackageJSON } from './types'; | ||
import type { PackageJSON } from './types'; | ||
export declare const toLowerCase: (str: string) => string; | ||
@@ -3,0 +3,0 @@ export declare const dashToPascalCase: (str: string) => string; |
{ | ||
"name": "@stencil/angular-output-target", | ||
"version": "0.0.4", | ||
"description": "This is an output plugin for stencil.", | ||
"version": "0.0.5", | ||
"description": "Angular output target for @stencil/core components.", | ||
"main": "dist/index.cjs.js", | ||
@@ -10,3 +10,4 @@ "module": "dist/index.js", | ||
"dist/", | ||
"resources/" | ||
"resources/", | ||
"angular-component-lib/" | ||
], | ||
@@ -38,8 +39,3 @@ "publishConfig": { | ||
"@angular/core": "8.2.14", | ||
"@angular/forms": "8.2.14", | ||
"jest": "^26.1.0", | ||
"np": "^4.0.2", | ||
"rimraf": "^2.6.3", | ||
"rollup": "^1.6.0", | ||
"typescript": "^3.9.3" | ||
"@angular/forms": "8.2.14" | ||
}, | ||
@@ -60,3 +56,3 @@ "jest": { | ||
}, | ||
"gitHead": "e545765342b7f561ddd6826df05ee183163cbcb9" | ||
"gitHead": "b6c0dab984ec1d2933c52a9a844bc7bd81b7586e" | ||
} |
@@ -1,2 +0,3 @@ | ||
# stencil-angular-plugin | ||
# @stencil/angular-output-target | ||
This is an output plugin for stencil. |
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
52217
2
27
1156
4