gogocode icon indicating copy to clipboard operation
gogocode copied to clipboard

fix(vue): SFC toString

Open coxy opened this issue 2 years ago • 0 comments

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.

coxy avatar Oct 24 '22 11:10 coxy