@azure-tools/typespec-powershell
Version:
An experimental TypeSpec emitter for PowerShell codegen
8 lines • 352 B
JavaScript
import { resolvePath } from "@typespec/compiler";
import { createTestLibrary } from "@typespec/compiler/testing";
import { fileURLToPath } from "url";
export const PowershellTsTestLibrary = createTestLibrary({
name: "powershell-ts",
packageRoot: resolvePath(fileURLToPath(import.meta.url), "../../../../"),
});
//# sourceMappingURL=index.js.map