Jorge Beltrán
Jorge Beltrán
please @fkling review
It does work with @babel/parser if you select typescript plugin and unselect flow.  Please close issue
In the console in Chrome/Chromium you can see is not a parser error:  In Firefox would just crash your tab. the file is 58k lines code transformed in who...
Right, if the string length limit is reached a possibility is to give the option of downloading the json file. Feel free of send a pull request with that feature...
No, I don't think it's possible to copy, but nice idea for a feature. but, what should be the format of the text copied? I believe that should be discussed.
Parser used for python is _filbert_ which is fairly old (8 years old) and it seems that syntax is not supported by _filbert_. We could try to integrate another python...
Something like throwing a `ReferenceError` when `findTarget` returns `undefiend` (and `findTargets` returns empty Array) would do the work. I've checked that there is not throw Error in the whole project,...