ipatalas / vscode-postfix-ts

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

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

Closed zardoy closed 1 year ago

zardoy commented 1 year 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.