Skip to content

refactor: wip: migrate files to ts#68

Merged
tpoisseau merged 6 commits intomainfrom
64-export-types-of-arguments-and-returns-of-package-methods
Jun 12, 2025
Merged

refactor: wip: migrate files to ts#68
tpoisseau merged 6 commits intomainfrom
64-export-types-of-arguments-and-returns-of-package-methods

Conversation

@tpoisseau
Copy link
Copy Markdown
Contributor

No description provided.

@tpoisseau tpoisseau linked an issue Jun 11, 2025 that may be closed by this pull request
4 tasks
@codecov
Copy link
Copy Markdown

codecov bot commented Jun 11, 2025

Codecov Report

Attention: Patch coverage is 97.84946% with 6 lines in your changes missing coverage. Please review.

Project coverage is 98.08%. Comparing base (c0bcdfd) to head (0e75338).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/check_options.ts 94.91% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #68      +/-   ##
==========================================
+ Coverage   96.29%   98.08%   +1.78%     
==========================================
  Files           5        7       +2     
  Lines         351      313      -38     
  Branches       58       59       +1     
==========================================
- Hits          338      307      -31     
+ Misses         13        6       -7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

* migrate jsdoc types to ts interfaces or types
* infer missing types from jsdoc
* improve types coherence
so index file contain only export directives
@tpoisseau
Copy link
Copy Markdown
Contributor Author

tpoisseau commented Jun 12, 2025

git squash commit

refactor: finalize typescript migration

* migrate jsdoc types to ts interfaces or types
* infer missing types from jsdoc
* improve types coherence
* move `levenbergMarquardt` into dedicated file, so the index file contain only export directives
* properly export `levenbergMarquardt` arguments and return types
* switch from `documentation.js` to TypeDoc

Closes: https://github.com/mljs/levenberg-marquardt/issues/64

@tpoisseau tpoisseau requested a review from targos June 12, 2025 08:42
@tpoisseau tpoisseau marked this pull request as ready for review June 12, 2025 08:42
tpoisseau added a commit that referenced this pull request Jun 12, 2025
@tpoisseau tpoisseau force-pushed the 64-export-types-of-arguments-and-returns-of-package-methods branch from 3cc403e to b7ead67 Compare June 12, 2025 08:56
@tpoisseau tpoisseau requested a review from targos June 12, 2025 08:56
@tpoisseau tpoisseau merged commit ff49537 into main Jun 12, 2025
10 checks passed
@tpoisseau tpoisseau deleted the 64-export-types-of-arguments-and-returns-of-package-methods branch June 12, 2025 13:45
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.

export types of arguments and returns of package methods

2 participants