ap0nia / eden-query

🙏 type-safe Elysia.js client with powerful asynchronous state management.
https://ap0nia.github.io/eden-query/
MIT License
34 stars 3 forks source link

refactor: ♻️ eden plugin #50

Closed ap0nia closed 1 month ago

ap0nia commented 1 month ago

Issue

The elysia plugins are strongly typed, and can are sensitive to type changes from the upstream library.

Solution

Make the plugins type-unsafe by default, so they're easier to use.

Project

Somewhat resolves #49

codecov-commenter commented 1 month ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 0% with 12 lines in your changes missing coverage. Please review.

Project coverage is 48.89%. Comparing base (401b2df) to head (08b15d7).

Files with missing lines Patch % Lines
packages/eden/src/plugins/batch.ts 0.00% 4 Missing :warning:
packages/eden/src/plugins/index.ts 0.00% 4 Missing :warning:
packages/eden/src/plugins/transform.ts 0.00% 4 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #50 +/- ## ========================================== - Coverage 49.13% 48.89% -0.25% ========================================== Files 35 35 Lines 1795 1804 +9 Branches 250 250 ========================================== Hits 882 882 - Misses 898 907 +9 Partials 15 15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.