Skip to content

initial jsdoc support #40

initial jsdoc support

initial jsdoc support #40

Triggered via push August 12, 2024 09:23
Status Failure
Total duration 21s
Artifacts

node.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
test: test/fixtures/embedded_type.js#L8
Cannot find name 'Container'.
test: test/fixtures/embedded_type.js#L9
Cannot find namespace 'Container'.
test: test/fixtures/embedded_type.js#L38
Cannot find name 'Inner'.
test: test/fixtures/map.js#L7
Cannot find name 'map'. Did you mean 'Map'?
test: test/fixtures/map.js#L8
Cannot find name 'map'. Did you mean 'Map'?
test: test/fixtures/type_string.js#L37
This comparison appears to be unintentional because the types 'number' and 'string' have no overlap.
test: test/fixtures/type_string.js#L37
Argument of type 'number' is not assignable to parameter of type 'string'.
test: test/fixtures/type_string.js#L38
This comparison appears to be unintentional because the types 'number' and 'string' have no overlap.
test: test/fixtures/type_string.js#L38
Argument of type 'number' is not assignable to parameter of type 'string'.
test: test/fixtures/type_string.js#L40
This comparison appears to be unintentional because the types 'number' and 'string' have no overlap.