Skip to content

@uppy/audio: refactor to TypeScript #6084

@uppy/audio: refactor to TypeScript

@uppy/audio: refactor to TypeScript #6084

Triggered via pull request January 13, 2024 10:49
Status Failure
Total duration 1m 27s
Artifacts

ci.yml

on: pull_request
Type tests
59s
Type tests
Matrix: Unit tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Type tests: packages/@uppy/audio/src/RecordButton.tsx#L3
Binding element 'recording' implicitly has an 'any' type.
Type tests: packages/@uppy/audio/src/RecordButton.tsx#L3
Binding element 'onStartRecording' implicitly has an 'any' type.
Type tests: packages/@uppy/audio/src/RecordButton.tsx#L3
Binding element 'onStopRecording' implicitly has an 'any' type.
Type tests: packages/@uppy/audio/src/RecordButton.tsx#L3
Binding element 'i18n' implicitly has an 'any' type.
Type tests: packages/@uppy/audio/src/formatSeconds.ts#L8
Parameter 'seconds' implicitly has an 'any' type.
Type tests: packages/@uppy/audio/src/formatSeconds.ts#L11
Argument of type 'number' is not assignable to parameter of type 'string'.
Type tests: packages/@uppy/audio/src/RecordingLength.tsx#L4
Binding element 'recordingLengthSeconds' implicitly has an 'any' type.
Type tests: packages/@uppy/audio/src/RecordingLength.tsx#L4
Binding element 'i18n' implicitly has an 'any' type.
Type tests: packages/@uppy/audio/src/audio-oscilloscope/index.ts#L1
Parameter 'v' implicitly has an 'any' type.
Type tests: packages/@uppy/audio/src/audio-oscilloscope/index.ts#L5
Parameter 'v' implicitly has an 'any' type.