-
Notifications
You must be signed in to change notification settings - Fork 80
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
feat(core): add helper function to fetch a TD #1169
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1169 +/- ##
==========================================
+ Coverage 76.52% 76.61% +0.08%
==========================================
Files 80 80
Lines 16705 16725 +20
Branches 1616 1618 +2
==========================================
+ Hits 12784 12814 +30
+ Misses 3891 3880 -11
- Partials 30 31 +1 ☔ View full report in Codecov by Sentry. |
Shouldn't we deprecate this helper function and favor the new #1166? |
W.r.t. I am wondering what we should do w.r.t. to the existing Moreover, there is the interface |
Yes, I would deprecate the
The interface is there to not depend on the Core from the ThingModelHelpers pov. Users can decide to use the ThingModel helpers without using the Core package and implement their own resolver. I think we can appreciate this choice when we move the tool to a new repo. |
deprecate deprecate |
Closing in favor of #1183 |
fixes #1055