vinyl icon indicating copy to clipboard operation
vinyl copied to clipboard

Add named exports in esm module

Open perrin4869 opened this issue 3 years ago • 0 comments

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...

perrin4869 avatar May 17 '22 05:05 perrin4869