@autorest/adl
Version:
8 lines • 369 B
TypeScript
import { CompilerHost, DiagnosticError } from "@azure-tools/adl";
export declare function createAdlHost(writeFile: (path: string, content: string) => Promise<void>): CompilerHost;
export declare function compileAdl(entrypoint: string): Promise<{
compiledFiles: Record<string, string>;
} | {
error: DiagnosticError;
}>;
//# sourceMappingURL=adl-compiler.d.ts.map