We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a34f7a commit d8ec5fdCopy full SHA for d8ec5fd
1 file changed
src/build.ts
@@ -2,7 +2,7 @@ import { join } from 'node:path';
2
import { ESLint } from 'eslint';
3
import type { OpenAPIV3 } from 'openapi-types';
4
import { IndentationText, Project, QuoteKind, ScriptTarget } from 'ts-morph';
5
-import { processOpenApiDocument } from '../lib/process-document.js';
+import { processOpenApiDocument } from '../lib/process-doc.js';
6
7
export async function build(
8
inputFile: string,
0 commit comments