Skip to content

Issues with Anonymous Functions, Const Declarations, and Class Inheritance in TS/JS #30

@mxyhi

Description

@mxyhi

In TypeScript/JavaScript, anonymous functions don't work, and the same goes for functions declared with 'const'. Also, class extension ('extends') inheriting methods from a base class doesn't work.
image
image
👇But the following code snippet below fails to be recognized correctly.
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions