vinyl
vinyl copied to clipboard
Add named exports in esm module
This is intended to be a non-breaking new feature. This enables doing:
import { isVinyl } from 'vinyl';
from inside mjs files in node.
Edit: I could add regression tests for this, but they would only run on node >= 12...