You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 I just was pointed to this package and it's fantastic, thank you for making it!
It would be great if we could also retrieve package data such as version alongside the package. I have a use case where users might ask for a package by name, and it'd be nice to also show them the version.
Since adding it to tryImport would be a big breaking change, how about exporting a new function that returns { imported, package }?
👋 I just was pointed to this package and it's fantastic, thank you for making it!
It would be great if we could also retrieve package data such as version alongside the package. I have a use case where users might ask for a package by name, and it'd be nice to also show them the version.
Since adding it to
tryImport
would be a big breaking change, how about exporting a new function that returns{ imported, package }
?The text was updated successfully, but these errors were encountered: