Tobias Koppers

Results 178 comments of Tobias Koppers

> I want to use compiler.intermediateFileSystem.readFileSync Use `readFile` instead. We could add them only as optional methods, otherwise it would be a breaking change.

Yes feel free to do that, but there won't be a guarantee that some other plugin omit this method as it's optional. The default fs has this method.

I don't understand the problem. If you add `src` as `contextDependency` it will report `src` as changed once anything in `src` changes. And this also triggers a rebuild. `modifiedFiles` will...

I tried running the watchpack test suite within a 8.3 folder and there where no problems. > If it's expected, then the name ’modifiedFiles’ is misleading :) yes maybe it's...

But I really noticied a small difference when using 8.3 names. It reports `C:\PROGRA~1` as removed as it wasn't able to find the folder with readdir...

> I resolved an 8.3 path using `fs.resolveSync.native` in my tests How did you do that exactly? I wasn't able to find `fs.resolveSync.native`?

> ![imagen](https://user-images.githubusercontent.com/19596334/147315828-1961a663-b383-4260-9b55-89500c3ea1dd.png) When working with async modules you need to make sure that your are working only with ESM imports. And also make sure to not accidentically transpile them (via...