aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/ref/javascript.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ref/javascript.texi b/doc/ref/javascript.texi
index 25ac4f00..bbe1cb25 100644
--- a/doc/ref/javascript.texi
+++ b/doc/ref/javascript.texi
@@ -37,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.