You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: