ipatalas / vscode-postfix-ts

Postfix notation for TypeScript/Javascript - extension for VS Code
MIT License
158 stars 43 forks source link

Incorrect `'\\\\'` escaping #94

Closed zardoy closed 2 years ago

zardoy commented 2 years ago

Hey! How are you doing? There is a code that it breaks:

'\\\\'.const -> const name = '\\'

Probably easy to fix, I didn't look atm, just leaving it there.