gulpjs / vinyl

Virtual file format.
MIT License
1.28k stars 107 forks source link

Add named exports in esm module #152

Open perrin4869 opened 2 years ago

perrin4869 commented 2 years ago

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