File tree Expand file tree Collapse file tree 5 files changed +5
-15
lines changed
Expand file tree Collapse file tree 5 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 1- import type { Options } from './types'
21import unplugin from '.'
32
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'
21import unplugin from '.'
32
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'
21import unplugin from '.'
32
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'
21import unplugin from '.'
32
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'
21import unplugin from '.'
32
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