-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add missing dependency for types #1
Conversation
|
I don't think that will work because the |
This sounds like a bunch of work that is meaningless and inexplicable to anyone else, but specifically meant to solve a TS issue which only occurs with pnp. Say someone else makes an extension, how would they know about this? Perhaps you can not use pnp? Or you can use |
This is not a TS or Yarn PnP issue. The issue is that this package imports a type from another package that it doesn't have a dependency on. That's an issue for the same reason it would be an issue to import a JS function from a package with npm without having a dependency on it, right? |
My last comment was in response to your idea for introducing Reading this particular code again, my earliest assessment was incorrect (#1 (comment)). This utility does expose extensions. Still, my proposed |
This comment has been minimized.
This comment has been minimized.
Makes sense, sorry for the confusion. Is syntax-tree/mdast-util-gfm-table#2 in the same boat? |
Thanks, released! |
Initial checklist
Description of changes
Fix these build errors: