broccolijs / broccoli

Browser compilation library – an asset pipeline for applications that run in the browser
https://broccoli.build
MIT License
3.33k stars 217 forks source link

Broccoli plugin not working after upgrading to vinyl-fs 4 #505

Closed karellm closed 9 months ago

karellm commented 10 months ago

I maintain the i18next-parser project that include a broccoli plugin and when I try to upgrade to vinyl-fs@4, my broccoli test aren't working anymore. After spending hours to debug the issue, I can't quite figure out why and would greatly appreciate an outsider look.

You can find the failing test here: https://github.com/i18next/i18next-parser/blob/master/test/broccoli/broccoli.test.js#L31

From the looks of it, the files are not even being picked up. I think the issue comes from this line: https://github.com/i18next/i18next-parser/blob/master/src/broccoli.js#L25

Quite frankly, I'm running out of ideas as to why the files are not inputed properly (and as a result no file is outputed). Thanks in advance for any assistance you can provide.

karellm commented 9 months ago

The issue was related to an update in glob-stream.