Skip to content

💡 Support nano-spawn #1769

Description

@patrik-csak

Suggest an idea for Knip

I'm working on an app where I call gsutil as a child process

knip.json:

{
	"ignoreBinaries": ["gsutil"]
}

I migrated from Execa to Nano-Spawn

-   await execa('gsutil', arguments_);
+   await spawn('gsutil', arguments_);

Now Knip doesn't recognize the gsutil call:

npx knip
Configuration hints (1)
gsutil    knip.json  Remove from ignoreBinaries

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions