Vaughan Rouesnel

Results 215 comments of Vaughan Rouesnel
trafficstars

Doesn't work for `.svelte` files either. https://github.com/vitejs/vite/blob/c45576ab18c42ce950ba76f0f389ad3dde2ab012/packages/vite/src/node/utils.ts#L298-L299

I think `find` will work better for my example. But if I did want to take until a predicate, is this possible?

Example: Read first paragraph from a `README.md` file after the heading. ``` coffeescript s = require 'string' fs = require 'fs' h = require 'highland' filePath = ... file =...

I vote for `.js`. Then you can require the config from another location, or dynamically generate it when its used.

The config format is less important than fixing the config options. There are so many hacks needed at present to get Flow working in many cases, which is why .json...