--emit=dep-info stdout support #47112
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-dev-tools
Relevant to the dev-tools subteam, which will review and decide on the PR/issue.
I'm working on the integration of wasm and rust into parcel.js, and we want to use
--emit=dep-info
to watch the dependencies, but we are wondering if it's possible to send the output to the stdout instead of creating a file.And btw is it doable to have a json output? this could help a bit the parsing of the dependencies from Node.
you can see our progress here
thanks!
The text was updated successfully, but these errors were encountered: