chore: update repo info in package.json file #61
checks.yml
on: push
lint
/
lint
45s
typecheck
/
typecheck
43s
Matrix: test / test_linux
Matrix: test / test_windows
Annotations
5 errors
typecheck / typecheck:
tests/icu_message_formatter.spec.ts#L25
No overload matches this call.
|
typecheck / typecheck:
tests/values_formatter.spec.ts#L18
Argument of type '{ style: "unit"; unit: string; unitDisplay: "long"; }' is not assignable to parameter of type 'NumberFormatOptions'.
|
typecheck / typecheck:
tests/values_formatter.spec.ts#L22
Argument of type '{ style: "unit"; unit: string; unitDisplay: "short"; }' is not assignable to parameter of type 'NumberFormatOptions'.
|
typecheck / typecheck:
tests/values_formatter.spec.ts#L30
Argument of type '{ currency: string; currencyDisplay: "name"; }' is not assignable to parameter of type 'CurrencyFormatOptions'.
|
typecheck / typecheck
Process completed with exit code 2.
|