From 136600a7bba1ac75a7256b5cd9cd52b103f75208 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Tue, 17 Sep 2019 09:58:33 +0200 Subject: [PATCH] miss compilation --- build/lib/i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/lib/i18n.js b/build/lib/i18n.js index b8a396a8d67..27a4054a1e4 100644 --- a/build/lib/i18n.js +++ b/build/lib/i18n.js @@ -176,6 +176,7 @@ class XLF { this.buffer.push(line.toString()); } } +exports.XLF = XLF; XLF.parsePseudo = function (xlfString) { return new Promise((resolve) => { let parser = new xml2js.Parser(); @@ -248,7 +249,6 @@ XLF.parse = function (xlfString) { }); }); }; -exports.XLF = XLF; class Limiter { constructor(maxDegreeOfParalellism) { this.maxDegreeOfParalellism = maxDegreeOfParalellism;