feat: upgrade to Volar 2.0 alpha #5011
Annotations
10 errors and 1 warning
packages/language-core/src/virtualFile/computedFiles.ts#L1
Module '"@volar/language-core"' has no exported member 'resolveCommonLanguageId'.
|
packages/language-core/src/virtualFile/computedFiles.ts#L1
Argument of type '{ languageId: any; snapshot: ts.IScriptSnapshot; mappings: Mapping<FileRangeCapabilities>[]; codegenStacks: Stack[]; embeddedFiles: never[]; ... 6 more ...; contentStacks: muggle.StackNode[]; }' is not assignable to parameter of type 'VirtualFile'.
|
packages/language-core/src/virtualFile/computedFiles.ts#L1
Argument of type '{ languageId: any; snapshot: ts.IScriptSnapshot; mappings: Mapping<FileRangeCapabilities>[]; codegenStacks: Stack[]; embeddedFiles: never[]; ... 6 more ...; contentStacks: muggle.StackNode[]; }' is not assignable to parameter of type 'VirtualFile'.
|
packages/language-core/src/virtualFile/computedFiles.ts#L1
Argument of type '{ languageId: any; snapshot: ts.IScriptSnapshot; mappings: Mapping<FileRangeCapabilities>[]; codegenStacks: Stack[]; embeddedFiles: never[]; ... 6 more ...; contentStacks: muggle.StackNode[]; }' is not assignable to parameter of type 'VirtualFile'.
|
packages/language-core/src/languageModule.ts#L1
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
packages/language-core/src/languageModule.ts#L1
Type '{ createVirtualFile(fileName: string, snapshot: IScriptSnapshot, languageId: string | undefined): VueFile | undefined; updateVirtualFile(sourceFile: VueFile, snapshot: IScriptSnapshot): void; resolveTypeScriptProjectHost(host: any): any; }' is not assignable to type 'Language<VueFile>'.
|
packages/language-core/src/languageModule.ts#L1
Parameter 'host' implicitly has an 'any' type.
|
packages/language-core/src/languageModule.ts#L1
Parameter 'moduleName' implicitly has an 'any' type.
|
packages/language-core/src/languageModule.ts#L1
Parameter 'impliedNodeFormat' implicitly has an 'any' type.
|
packages/language-core/src/languageModule.ts#L1
Parameter 'fileName' implicitly has an 'any' type.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading