We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
import type
1 parent 6977b62 commit daf48e5Copy full SHA for daf48e5
packages/openapi-generator/src/resolveInit.ts
@@ -1,4 +1,4 @@
1
-import * as swc from '@swc/core';
+import type * as swc from '@swc/core';
2
import type { Block } from 'comment-parser';
3
import * as E from 'fp-ts/Either';
4
import { dirname } from 'path';
0 commit comments