js -> ts #26
Annotations
10 errors
src/core/drive/navigator.ts#L45
Argument of type 'HTMLInputElement | undefined' is not assignable to parameter of type 'HTMLInputElement'.
|
src/core/frames/frame_controller.ts#L216
Argument of type 'HTMLInputElement | undefined' is not assignable to parameter of type 'HTMLInputElement'.
|
src/core/renderer.ts#L59
Property 'focus' does not exist on type 'Element'.
|
src/core/snapshot.ts#L31
Argument of type 'E' is not assignable to parameter of type 'HTMLElement | DocumentFragment'.
|
src/core/streams/stream_message_renderer.ts#L69
Argument of type 'HTMLElement | null' is not assignable to parameter of type 'HTMLElement'.
|
src/core/streams/stream_message_renderer.ts#L70
'elementToAutofocus' is possibly 'null'.
|
src/core/streams/stream_message_renderer.ts#L86
Argument of type 'HTMLElement | null' is not assignable to parameter of type 'HTMLElement'.
|
src/core/streams/stream_message_renderer.ts#L87
'elementToFocus' is possibly 'null'.
|
src/http/fetch_request.ts#L93
'#resolveRequestPromise' is declared but its value is never read.
|
src/http/fetch_request.ts#L113
Type 'FetchRequestBody | null' is not assignable to type 'FetchRequestBody'.
|
The logs for this run have expired and are no longer available.
Loading