Skip to content

Commit

Permalink
Merge pull request #972 from ericcrosson-bitgo/chore-use-import-type-…
Browse files Browse the repository at this point in the history
…to-import-only-swc-types

chore: use `import type` to import only swc types
  • Loading branch information
louib-bitgo authored Dec 23, 2024
2 parents b214578 + daf48e5 commit cd12fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openapi-generator/src/resolveInit.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as swc from '@swc/core';
import type * as swc from '@swc/core';
import type { Block } from 'comment-parser';
import * as E from 'fp-ts/Either';
import { dirname } from 'path';
Expand Down

0 comments on commit cd12fcd

Please sign in to comment.