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

Missing support for types with the same name but different numbers of generic type parameters #4

Open
Chips100 opened this issue Apr 27, 2019 · 0 comments

Comments

@Chips100
Copy link
Owner

When types are declared with the same name but different numbers of generic type parameters, the transpiled result will only include one version (with one-file-per-type output) or have conflicting definitions in the bundled file.
As this is not out-of-the-box valid in TypeScript, it needs to be tackled by a slightly varying translation (?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant