[Github-comments] [geany/geany] Javascript async function breaks parser (#1933)

Michael Schwab notifications at xxxxx
Sun Aug 26 12:02:50 UTC 2018


```javascript
async function test(a,b)
{
    console.log(a+b);
}

function test_missing(a,b)
{
    console.log(a+b);
}
```
As soon as one function is declared as async
the parser breaks and the symbollist does not show any more functions

Might be solved with
https://github.com/universal-ctags/ctags/pull/1544
but patching Release failed 1.33 



-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1933
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180826/79f340ff/attachment.html>


More information about the Github-comments mailing list