donkirkby / live-py-plugin

Live coding in Python with PyCharm, Emacs, Sublime Text, or even a browser
https://donkirkby.github.io/live-py-plugin
MIT License
291 stars 57 forks source link

unescapeString method #347

Closed donkirkby closed 2 years ago

donkirkby commented 2 years ago

The unescapeString() method in SampleAnalyst.js is a bit of a hack, only slightly better than a direct call to eval(). Port the proper implementation from the PyCharm version.