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

javascript bindings + docs generation enhancements ( generate typescript defination .d.ts files) #4487

Merged
merged 24 commits into from Feb 7, 2024

Conversation

tarunKoyalwar
Copy link
Member

@tarunKoyalwar tarunKoyalwar commented Dec 14, 2023

@tarunKoyalwar tarunKoyalwar self-assigned this Dec 14, 2023
@ehsandeep ehsandeep linked an issue Dec 15, 2023 that may be closed by this pull request
@tarunKoyalwar tarunKoyalwar changed the title issue 4248 ts docs javascript bindings + docs generation enhancements ( generate typescript defination .d.ts files) Feb 5, 2024
@tarunKoyalwar
Copy link
Member Author

tarunKoyalwar commented Feb 5, 2024

TODO (Code Generation Fixes)

  • Auto Create Constructors for all Types/Structs ( map it with existing NewXXX methods if any )
  • Fix .d.ts generation issue ( i.e replace interface{} with any )
  • Fix Missing ? nullable class property operator
  • Fix Build / Test Failure

TODO (other)

  • Add Automatic Documentation for Helper Function in JS/Flow and globals (postponed)

@tarunKoyalwar tarunKoyalwar mentioned this pull request Feb 6, 2024
13 tasks
@tarunKoyalwar tarunKoyalwar marked this pull request as ready for review February 6, 2024 21:12
@ehsandeep ehsandeep merged commit 3698534 into dev Feb 7, 2024
12 checks passed
@ehsandeep ehsandeep deleted the issue-4248-ts-docs branch February 7, 2024 16:15
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

Successfully merging this pull request may close these issues.

Generate typescript based docs for js modules and docs
2 participants