sindresorhus / gulp-filter

Filter files in a `vinyl` stream
MIT License
315 stars 37 forks source link

Migrate to ESM with updated dependencies #96

Closed pioug closed 1 year ago

pioug commented 1 year ago

The tests are passing in my fork https://github.com/pioug/gulp-filter/actions/runs/5621361228. Just one warning reported by linter. It's in test.js so it should be good enough.

  test.js:256:19
  ⚠  256:19  Too many nested callbacks (5). Maximum allowed is 4.  max-nested-callbacks

  1 warning