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(209): add type class field to generate typescript definitions #286

Closed
wants to merge 1 commit into from

Conversation

agsh
Copy link
Owner

@agsh agsh commented Feb 25, 2023

For the npx -p typescript tsc lib/cam.js --declaration --allowJs --emitDeclarationOnly --outDir types command.
Maybe types will be added in the master for v.0.6, but I'm still working on another branch which is written in ts

@agsh agsh self-assigned this Feb 25, 2023
@grreb
Copy link

grreb commented Feb 25, 2023

Well it does then compile, but it generates a duplicate export of Cam, and in the other files Cam is either typed as Class or any. Seems that this requires more work....

@agsh agsh added the wontfix label Jun 29, 2024
@agsh
Copy link
Owner Author

agsh commented Jun 29, 2024

Work continues #221

@agsh agsh closed this Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants