Elliot Davies

Results 8 comments of Elliot Davies

Ah... So Webpack never actually sees the Flow-only files, because they're only parsed by Flow itself (and then in my case the annotations are removed by Babel)? That's annoying.

That sounds good to me - in which case we should document that, and do some checks for `.js` globs so that we can throw warnings / errors.

@f-f Oh of course, because of the absolute paths on Windows... 🙈 I guess we'll have to do without for now?

The tests are continuing to fail on Windows because I switched to using `Dhall.Import.localToPath` which returns an OS-specific path, but our test fixtures hard-code the Unix versions. @f-f do you...

(I'm kind of blocked on this without a Windows machine of my own to test on. The fixtures certainly need updating but some of the other tests are failing too...

@xgrommx Do you mean that you'd like to install a package from Github that isn't available in the package set already? If so you can add the package to your...

@itmecho It's not an answer to your question, but if you're formatting a TSX file you may need to configure the `typescriptreact` filetype too: ``` let g:neoformat_enabled_typescriptreact = ['prettier'] ```...