Christoph Nakazawa
Christoph Nakazawa
We actually only use mock data, so we populate `.files` with an array of objects. But requiring it to be a File object would be reasonable I think.
I'd much rather create a real FileList with real data, though.
It should also be possible to access FileList items using their array-indices. `.item` is not the only way to access their fields.
Yeah, I mean it isn't awesome to tell engineers to use Object.defineProperty over a regular assignment but I can live with it.
Yeah, I think this should work if in the eslint runner you report all tests within a file as skipped.
@rogeliog what about setting https://github.com/rogeliog/jest-runner-eslint/blob/master/src/utils/toTestResult.js#L18 and https://github.com/rogeliog/jest-runner-eslint/blob/master/src/utils/toTestResult.js#L13 ?
Yes, fuzzy search should be the default! Send a PR :)
@nathanhammond you are right this would be desirable but right now putting a policy in place wouldn't affect anything. We simply don't have the resources to follow any one policy...
@xtian: Just to be clear here; our plans for Yarn at Facebook have measurable goals internally at Facebook and one of them is to stabilize Yarn over the next couple...
Does this matter anywhere except Facebook? Facebook uses Flow, so wouldn't be able to use Flow anyway. It's open source here: https://github.com/facebook/fbt but I don't know how many people use...