Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
get _input() {
return this.__input = this.__input ||
findAssignedNode(this.shadowRoot.querySelector('slot'), '*');
}
}
private get _input() {
return this.__input = this.__input ||
findAssignedNode(this.shadowRoot.querySelector('slot'), '*');
}
}