David Clark
David Clark
Just posted this note at the top of the README: > MAINTAINERS WANTED! If you're interested in taking over and maintaining Cosmiconfig, please let @davidtheclark know (with an issue or...
Known to-dos: - [ ] Document change to `defaultLoaders` (`loadJs` is async) and exposure of `defaultLoadersSync`. Or consider changing this. And maybe we want to address https://github.com/davidtheclark/cosmiconfig/issues/226. - [ ]...
By using the `--experimental-vm-modules` flag and some workarounds for the inability to clear the ESM loader cache, the tests are now passing for me locally. But on Travis, they are...
Just posted this note at the top of the README: > MAINTAINERS WANTED! If you're interested in taking over and maintaining Cosmiconfig, please let @davidtheclark know (with an issue or...
I don't want to drop support for Node 12 because at least one key user, Stylelint, still supports Node 12 and we don't have a reason of our own to...
Asking Stylelint about both yaml/js-yaml and Node version support over in https://github.com/stylelint/stylelint/issues/6101#issuecomment-1140465191.
Hi @theKashey! Are you unable to do these things right now, by customizing your `searchPlaces` and `loaders`?
We're using parse-json because it provides significantly nicer error messages for invalid JSON. Have you encountered any problem with it, or have another suggestion? I don't want to degrade the...
Hi @jheyer159. The `loadJS` implementation uses `require`, relying on Node.js to parse the JS, so it doesn't have a way to handle a `content` parameter where you'd pass a raw...
Thanks @foray1010. I like the article: I find it convincing and I'll try using TOML more often :) @olsonpm is right, though, that we won't be adding another default for...