Skip to content

[types] Fix optionals in interpolation.js #134

[types] Fix optionals in interpolation.js

[types] Fix optionals in interpolation.js #134

Triggered via push June 29, 2024 02:18
Status Success
Total duration 44s
Artifacts

lint.yml

on: push
Lint & Test Types
35s
Lint & Test Types
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint & Test Types: src/Format.js#L31
Property 'space' does not exist on type 'Format'.
Lint & Test Types: src/Format.js#L48
Type 'string[][]' is not assignable to type '[Type, Type, Type]'.
Lint & Test Types: src/Format.js#L59
Type 'any[]' is not assignable to type '[Type, Type, Type]'.
Lint & Test Types: src/Format.js#L63
Property 'trim' does not exist on type 'never'.
Lint & Test Types: src/Format.js#L66
Property 'map' does not exist on type 'Type'.
Lint & Test Types: src/Format.js#L78
JSDoc '@param' tag has name 'space', but there is no parameter with that name.
Lint & Test Types: src/Format.js#L79
JSDoc '@param' tag has name 'format', but there is no parameter with that name.
Lint & Test Types: src/Format.js#L80
JSDoc '@param' tag has name 'name', but there is no parameter with that name.
Lint & Test Types: src/Format.js#L95
Property 'find' does not exist on type 'Type'.
Lint & Test Types: src/Format.js#L116
Property 'serialize' does not exist on type 'Format'. Did you mean 'canSerialize'?