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

Proposal: Add ability to skip the index file generation #336

Closed
yekver opened this issue Feb 22, 2022 · 2 comments
Closed

Proposal: Add ability to skip the index file generation #336

yekver opened this issue Feb 22, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@yekver
Copy link
Contributor

yekver commented Feb 22, 2022

I faced with a situation when exported interfaced from different schema files can have the same names. This causes errors TS2300 (Duplicate identifier 'MyDuplicatedTypeName') in index.ts file.
We can add an ability to skip generation of the index.ts file to deal with such cases or convert exports to named exports to provide namespacing

@anymaniax anymaniax added the enhancement New feature or request label Feb 22, 2022
@yekver
Copy link
Contributor Author

yekver commented May 14, 2022

Looks like this issue can be linked to #335

@soartec-lab
Copy link
Member

iI believe this issue was probably resolved in #1104, so I'll close it.

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

No branches or pull requests

3 participants