Closed nolimits4web closed 6 years ago
Now we search for required helpers based on Member Expression:
[this/that/self/component].[el/slots/dispatchEvents/...]
E.g. this.el, self.slots, component.dispatchEvent
this.el
self.slots
component.dispatchEvent
This doesn't cover cases when we have something like:
const { el, slots } = this;
Now we search for required helpers based on Member Expression:
E.g.
this.el
,self.slots
,component.dispatchEvent
This doesn't cover cases when we have something like: