-
-
Notifications
You must be signed in to change notification settings - Fork 15k
--emit=dep-info stdout support #47112
Copy link
Copy link
Closed
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I'm working on the integration of wasm and rust into parcel.js, and we want to use
--emit=dep-infoto 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!