Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a developer I want to access GeneratorFunction properties #2639

Open
mmews-n4 opened this issue Aug 15, 2024 · 0 comments
Open

As a developer I want to access GeneratorFunction properties #2639

mmews-n4 opened this issue Aug 15, 2024 · 0 comments

Comments

@mmews-n4
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant