volar-ecosystem-ci #33
Annotations
10 errors
Run pnpm tsx ecosystem-ci.ts --branch master --repo volarjs/volar.js astro
Property 'languageHost' does not exist on type '{ check: (fileName: string) => Promise<Diagnostic[]>; fixErrors: (fileName: string, diagnostics: Diagnostic[], only: string[] | undefined, writeFile: (fileName: string, newText: string) => Promise<...>) => Promise<...>; ... 5 more ...; fileDeleted(fileName: string): void; }'. Did you mean 'language'?
|
Run pnpm tsx ecosystem-ci.ts --branch master --repo volarjs/volar.js astro
Parameter 'file' implicitly has an 'any' type.
|
Run pnpm tsx ecosystem-ci.ts --branch master --repo volarjs/volar.js astro
Property 'languageHost' does not exist on type '{ check: (fileName: string) => Promise<Diagnostic[]>; fixErrors: (fileName: string, diagnostics: Diagnostic[], only: string[] | undefined, writeFile: (fileName: string, newText: string) => Promise<...>) => Promise<...>; ... 5 more ...; fileDeleted(fileName: string): void; }'. Did you mean 'language'?
|
Run pnpm tsx ecosystem-ci.ts --branch master --repo volarjs/volar.js astro
Type '{ extraFileExtensions: { extension: string; isMixedContent: true; scriptKind: 7; }[]; getScript(astroCode: any): { code: VirtualCode; extension: string; scriptKind: number; } | undefined; getExtraScripts(fileName: any, astroCode: any): ExtraServiceScript[]; resolveLanguageServiceHost(host: LanguageServiceHost): { .....' is not assignable to type '{ extraFileExtensions: FileExtensionInfo[]; getServiceScript(rootVirtualCode: AstroVirtualCode): ServiceScript | undefined; getExtraServiceScripts?(fileName: string, rootVirtualCode: AstroVirtualCode): ExtraServiceScript[]; resolveLanguageServiceHost?(host: LanguageServiceHost): LanguageServiceHost; }'.
|
Run pnpm tsx ecosystem-ci.ts --branch master --repo volarjs/volar.js astro
Parameter 'astroCode' implicitly has an 'any' type.
|
Run pnpm tsx ecosystem-ci.ts --branch master --repo volarjs/volar.js astro
Parameter 'fileName' implicitly has an 'any' type.
|
Run pnpm tsx ecosystem-ci.ts --branch master --repo volarjs/volar.js astro
Parameter 'astroCode' implicitly has an 'any' type.
|
Run pnpm tsx ecosystem-ci.ts --branch master --repo volarjs/volar.js astro
Type '{ extraFileExtensions: { extension: string; isMixedContent: true; scriptKind: 7; }[]; getScript(svelteCode: any): { code: VirtualCode; extension: string; scriptKind: number; } | undefined; }' is not assignable to type '{ extraFileExtensions: FileExtensionInfo[]; getServiceScript(rootVirtualCode: SvelteVirtualCode): ServiceScript | undefined; getExtraServiceScripts?(fileName: string, rootVirtualCode: SvelteVirtualCode): ExtraServiceScript[]; resolveLanguageServiceHost?(host: LanguageServiceHost): LanguageServiceHost; }'.
|
Run pnpm tsx ecosystem-ci.ts --branch master --repo volarjs/volar.js astro
Parameter 'svelteCode' implicitly has an 'any' type.
|
Run pnpm tsx ecosystem-ci.ts --branch master --repo volarjs/volar.js astro
Type '{ extraFileExtensions: { extension: string; isMixedContent: true; scriptKind: 7; }[]; getScript(vueCode: any): { code: VirtualCode; extension: string; scriptKind: number; } | undefined; }' is not assignable to type '{ extraFileExtensions: FileExtensionInfo[]; getServiceScript(rootVirtualCode: VueVirtualCode): ServiceScript | undefined; getExtraServiceScripts?(fileName: string, rootVirtualCode: VueVirtualCode): ExtraServiceScript[]; resolveLanguageServiceHost?(host: LanguageServiceHost): LanguageServiceHost; }'.
|
Loading