fix: remove unused directive #112
Annotations
10 errors
Argument of type 'import("/home/runner/work/vite/vite/node_modules/.pnpm/[email protected]/node_modules/rolldown/dist/types/options/normalized-output-options").NormalizedOutputOptions' is not assignable to parameter of type 'import("/home/runner/work/vite/vite/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/rollup").NormalizedOutputOptions'.
|
Argument of type 'import("/home/runner/work/vite/vite/node_modules/.pnpm/[email protected]/node_modules/rolldown/dist/types/types/output-bundle").OutputBundle' is not assignable to parameter of type 'import("/home/runner/work/vite/vite/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/rollup").OutputBundle'.
|
Argument of type 'import("/home/runner/work/vite/vite/node_modules/.pnpm/[email protected]/node_modules/rolldown/dist/types/types/output-bundle").OutputBundle' is not assignable to parameter of type 'import("/home/runner/work/vite/vite/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/rollup").OutputBundle'.
|
Argument of type 'import("/home/runner/work/vite/vite/node_modules/.pnpm/[email protected]/node_modules/rolldown/dist/types/types/output-bundle").OutputBundle' is not assignable to parameter of type 'import("/home/runner/work/vite/vite/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/rollup").OutputBundle'.
|
Argument of type 'import("/home/runner/work/vite/vite/node_modules/.pnpm/[email protected]/node_modules/rolldown/dist/types/options/normalized-output-options").NormalizedOutputOptions' is not assignable to parameter of type 'import("/home/runner/work/vite/vite/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/rollup").NormalizedOutputOptions'.
|
Type 'any[]' has no properties in common with type '{ footer?: string | ((args_0: RenderedChunk, ...args_1: unknown[]) => string | Promise<string>) | undefined; banner?: string | ((args_0: RenderedChunk, ...args_1: unknown[]) => string | Promise<...>) | undefined; ... 16 more ...; externalLiveBindings?: boolean | undefined; }'.
|
Type '({ footer?: string | ((args_0: RenderedChunk, ...args_1: unknown[]) => string | Promise<string>) | undefined; banner?: string | ((args_0: RenderedChunk, ...args_1: unknown[]) => string | Promise<...>) | undefined; ... 16 more ...; externalLiveBindings?: boolean | undefined; } | OutputOptions)[]' has no properties in common with type '{ footer?: string | ((args_0: RenderedChunk, ...args_1: unknown[]) => string | Promise<string>) | undefined; banner?: string | ((args_0: RenderedChunk, ...args_1: unknown[]) => string | Promise<...>) | undefined; ... 16 more ...; externalLiveBindings?: boolean | undefined; }'.
|
Argument of type '{ footer?: string | ((args_0: RenderedChunk, ...args_1: unknown[]) => string | Promise<string>) | undefined; banner?: string | ((args_0: RenderedChunk, ...args_1: unknown[]) => string | Promise<...>) | undefined; ... 16 more ...; externalLiveBindings?: boolean | undefined; } | undefined' is not assignable to parameter of type 'OutputOptions | undefined'.
|
Type '(raw: any, chunk: any, opts: any, { chunks }: { chunks: any; }) => Promise<{ code: string; map: SourceMap; } | { code: string; map?: undefined; } | { code: string; map: { version: number; sources: string[]; ... 4 more ...; file: string; } | null | undefined; } | null>' is not assignable to type 'ObjectHook<(this: PluginContext, code: string, chunk: RenderedChunk, outputOptions: NormalizedOutputOptions) => string | NullValue | { ...; } | Promise<...>, {}> | undefined'.
|
|
The logs for this run have expired and are no longer available.
Loading