@stencil/core
Version:
A Compiler for Web Components and Progressive Web Apps
4 lines (3 loc) • 326 B
TypeScript
import * as d from '../../../declarations';
import ts from 'typescript';
export declare function convertStaticToMeta(config: d.Config, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, typeChecker: ts.TypeChecker, collection: d.CollectionCompilerMeta, transformOpts: d.TransformOptions): ts.TransformerFactory<ts.SourceFile>;