Skip to content

Conversation

@sam-goodwin
Copy link
Owner

@sam-goodwin sam-goodwin commented Aug 3, 2022

Partial #374

We were missing the following information from our tree:

async function foo() { }
function *foo() {}
async function *foo() {}

class Foo {
  async foo() { }
 *foo() {}
  async *foo() {}
}

object?.[element]
        // ^ 

@netlify
Copy link

netlify bot commented Aug 3, 2022

Deploy Preview for effortless-malabi-1c3e77 ready!

Name Link
🔨 Latest commit c793f30
🔍 Latest deploy log https://app.netlify.com/sites/effortless-malabi-1c3e77/deploys/62eb2dee8e3f1f00088116a9
😎 Deploy Preview https://deploy-preview-382--effortless-malabi-1c3e77.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@sam-goodwin sam-goodwin merged commit 85e82ee into main Aug 4, 2022
@sam-goodwin sam-goodwin deleted the missing-asterisk-async-modifier branch August 4, 2022 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants