From 44f8ae5ba2b6b4954d6562aff2f4e704cfa1a966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 1 Nov 2021 16:17:46 +0100 Subject: Limit exports to those used by imports. This gives a clearer picture of what is dead code and what isn't. --- static/popup.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'static/popup.ts') diff --git a/static/popup.ts b/static/popup.ts index 3fb4ae54..90cb9e1c 100644 --- a/static/popup.ts +++ b/static/popup.ts @@ -1,5 +1,7 @@ import { find_block, find_popup, PopupElement } from './globals' -export { event_from_popup, popup_from_event, close_popup, close_all_popups, VIEW, open_popup, toggle_popup, activePopup } +export { event_from_popup, popup_from_event, close_popup, + close_all_popups, /* VIEW, */open_popup, toggle_popup, activePopup +} /* event component => coresponding popup component */ -- cgit v1.2.3