Skip to content

JSDoc to TS annotation refactoring is always available in annotated functions #19258

Closed
@DanielRosenwasser

Description

@DanielRosenwasser
/**
 * @param a {number}
 * @param b {string}
 */
function wat(a: number, b: string) {
    a = 10;
}

image

Metadata

Metadata

Assignees

Labels

BugA bug in TypeScriptDomain: JSDocRelates to JSDoc parsing and type generationDomain: Refactoringse.g. extract to constant or function, rename symbolFixedA PR has been merged for this issue

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions