@@ -14,18 +14,17 @@ import { Python, type PythonGeneratorOptions } from "@root/api/writer-generator/
1414import { generateTypeSchemas } from "@root/typeschema" ;
1515import { registerFromManager } from "@root/typeschema/register" ;
1616import { type TreeShake , treeShake } from "@root/typeschema/tree-shake" ;
17- import { mkTypeSchemaIndex , mkTypeSchemaIndex , type TreeShake , type TypeSchemaIndex , type TypeSchemaIndex , treeShake } from "@root/typeschema/utils" ;
18- import type { PartialBy } from "@root/utils/types" ;
19- import { generateTypeSchemas } from "@typeschema/index" ;
2017import {
21- extractNameFromCanonical , extractNameFromCanonical ,
18+ extractNameFromCanonical ,
2219 type PackageMeta ,
23- packageMetaToFhir , packageMetaToFhir ,
24- packageMetaToNpm , packageMetaToNpm ,
25- type TypeSchema , type TypeSchema
26- } from "@typeschema/types" ;
20+ packageMetaToFhir ,
21+ packageMetaToNpm ,
22+ type TypeSchema ,
23+ } from "@root/typeschema/types" ;
24+ import { mkTypeSchemaIndex , type TypeSchemaIndex } from "@root/typeschema/utils" ;
25+ import { CodegenLogger , createLogger , type LogLevel } from "@root/utils/codegen-logger" ;
26+ import type { PartialBy } from "@root/utils/types" ;
2727import type { TypeSchemaConfig } from "../config" ;
28- import { CodegenLogger , CodegenLogger , createLogger , createLogger , type LogLevel } from "../utils/codegen-logger" ;
2928import type { FileBasedMustacheGeneratorOptions } from "./writer-generator/mustache" ;
3029import * as Mustache from "./writer-generator/mustache" ;
3130import { TypeScript , type TypeScriptOptions } from "./writer-generator/typescript" ;
@@ -340,7 +339,6 @@ export class APIBuilder {
340339 return this ;
341340 }
342341
343-
344342 csharp ( namespace : string , staticSourceDir ?: string | undefined ) : APIBuilder {
345343 const generator = new CSharp ( {
346344 outputDir : Path . join ( this . options . outputDir , "/types" ) ,
0 commit comments