@typespec/compiler
Version:
TypeSpec Compiler Preview
9 lines • 502 B
TypeScript
/**
* This file is meant to export internal items from the TypeSpec compiler to some other tools that bundle them.
* DO NOT USE it, it might change at any time with no warning.
*/
export { NodeSystemHost } from "../core/node-system-host.js";
export { InitTemplateSchema } from "../init/init-template.js";
export { makeScaffoldingConfig, scaffoldNewProject } from "../init/scaffold.js";
export { InternalCompileResult, ServerDiagnostic } from "../server/index.js";
//# sourceMappingURL=index.d.ts.map