UNPKG

@stencil/core

Version:

A Compiler for Web Components and Progressive Web Apps

8 lines (7 loc) 637 B
import * as d from '../../../declarations'; export declare function parseCollectionManifest(config: d.Config, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, collectionName: string, collectionDir: string, collectionJsonStr: string): d.CollectionCompilerMeta; export declare function parseCollectionDependencies(collectionManifest: d.CollectionManifest): string[]; export declare function parseGlobal(config: d.Config, compilerCtx: d.CompilerCtx, collectionDir: string, collectionManifest: d.CollectionManifest): d.Module; export declare function parseBundles(collectionManifest: d.CollectionManifest): { components: string[]; }[];