aboutsummaryrefslogtreecommitdiff
path: root/common/stored_types.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/stored_types.js')
-rw-r--r--common/stored_types.js12
1 files changed, 5 insertions, 7 deletions
diff --git a/common/stored_types.js b/common/stored_types.js
index 6c69dd7..485969b 100644
--- a/common/stored_types.js
+++ b/common/stored_types.js
@@ -59,6 +59,8 @@ const TYPE_PREFIX = {
URL : "u"
};
+#EXPORT TYPE_PREFIX
+
const TYPE_NAME = {
[TYPE_PREFIX.REPO] : "repo",
[TYPE_PREFIX.PAGE] : "page",
@@ -66,6 +68,8 @@ const TYPE_NAME = {
[TYPE_PREFIX.SCRIPT] : "script"
}
+#EXPORT TYPE_NAME
+
const list_prefixes = [
TYPE_PREFIX.REPO,
TYPE_PREFIX.PAGE,
@@ -73,10 +77,4 @@ const list_prefixes = [
TYPE_PREFIX.SCRIPT
];
-/*
- * EXPORTS_START
- * EXPORT TYPE_PREFIX
- * EXPORT TYPE_NAME
- * EXPORT list_prefixes
- * EXPORTS_END
- */
+#EXPORT list_prefixes