gogocode
gogocode copied to clipboard
fix(vue): SFC toString
This is a rewrite of the Vue generate toString
function which fixes a couple issues with the current implementation:
- Block sort order is retained
- Code comments and newlines are retained
I have added some additional test cases with valid SFCs which fail with the current implementation.