File tree 5 files changed +5
-15
lines changed
5 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 1
- import type { Options } from './types'
2
1
import unplugin from '.'
3
2
4
- // TODO: some upstream lib failed to generate invalid dts, remove the any in the future
5
- export default unplugin . esbuild as ( options ?: Options ) => any
3
+ export default unplugin . esbuild
Original file line number Diff line number Diff line change 1
- import type { Options } from './types'
2
1
import unplugin from '.'
3
2
4
- // TODO: some upstream lib failed to generate invalid dts, remove the any in the future
5
- export default unplugin . rollup as ( options ?: Options ) => any
3
+ export default unplugin . rollup
Original file line number Diff line number Diff line change 1
- import type { Options } from './types'
2
1
import unplugin from '.'
3
2
4
- // TODO: some upstream lib failed to generate invalid dts, remove the any in the future
5
- export default unplugin . rspack as ( options ?: Options ) => any
3
+ export default unplugin . rspack
Original file line number Diff line number Diff line change 1
- import type { Options } from './types'
2
1
import unplugin from '.'
3
2
4
- // TODO: some upstream lib failed to generate invalid dts, remove the any in the future
5
- export default unplugin . vite as ( options ?: Options ) => any
3
+ export default unplugin . vite
Original file line number Diff line number Diff line change 1
- import type { Options } from './types'
2
1
import unplugin from '.'
3
2
4
- // TODO: some upstream lib failed to generate invalid dts, remove the any in the future
5
- export default unplugin . webpack as ( options ?: Options ) => any
3
+ export default unplugin . webpack
You can’t perform that action at this time.
0 commit comments