fix: use generated tsconfig and virtual file augmentations #6709
Triggered via pull request
September 19, 2024 19:00
Status
Failure
Total duration
1m 45s
Artifacts
–
ci.yml
on: pull_request
Matrix: build
Matrix: lint
Matrix: test
Matrix: edge-release
Annotations
4 errors
Lint on Node.js 18
Process completed with exit code 1.
|
Test on Node.js 18:
dist/runtime/plugins/i18n.ts#L155
Type 'ComputedRef<string[] | { [x: string]: any; code: string; name?: string | undefined; dir?: Directions | undefined; domain?: string | undefined; domains?: string[] | undefined; defaultForDomains?: string[] | undefined; ... 4 more ...; language?: string | undefined; }[]>' is not assignable to type 'ComputedRef<LocaleObject<string>[]>'.
|
Test on Node.js 18:
src/runtime/plugins/i18n.ts#L155
Type 'ComputedRef<string[] | { [x: string]: any; code: string; name?: string | undefined; dir?: Directions | undefined; domain?: string | undefined; domains?: string[] | undefined; defaultForDomains?: string[] | undefined; ... 4 more ...; language?: string | undefined; }[]>' is not assignable to type 'ComputedRef<LocaleObject<string>[]>'.
|
Test on Node.js 18
Process completed with exit code 1.
|