UNPKG

@stencil/core

Version:

A Compiler for Web Components and Progressive Web Apps

4 lines (3 loc) 366 B
import * as d from '../../../declarations'; import ts from 'typescript'; export declare function parseStaticComponentMeta(config: d.Config, compilerCtx: d.CompilerCtx, transformCtx: ts.TransformationContext, typeChecker: ts.TypeChecker, cmpNode: ts.ClassDeclaration, moduleFile: d.Module, nodeMap: d.NodeMap, transformOpts: d.TransformOptions): ts.ClassDeclaration;