open-wc / custom-elements-manifest

Custom Elements Manifest is a file format that describes custom elements in your project.
https://custom-elements-manifest.open-wc.org/
243 stars 45 forks source link

Arrow functions not getting categorized properly #255

Open kwickramasekara opened 6 months ago

kwickramasekara commented 6 months ago

Checklist

Expected behavior Arrow functions to be categorized as methods similar to regular functions.

Actual behavior Arrow functions currently get categorized as field instead of method. Please see repro.

image
kwickramasekara commented 6 months ago

@thepassle created a Github issue based on your suggestion in Discord channel.