c8 icon indicating copy to clipboard operation
c8 copied to clipboard

Add support for yaml/.js configuration files

Open bcoe opened this issue 1 year ago • 2 comments

We've had a few requests for yaml and .js configuration files:

https://github.com/bcoe/c8/issues/425 https://github.com/bcoe/c8/issues/420


One issue with .yaml is that the available yaml parsers are massive, 10x the size of c8 itself.

.js configuration would perhaps be less unwieldy. We should look at how mocha approaches this (as I think there are potentially security pitfalls, we shouldn't just go with the naive approach).

bcoe avatar Nov 21 '22 21:11 bcoe