oakmac / standard-clojure-style-js

Standard Clojure Style in JavaScript
ISC License
84 stars 1 forks source link

change parser to distinguish between whitespace and newline nodes? #15

Open oakmac opened 8 months ago

oakmac commented 8 months ago

This is an internal / implementation issue.

I think some of the formatter implementation might be simpler / easier to understand if the parser created newline nodes separately from whitespace nodes.

Not a super high priority, but I wanted to create an issue to track this.