microsoft/typespec

Public

mirrored from https://github.com/microsoft/typespecAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
abd213cd488a512fc2da78fc209f25cbf235ae41

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

packages/compiler/src/index.ts

9lines · modecode

1export { ResolveCompilerOptionsOptions, resolveCompilerOptions } from "./config/index.js";
2export * from "./core/index.js";
3export * from "./lib/decorators.js";
4export * from "./server/index.js";
5import * as formatter from "./formatter/index.js";
6export const TypeSpecPrettierPlugin = formatter;
7
8/** @deprecated Use TypeSpecPrettierPlugin */
9export const CadlPrettierPlugin = TypeSpecPrettierPlugin;
10