We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6f736 commit 7e82091Copy full SHA for 7e82091
src/index.ts
@@ -1,12 +1,12 @@
1
+import type { FilterPattern } from '@rollup/pluginutils'
2
+import type { JscConfig, Options as SwcOptions, TransformConfig } from '@swc/core'
3
import path from 'node:path'
4
import { createFilter } from '@rollup/pluginutils'
5
import { transform } from '@swc/core'
6
import { defu } from 'defu'
7
// @ts-expect-error missing types
8
import { loadTsConfig } from 'load-tsconfig'
9
import { createUnplugin } from 'unplugin'
-import type { FilterPattern } from '@rollup/pluginutils'
-import type { JscConfig, Options as SwcOptions, TransformConfig } from '@swc/core'
10
import { resolveId } from './resolve'
11
12
export type Options = SwcOptions & {
0 commit comments