@omnia/tooling-vue
Version:
Used to bundle and serve manifests web component that build on Vue framework.
7 lines (6 loc) • 374 B
TypeScript
import type { FileGraph } from '../../typings';
/** Inject omnia magic to runtime variable */
export declare const omniaRuntime: import("../../typings").Transformer<"omnia-runtime", [], {
test(code: string, id: string): boolean;
transform(code: string, id: string, fileGraph: FileGraph, ctx: import("../../typings").RuntimeContext, fromWorker: boolean): string;
}>;