Replies: 1 comment 1 reply
-
No. I may provide a REST API for that, but how would you get it up to date without a network request? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, we have swc plugins that are in use in our code base. Since the plugins are not backward compatible, we want a way to programmatically access the compat range so we can modify our cargo files based on the resolved version in yarn.lock.
Is there a way to get the compat range programmatically without having to curl
https://plugins.swc.rs/
? It could also help if the plugins webpage routes could be parameterised to the corresponding filters.Beta Was this translation helpful? Give feedback.
All reactions