From b28ebb830ac4cd6fd5b8b0fd3084d77eaf5909c5 Mon Sep 17 00:00:00 2001 From: Steven Orvell Date: Mon, 16 Mar 2020 10:11:28 -0700 Subject: [PATCH] Fix static property for closure Static properties must use `@nocollapse`. --- src/lib/updating-element.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/updating-element.ts b/src/lib/updating-element.ts index 846af573..50dedcea 100644 --- a/src/lib/updating-element.ts +++ b/src/lib/updating-element.ts @@ -379,6 +379,7 @@ export abstract class UpdatingElement extends HTMLElement { * Note, this method should be considered "final" and not overridden. To * customize the options for a given property, override `createProperty`. * + * @nocollapse * @final */ protected static getPropertyOptions(name: PropertyKey) {