Skip to content

Salsa does not warn or help when passing in wrong argument type #2442

Closed
@alexdima

Description

@alexdima

Testing #2218

/**
 * @param {string} name
 */
function howdy(name) {

}

howdy(3);

image

even if it knows a string is expected:

image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions