-
Hello! Parcels' Unless I'm missing something, it doesn't seem to be published to crates.io. I think it could be very useful for the rust community! For example
I'm working on a rust program to check a project's ESM readiness. I've been using swc node resolver but since it doesn't support "exports" my script is misclassifying certain transitive dependencies as CJS when they do in fact export ESM. I think this resolver is exactly what I need |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@devongovett wrote in https://discord.com/channels/894288336095690753/894668995444219914/1085044705827500045 :
In the meantime, you should be able to use it via the git repo: [dependencies]
parcel-resolver = { git = "https://github.com/parcel-bundler/parcel.git" } |
Beta Was this translation helpful? Give feedback.
@devongovett wrote in https://discord.com/channels/894288336095690753/894668995444219914/1085044705827500045 :
In the meantime, you should be able to use it via the git repo: