Glavin Wiechert

Results 312 comments of Glavin Wiechert

Good idea. I think @szeck87 and I have discussed in the past a package like `unibeautify-packed` where it comes with everything all in one and then it is reused for...

I am not aware of any ready-made mechanism from `npm` itself. Will have to create a npm package. Here's a repo for anyone interested in contributing: https://github.com/Unibeautify/packed

Atom-Beautify generated a Markdown file for debug information: https://github.com/Glavin001/atom-beautify/blob/master/src/beautify.coffee#L288-L509 With Unibeautify, I would like to build debugging into the core, and export as JSON. Then the JSON can be read...

No need. Unibeautify is going to need fairly unique debugging information being returned, such as the intermediate results from multiple beautifiers in series (see #4 ) and more. I may...

Town Crier looks beautiful. The checklist you have above is great! I have been thinking we should also report the version of package dependencies, too, such as `prettier` and `js-beautify`,...

Winston is good. I've recently used https://github.com/log4js-node/log4js-node as well.

That is a massive selling point 👍

log4js-node uses appenders: https://log4js-node.github.io/log4js-node/appenders.html

> So would the Unibeautify config look something like the following? Something like that. Maybe using `version` instead of `language_version`. 🤔 I also want the language versions to be discrete...

@lassik This looks great! 🎉