UNPKG

@omnia/tooling-vue

Version:

Used to bundle and serve manifests web component that build on Vue framework.

7 lines (6 loc) 500 B
import type { ExportedWildcardVariableJS, ModuleJS } from '../typings'; export declare function analyze(code: string, id: string): ModuleJS; export declare function getDependencyStatements(code: string): RegExpMatchArray; export declare function replaceNamelessDefaultExport(code: string): string; export declare function replaceWildcardDefaultExport(code: string, wildcard: ExportedWildcardVariableJS): string; export declare function tempFix(id: string, code: string, fromWorker: boolean): string;