Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When using @custom-element decorator and @element with same tags, its fails #218

Open
wapophis opened this issue Jun 4, 2021 · 0 comments

Comments

@wapophis
Copy link

wapophis commented Jun 4, 2021

I'm using a file structure like this:
/dist/src/wcView.js (extends from the viewModel) (@custom-element decorator) (here only goes @events and other stuff in a main jsdoc block commented code)
/dist/src/WcViewModel.js ( extends from lit) (@element in the comments, properties are in the view model)
/dist/src/css/anystyle.css.js (only css) (@element in the comments, @cssprops)

When making wca analisis only the viewmodel and css are reported, but if i remove the @custom-element decorator everything is reported as expected.

Thanks for your time and work. Cheers in advance, very useful integration with storybook and jsdoc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant