8000 As a developer I want to access GeneratorFunction properties · Issue #2639 · eclipse-n4js/n4js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
As a developer I want to access GeneratorFunction properties #2639
Open
@mmews-n4

Description

@mmews-n4

At the moment, GeneratorFunction is not modelled in the n4js built-in types.

Check example:

const t: GeneratorFunction = function*() {
    // ...
}
t.name; // XPECT no error
t.length; // XPECT no error

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0