Open perrin4869 opened 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.
mjs
Edit: I could add regression tests for this, but they would only run on node >= 12...
This is intended to be a non-breaking new feature. This enables doing:
from inside
mjs
files in node.Edit: I could add regression tests for this, but they would only run on node >= 12...