daniel-samson / typefs

💾 The single way to manipulate files in NodeJS.
https://typefs.io
MIT License
1 stars 0 forks source link

feature: #210 - splitting type definitions out into separate repository #213

Closed daniel-samson closed 1 year ago

daniel-samson commented 1 year ago

Description

adds the typefs-registry package to typefs.

Motivation and Context

Implements part of #210

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Base: 97.97% // Head: 97.83% // Decreases project coverage by -0.13% :warning:

Coverage data is based on head (0fbb1ed) compared to base (b942923). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #213 +/- ## ========================================== - Coverage 97.97% 97.83% -0.14% ========================================== Files 10 8 -2 Lines 345 323 -22 Branches 31 28 -3 ========================================== - Hits 338 316 -22 Misses 4 4 Partials 3 3 ``` | [Impacted Files](https://codecov.io/gh/daniel-samson/typefs/pull/213?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+Samson) | Coverage Δ | | |---|---|---| | [lib/config.ts](https://codecov.io/gh/daniel-samson/typefs/pull/213/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+Samson#diff-bGliL2NvbmZpZy50cw==) | `100.00% <ø> (ø)` | | | [lib/drivers/index.ts](https://codecov.io/gh/daniel-samson/typefs/pull/213/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+Samson#diff-bGliL2RyaXZlcnMvaW5kZXgudHM=) | `100.00% <ø> (ø)` | | | [lib/drivers/file-driver.ts](https://codecov.io/gh/daniel-samson/typefs/pull/213/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+Samson#diff-bGliL2RyaXZlcnMvZmlsZS1kcml2ZXIudHM=) | `100.00% <100.00%> (ø)` | | | [lib/drivers/s3-driver.ts](https://codecov.io/gh/daniel-samson/typefs/pull/213/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+Samson#diff-bGliL2RyaXZlcnMvczMtZHJpdmVyLnRz) | `96.53% <100.00%> (-0.02%)` | :arrow_down: | | [lib/index.ts](https://codecov.io/gh/daniel-samson/typefs/pull/213/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+Samson#diff-bGliL2luZGV4LnRz) | `100.00% <100.00%> (ø)` | | | [lib/storage.ts](https://codecov.io/gh/daniel-samson/typefs/pull/213/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+Samson#diff-bGliL3N0b3JhZ2UudHM=) | `96.29% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+Samson). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Daniel+Samson)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.