-
Notifications
You must be signed in to change notification settings - Fork 120
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
Export types of missing MDS classes and functions #137
Conversation
Thanks for the contribution, it's more than welcome! Can we do without a new external dependency? We've been working on slowly reducing dependencies where possible, so adding one only for types might offer alternative solutions. If it's only about static type definition, what would be the impact to copy them over? I think the original idea behind the typescript was to only add the types for the common APIs. You mentioned that it only partly solves your request - what else would we need? I think the current goal is not to strive for 100%, but make it a pleasing experience for typescript authors. |
Hey @JamesCullum Having a My suggestion would be to either remove the file or maintain it with every change. |
Thanks for the great feedback! Do you know where the additional deno-lock-file comes from? This is where my confusion was probably coming from. |
Actually I am not familiar with deno, all I know is that deno is deprecated.
|
I'm not sure where you've got that from, but I wasn't able to find any sources supporting that. Let's focus on the PR then. I'll remove the Deno.lock changes and merge then, as the changes otherwise are useful additions - thanks! |
Reverse deno-lock changes
Codecov ReportPatch and project coverage have no change.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #137 +/- ##
=======================================
Coverage 92.97% 92.97%
=======================================
Files 16 16
Lines 6007 6007
=======================================
Hits 5585 5585
Misses 422 422 ☔ View full report in Codecov by Sentry. |
Sorry, I might have been wrong about it.. Anyways I couldn't make the lib work with MDS v3 so far, I think it's not true that it supports MDS V3. Do you know if there is a guide/example for it? |
I've seen a few PRs and unit tests about it, so I'm confident it should work. My own projects didn't use it, so I'd recommend searching around in our Github repository and issues for people with a similiar challenge. |
main.d.ts missing MDS types, partially solves #136