javascript-formatter

A Javascript formatter written in Javascript using a PEG

MIT License

Stars
9

Javascript Formatter

A Javascript formatter based on a PEG using PEG.js by David Majda.

Currently, it's tested with Node, but should be compatible with other Javascript environments.

Getting Started

node test.js

Buyer Beware!

Currently, comments are discarded and it may still miss some uncommon Javascript constructs.

Credits

The javascript.pegjs is based on an example of PEG.js.