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
Is your feature request related to a problem? Please describe.
I'm looking for a good isomorphic path library in javascript that can be used in both the browser and Node. I can't move to Deno just yet, but @std/path looks great!
From #4914 it seems like it may already be cross-platform, or at least close to it. However it's not marked as such on jsr.
Describe the solution you'd like
If it's indeed cross platform, update the jsr page. If not, what are the gotchas? can a subset of it be safely used? Is there a way I can check myself other than trying to use it and hoping I bump into incompatibility errors before they cause actual bugs?
The text was updated successfully, but these errors were encountered:
Also in packages that are marked as node compatible (e.g. @std/yaml), I couldn't find anything in the code that checked that, i guess the org just enables it on jsr once the package doesn't visibly depend on any Deno specific things?
Is your feature request related to a problem? Please describe.
I'm looking for a good isomorphic path library in javascript that can be used in both the browser and Node. I can't move to Deno just yet, but
@std/path
looks great!From #4914 it seems like it may already be cross-platform, or at least close to it. However it's not marked as such on jsr.
Describe the solution you'd like
If it's indeed cross platform, update the jsr page. If not, what are the gotchas? can a subset of it be safely used? Is there a way I can check myself other than trying to use it and hoping I bump into incompatibility errors before they cause actual bugs?
The text was updated successfully, but these errors were encountered: