Jorge Beltrán

Results 7 comments of Jorge Beltrán

please @fkling review

It does work with @babel/parser if you select typescript plugin and unselect flow. ![error when typescript with TSAsExpression #691](https://github.com/fkling/astexplorer/assets/767358/9823efe8-7bf7-4592-8bfa-c7c3a720ea2e) Please close issue

In the console in Chrome/Chromium you can see is not a parser error: ![rangeerror](https://github.com/fkling/astexplorer/assets/767358/5be0720e-3df4-48a9-808a-37028a25601c) 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,...