Skip to content

Commit daf48e5

Browse files
chore: use import type to import only swc types
to make it clear to humans and the compiler that no values are imported.
1 parent 6977b62 commit daf48e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openapi-generator/src/resolveInit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as swc from '@swc/core';
1+
import type * as swc from '@swc/core';
22
import type { Block } from 'comment-parser';
33
import * as E from 'fp-ts/Either';
44
import { dirname } from 'path';

0 commit comments

Comments
 (0)