Skip to content

fix(types): add missing shared types #7319

fix(types): add missing shared types

fix(types): add missing shared types #7319

Triggered via pull request November 9, 2024 15:03
Status Failure
Total duration 1m 51s
Artifacts

ci.yml

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

Annotations

13 errors
Lint on Node.js 18: src/runtime/internal.ts#L65
Unsafe argument of type `LocaleObject[]` assigned to a parameter of type `LocaleObject<string>[]`
Lint on Node.js 18: src/runtime/internal.ts#L73
Unsafe argument of type `LocaleObject[]` assigned to a parameter of type `LocaleObject<string>[]`
Lint on Node.js 18: src/runtime/internal.ts#L354
Unsafe assignment of an error typed value
Lint on Node.js 18: src/runtime/internal.ts#L354
Unsafe member access .code on an `error` typed value
Lint on Node.js 18: src/runtime/internal.ts#L355
Unsafe assignment of an error typed value
Lint on Node.js 18: src/runtime/internal.ts#L355
Unsafe member access .domain on an `error` typed value
Lint on Node.js 18: src/runtime/internal.ts#L355
Unsafe call of an `any` typed value
Lint on Node.js 18: src/runtime/internal.ts#L355
Unsafe member access .domains on an `error` typed value
Lint on Node.js 18: src/runtime/internal.ts#L358
Unsafe argument of type `any` assigned to a parameter of type `string`
Lint on Node.js 18: src/runtime/internal.ts#L359
Unsafe return of an `any` typed value
Test on Node.js 18: dist/runtime/internal.ts#L355
Parameter 'v' implicitly has an 'any' type.
Test on Node.js 18: src/runtime/internal.ts#L355
Parameter 'v' implicitly has an 'any' type.
Test on Node.js 18
Process completed with exit code 1.