UNPKG

@stencil/core

Version:

A Compiler for Web Components and Progressive Web Apps

7 lines (6 loc) 278 B
import * as d from '../../declarations'; export declare function optimizeModule(config: d.Config, compilerCtx: d.CompilerCtx, sourceTarget: d.SourceTarget, isCore: boolean, input: string): Promise<{ output: string; sourceMap?: any; diagnostics?: d.Diagnostic[]; }>;