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/
226 stars 37 forks source link

Arrow functions not getting categorized properly #255

Open kwickramasekara opened 1 month ago

kwickramasekara commented 1 month 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 1 month ago

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