UNPKG

@azure-tools/typespec-powershell

Version:

An experimental TypeSpec emitter for PowerShell codegen

6 lines (5 loc) 472 B
import { Diagnostic } from "@typespec/compiler"; export declare function createPowershellTsTestHost(): Promise<import("@typespec/compiler/testing").TestHost>; export declare function createPowershellTsTestRunner(): Promise<import("@typespec/compiler/testing").BasicTestRunner>; export declare function emitWithDiagnostics(code: string): Promise<[Record<string, string>, readonly Diagnostic[]]>; export declare function emit(code: string): Promise<Record<string, string>>;