Skip to content

refactor: restructure extend vue-i18n #279

refactor: restructure extend vue-i18n

refactor: restructure extend vue-i18n #279

Triggered via pull request June 27, 2024 14:31
Status Failure
Total duration 6m 36s
Artifacts

ci.yml

on: pull_request
Matrix: build
Matrix: lint
Matrix: test
Matrix: edge-release
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Lint on Node.js 18: src/runtime/routing/extends/i18n.ts#L200
This assertion is unnecessary since it does not change the type of the expression
Lint on Node.js 18: src/runtime/routing/extends/i18n.ts#L205
This assertion is unnecessary since it does not change the type of the expression
Lint on Node.js 18: src/runtime/routing/extends/i18n.ts#L255
Unsafe return of type `Promise<any>` from function with return type `Promise<string | void>`
Lint on Node.js 18: src/runtime/routing/extends/i18n.ts#L257
Unsafe return of type `Promise<any>` from function with return type `Promise<void>`
Lint on Node.js 18: src/runtime/routing/extends/i18n.ts#L265
Unexpected `await` of a non-Promise (non-"Thenable") value
Lint on Node.js 18
Process completed with exit code 1.