@uppy/audio: refactor to TypeScript #6080
ci.yml
on: pull_request
Type tests
1m 14s
Matrix: Unit tests
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/AudioSourceSelect.tsx#L3
Binding element 'currentDeviceId' implicitly has an 'any' type.
|
Type tests:
packages/@uppy/audio/src/AudioSourceSelect.tsx#L3
Binding element 'audioSources' implicitly has an 'any' type.
|