vue-to-react icon indicating copy to clipboard operation
vue-to-react copied to clipboard

Cannot parse comments

Open mcshaz opened this issue 6 years ago • 0 comments

Thank you very much for creating this tool! while below is not valid JSON, it is valid ECMAscript

{
  data(): return {
    propA: 1,
    propB: 2,
    // end of numeric props
    propC ..

Error Info

Unexpected token, expected ,

in fact an unexpected token error is raised for any comment - even at the end of a line within a method

mcshaz avatar Jun 12 '19 09:06 mcshaz