From cd9a588a3ac6748ecf8d1982bbbfcd91e46af1d7 Mon Sep 17 00:00:00 2001 From: Eddie Antonio Santos Date: Wed, 20 May 2020 14:25:12 -0600 Subject: [PATCH] fix(common/models): include models-templates in the compilation unit --- common/predictive-text/worker/model-compositor.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/predictive-text/worker/model-compositor.ts b/common/predictive-text/worker/model-compositor.ts index eb9a2f42ef..4cd8d19921 100644 --- a/common/predictive-text/worker/model-compositor.ts +++ b/common/predictive-text/worker/model-compositor.ts @@ -1,3 +1,5 @@ +/// + class ModelCompositor { private lexicalModel: LexicalModel; private static readonly MAX_SUGGESTIONS = 12;