<div class="highlight highlight-source-js"><pre><span class="pl-k">async</span> <span class="pl-k">function</span> <span class="pl-en">test</span>(<span class="pl-smi">a</span>,<span class="pl-smi">b</span>)
{
    <span class="pl-en">console</span>.<span class="pl-c1">log</span>(a<span class="pl-k">+</span>b);
}

<span class="pl-k">function</span> <span class="pl-en">test_missing</span>(<span class="pl-smi">a</span>,<span class="pl-smi">b</span>)
{
    <span class="pl-en">console</span>.<span class="pl-c1">log</span>(a<span class="pl-k">+</span>b);
}</pre></div>
<p>As soon as one function is declared as async<br>
the parser breaks and the symbollist does not show any more functions</p>
<p>Might be solved with<br>
<a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="254528810" data-permission-text="Issue title is private" data-url="https://github.com/universal-ctags/ctags/issues/1544" href="https://github.com/universal-ctags/ctags/pull/1544">universal-ctags/ctags#1544</a><br>
but patching Release failed 1.33</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/1933">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ8-1BH5aTY7VSNzA1tenOzFp2HIhks5uUo5qgaJpZM4WMwUJ">mute the thread</a>.<img src="https://github.com/notifications/beacon/ABDrJ_fBE-Y_l6ZlvETlmI9kTcbjKICRks5uUo5qgaJpZM4WMwUJ.gif" height="1" width="1" alt="" /></p>
<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/geany/geany","title":"geany/geany","subtitle":"GitHub repository","main_image_url":"https://assets-cdn.github.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-cdn.github.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/geany/geany"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"Javascript async function breaks parser (#1933)"}],"action":{"name":"View Issue","url":"https://github.com/geany/geany/issues/1933"}}}</script>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/1933",
"url": "https://github.com/geany/geany/issues/1933",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
},
{
"@type": "MessageCard",
"@context": "http://schema.org/extensions",
"hideOriginalBody": "false",
"originator": "AF6C5A86-E920-430C-9C59-A73278B5EFEB",
"title": "Javascript async function breaks parser (#1933)",
"sections": [
{
"text": "",
"activityTitle": "**Michael Schwab**",
"activityImage": "https://assets-cdn.github.com/images/email/message_cards/avatar.png",
"activitySubtitle": "@MichaelSchwab",
"facts": [
{
"name": "Repository: ",
"value": "geany/geany"
},
{
"name": "Issue #: ",
"value": 1933
}
]
}
],
"potentialAction": [
{
"name": "Add a comment",
"@type": "ActionCard",
"inputs": [
{
"isMultiLine": true,
"@type": "TextInput",
"id": "IssueComment",
"isRequired": false
}
],
"actions": [
{
"name": "Comment",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueComment\",\n\"repositoryFullName\": \"geany/geany\",\n\"issueId\": 1933,\n\"IssueComment\": \"{{IssueComment.value}}\"\n}"
}
]
},
{
"name": "Close issue",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"IssueClose\",\n\"repositoryFullName\": \"geany/geany\",\n\"issueId\": 1933\n}"
},
{
"targets": [
{
"os": "default",
"uri": "https://github.com/geany/geany/issues/1933"
}
],
"@type": "OpenUri",
"name": "View on GitHub"
},
{
"name": "Unsubscribe",
"@type": "HttpPOST",
"target": "https://api.github.com",
"body": "{\n\"commandName\": \"MuteNotification\",\n\"threadId\": 372442377\n}"
}
],
"themeColor": "26292E"
}
]</script>