eslint-plugin-lwc icon indicating copy to clipboard operation
eslint-plugin-lwc copied to clipboard

Try to identify custom elements that don't import `LightningElement` directly in SSR rules

Open abdulsattar opened this issue 2 years ago • 0 comments
trafficstars

SSR rules check whether a class is a component by checking if it inherits LightningElement. However, that class could be inheriting another class which in turn inherits LightningElement. We should try to identify those classes and log SSR errors in those cases as well.

abdulsattar avatar Feb 01 '23 06:02 abdulsattar