aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/javascript.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/javascript.texi')
-rw-r--r--doc/ref/javascript.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/ref/javascript.texi b/doc/ref/javascript.texi
index 7510e4f5..bbe1cb25 100644
--- a/doc/ref/javascript.texi
+++ b/doc/ref/javascript.texi
@@ -10,6 +10,7 @@
The frontend code has its entry-point in @code{script.ts}
All elements are initialized in elements.ts
+
@include javascript/clock.texi
@include javascript/lib.texi
@include javascript/eventCreator.texi
@@ -17,6 +18,8 @@ All elements are initialized in elements.ts
@include javascript/vevent.texi
@include javascript/globals.texi
@include javascript/server_connect.texi
+@include javascript/formatters.texi
+@include javascript/user-additions.texi
@node General Components
@section General Components
@@ -34,3 +37,12 @@ All elements are initialized in elements.ts
@include javascript/components/vevent_description.texi
@include javascript/components/vevent_dl.texi
@include javascript/components/vevent_edit.texi
+
+@section About our buildsystem
+Currently (almost) everything is written in Typescript, and bundled
+through browserify. Ideally we would, for debug builds, export the
+single transplied Javascript files, but Chromium Chromium lacks
+support for modules on XHTML documents
+@url{https://bugs.chromium.org/p/chromium/issues/detail?id=717643}.
+However, seeing as the issue still gets frequent updates as of 2021 I
+believe that this might one day get resolved.