MacKLess
MacKLess
I've been playing around with the input in v1.8.5 and noticed some interesting patterns as to when the endoftransmissionblock (EOTB) show up after beautification and when they don't. * EOTB...
The fix will require adding a new "MODE", so this is basically blocked waiting on the javascript parsing project.
As of v1.8.0-rc4 the actual input is incorrect in a whole new way: ``` const MyComponent = ({ requiredPropA, requiredPropB, }) => ( INSERT MARKUP HERE ); ```