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

[undefined] as type of interface keys #9

Closed
ies1 opened this issue Sep 18, 2019 · 0 comments
Closed

[undefined] as type of interface keys #9

ies1 opened this issue Sep 18, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@ies1
Copy link
Collaborator

ies1 commented Sep 18, 2019

There are some cases, where the type of a key is undefined.

interface Element {
        id?: undefined;
        ...
interface SimpleQuantity extends Quantity {
        comparator?: undefined;
        ...

Should be a problem with the resource generation from the definition.json files.

@ies1 ies1 added the bug Something isn't working label Sep 18, 2019
@ies1 ies1 closed this as completed Sep 18, 2019
ies1 pushed a commit that referenced this issue Sep 18, 2019
ies1 added a commit that referenced this issue Sep 18, 2019
should fix #8 and #9. please open more issues if there are more probl…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant