Skip to content

Support for @this #54

Closed
Closed
@wehrstedt

Description

You can set the this-reference via "@this" for functions. We need a way to support this, e.g. with functions

/**
 * @class myClass
 */

/**
 * @function myFunc
 * @this myClass
 */

Will result in

function myFunc(this: myClass): void;

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions