Closed nolimits4web closed 6 years ago
We don't need to add most of polyfills if they are not used in component, that we can try to detect based on analyzing ast. Need to check for the following:
el
.el
slots
.slots
dispatchEvent
.dispatchEvent
setState
children
.children
parents
.parents
refs
Done
We don't need to add most of polyfills if they are not used in component, that we can try to detect based on analyzing ast. Need to check for the following:
el
based on.el
accessslots
based on.slots
accessdispatchEvent
based on.dispatchEvent
accesssetState
based on.dispatchEvent
accesschildren
based on.children
accessparents
based on.parents
accessrefs
based on.parents
access