Skip to content

Commit cd12fcd

Browse files
author
Louis Varin
authored
Merge pull request #972 from ericcrosson-bitgo/chore-use-import-type-to-import-only-swc-types
chore: use `import type` to import only swc types
2 parents b214578 + daf48e5 commit cd12fcd

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)