UNPKG

@azure-tools/typespec-powershell

Version:

An experimental TypeSpec emitter for PowerShell codegen

9 lines (7 loc) 358 B
import { resolvePath } from "@typespec/compiler"; import { createTestLibrary, TypeSpecTestLibrary } from "@typespec/compiler/testing"; import { fileURLToPath } from "url"; export const PowershellTsTestLibrary: TypeSpecTestLibrary = createTestLibrary({ name: "powershell-ts", packageRoot: resolvePath(fileURLToPath(import.meta.url), "../../../../"), });