aboutsummaryrefslogtreecommitdiff
path: root/static/globals.ts
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2021-11-01 16:17:46 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2021-11-01 16:17:46 +0100
commit44f8ae5ba2b6b4954d6562aff2f4e704cfa1a966 (patch)
treead2bb4386f402ca0201b997ea6aecd8b6c9f2d42 /static/globals.ts
parentlib. (diff)
downloadcalp-44f8ae5ba2b6b4954d6562aff2f4e704cfa1a966.tar.gz
calp-44f8ae5ba2b6b4954d6562aff2f4e704cfa1a966.tar.xz
Limit exports to those used by imports.
This gives a clearer picture of what is dead code and what isn't.
Diffstat (limited to 'static/globals.ts')
-rw-r--r--static/globals.ts16
1 files changed, 1 insertions, 15 deletions
diff --git a/static/globals.ts b/static/globals.ts
index 9045d4a9..c18808e7 100644
--- a/static/globals.ts
+++ b/static/globals.ts
@@ -1,19 +1,5 @@
export {
- vcal_objects,
- hasValue,
- ComponentVEvent,
- ComponentDescription,
- popuplateTab,
- ComponentEdit,
- find_popup,
- find_block,
- ComponentBlock,
- DateTimeInput,
- verifySlot,
- TabElement,
- buildDescriptionList,
- PopupElement,
- wholeday_checkbox,
+ find_block, find_popup, PopupElement
}
import { close_popup, toggle_popup } from './popup'