gulpjs / vinyl-fs

Vinyl adapter for the file system.
MIT License
971 stars 156 forks source link

Change stats cloning in next major #354

Open phated opened 5 months ago

phated commented 5 months ago

When we drop older node versions, we need to investigate swapping how we clone fs.Stats

We might switch it out for "better stats" as we've considered in the past, or we might explore cloning with structuredClone

svivian commented 2 months ago

Is there any progress on this? According to other issues it's due to support for Node 10, but that became EOL several years ago.