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

3.1.2 breaks on names with dots #120

Open
woutermont opened this issue Jul 17, 2023 · 1 comment
Open

3.1.2 breaks on names with dots #120

woutermont opened this issue Jul 17, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@woutermont
Copy link
Contributor

The fix in 3.1.2 (7301c3e) introduces a bug affecting filenames with dots other than the .ts extension, like some codebases use to distinguish between classes extending from certain core interfaces, e.g. my-example.handler.ts. The generator now strips from the first dot, and so goes looking for dist/my-example/index.d.ts instead of dist/my-example.handler.d.ts

@rubensworks rubensworks added the bug Something isn't working label Jul 19, 2023
@AbelVandenBriel
Copy link

We just discovered this bug as well. Exact same issue. +1

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

3 participants