From aaf2cca0c7b1536bb677427c069928ecc9b56a03 Mon Sep 17 00:00:00 2001 From: Peter Burns Date: Wed, 15 Aug 2018 18:33:07 -0700 Subject: [PATCH] Protect DomModule.import against renaming --- lib/elements/dom-module.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/elements/dom-module.js b/lib/elements/dom-module.js index 017ffb111a..4f68eb4026 100644 --- a/lib/elements/dom-module.js +++ b/lib/elements/dom-module.js @@ -66,6 +66,9 @@ export class DomModule extends HTMLElement { * @param {string=} selector The css selector by which to find the element. * @return {Element} Returns the element which matches `selector` in the * module registered at the specified `id`. + * + * @export + * @nocollapse Referred to indirectly in style-gather.js */ static import(id, selector) { if (id) {