istanbuljs / istanbuljs/spawn-wrap

Support use of `-e` flag.

Open
#22 3 comments 2 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
41
Forks
18
PR merge metrics
No merged PRs in 30d

Description

See: https://github.com/sindresorhus/ava/pull/815

Specifically: https://github.com/sindresorhus/ava/pull/815#issuecomment-218839461

This is because that PR makes use of the `-e` flag to fork a child process. Use of the `-e` flag causes `spawn-wrap` to disable wrapping that particular process.

It seems entirely possible that `spawn-wrap` could support the `-e` flag when detected by using the `vm` module, or maybe just simply by using `eval`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.