+
+ ${this.nodeName.toLowerCase()} component error
+
+
Look at the developer console for more information.
+
`;
+ }
+ return originalMethod?.call(this);
+ };
+ return descriptor;
+ };
+}
+
+interface LitElementWithBindings extends LitElement {
+ bindings?: Bindings;
+}
+
+function BindingGuard