Tawsif fix asyncify promise return type #364
Annotations
10 errors
|
mypy:
src/codegen/sdk/typescript/function.py#L37
error: Cannot determine type of "code_block" in base class "Symbol" [misc]
|
|
mypy:
src/codegen/sdk/typescript/function.py#L37
error: Variable "codegen.sdk.typescript.expressions.type.TSType" is not valid as a type [valid-type]
|
|
mypy:
src/codegen/sdk/typescript/function.py#L47
error: Argument 4 to "Collection" has incompatible type "TSFunction"; expected "Self" [arg-type]
|
|
mypy:
src/codegen/sdk/typescript/function.py#L58
error: Argument 3 to "TSParameter" has incompatible type "Collection[TSParameter, Self]"; expected "TSFunction" [arg-type]
|
|
mypy:
src/codegen/sdk/typescript/function.py#L61
error: Argument 3 to "TSParameter" has incompatible type "Collection[TSParameter, Self]"; expected "TSFunction" [arg-type]
|
|
mypy:
src/codegen/sdk/typescript/function.py#L64
error: Argument 4 to "Collection" has incompatible type "TSFunction"; expected "Self" [arg-type]
|
|
mypy:
src/codegen/sdk/typescript/function.py#L65
error: Argument 3 to "TSParameter" has incompatible type "Collection[TSParameter, Self]"; expected "TSFunction" [arg-type]
|
|
mypy:
src/codegen/sdk/typescript/function.py#L69
error: Incompatible types in assignment (expression has type "Expression[TSFunction] | None", variable has type "TypeParameters[TSType?, Self] | None") [assignment]
|
|
mypy:
src/codegen/sdk/typescript/function.py#L100
error: "HasName" has no attribute "add_all_identifier_usages_for_child_node" [attr-defined]
|
|
mypy:
src/codegen/sdk/typescript/function.py#L109
error: Cannot determine type of "code_block" [has-type]
|