-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
add a typescript version of autogen #5677
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 42 out of 42 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (1)
typescript/samples/GettingStarted/Checker.ts:9
- [nitpick] The name 'TerminationF' and its usage via the property 'runUntilFunc' can be misleading since it returns a termination condition instead of a continuation indicator. Consider renaming them to something like 'shouldTerminate' for improved clarity.
type TerminationF = (x: number) => boolean;
adding doc comments into my typescript branch
Co-authored-by: Copilot <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5677 +/- ##
=======================================
Coverage 75.63% 75.63%
=======================================
Files 171 171
Lines 10548 10548
=======================================
Hits 7978 7978
Misses 2570 2570
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Why are these changes needed?
continuing to add support for key programming languages.
Related issue number
Closes #236
Checks