@stencil/core
Version:
A Compiler for Web Components and Progressive Web Apps
4 lines (3 loc) • 351 B
TypeScript
import * as d from '../../declarations';
export declare function getComponentAssetsCopyTasks(config: d.Config, buildCtx: d.BuildCtx, dest: string, collectionsPath: boolean): Required<d.CopyTask>[];
export declare function canSkipAssetsCopy(config: d.Config, compilerCtx: d.CompilerCtx, entryModules: d.EntryModule[], filesChanged: string[]): boolean;