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