David Clark
David Clark
This sounds like a great plan to me, both in terms of the API for a `css-values` module and the monorepo organization.
The thing that I think would help the most in bringing me or some other potential contributor up to speed on the intentions module would be an example how it...
Ok, I'd like to try to talk through some details and you correct me if I'm wrong :) - `acquire` simply gets the latest JSON data from MDN. - When...
Thanks for the confirmation. Will probably dig in pretty soon. Meanwhile, just ran across this: http://www.slideshare.net/maxdesign/understanding-the-mysteries-of-the-css-property-value-syntax. You probably already reviewed that information when making the parser. Helped me.
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...
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...
@evilebottnawi Yeah, I'd be curious what implementation you think will work best. Is there a third-party loader that does this well already? Looks like maybe the [woefully underdocumented `import()` function](https://nodejs.org/api/esm.html#esm_code_import_code_expressions)...
Why do we need to check the Node version instead of `typeof import !== 'undefined'`? Does `import()` work with CommonJS files (`.cjs` or often `.js`)? The docs don't explain that,...
Thanks for the PR, @k2snowman69. I'm going to try to look into this soon. I'm starting a `v7` branch to merge upcoming breaking changes without making the repo's readme confusing....
See https://github.com/davidtheclark/cosmiconfig/pull/241: default support for `.cjs` will arrive in v7.