@nxext/stencil
Version:
Nx plugin for stenciljs
8 lines (7 loc) • 447 B
TypeScript
import { Tree } from '@nx/devkit';
import type { Diagnostic } from '@stencil/core/compiler';
import { SupportedStyles } from '../stencil-core-utils';
export declare function calculateStyle(style: SupportedStyles | undefined): SupportedStyles;
export declare function isBuildableStencilProject(project: any): boolean;
export declare const hasError: (diagnostics: Diagnostic[]) => boolean;
export declare function readNxVersion(host: Tree): string;