UNPKG

@typespec/compiler

Version:

TypeSpec Compiler Preview

13 lines 422 B
let manifest; try { // eslint-disable-next-line @typescript-eslint/ban-ts-comment // @ts-ignore manifest = (await import("../manifest.js")).default; } catch { const name = "../dist/manifest.js"; manifest = (await import(/* @vite-ignore */ /* webpackIgnore: true */ name)).default; } export const typespecVersion = manifest.version; export const MANIFEST = manifest; //# sourceMappingURL=manifest.js.map