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

fix: Use Typescript source files for types #262

Merged
merged 1 commit into from
Jul 4, 2024
Merged

fix: Use Typescript source files for types #262

merged 1 commit into from
Jul 4, 2024

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Jul 2, 2024

Somehow Typescript changed to only include /// <reference comments if they are needed within the source file. In our case this means we have an empty Typescript definitions files because we only "export" them.

Solution: Export our types from the source.

Somehow Typescript changed to only include `/// <reference` comments
if they are needed within the source file. In our case this means we have
an empty Typescript definitions files because we only "export" them.

Solution: Export our types from the source.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@susnux susnux added bug Something isn't working 3. to review labels Jul 2, 2024
@susnux
Copy link
Contributor Author

susnux commented Jul 2, 2024

PS: This means the current 1.9.0 release is completely broken :(

@skjnldsv skjnldsv merged commit 5ea5e4f into master Jul 4, 2024
5 checks passed
@skjnldsv skjnldsv deleted the fix/types branch July 4, 2024 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants