Skip to content

Commit

Permalink
chore: Compile assets
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Jul 17, 2023
1 parent 865da29 commit 19bafc4
Show file tree
Hide file tree
Showing 11 changed files with 42,802 additions and 520 deletions.
58 changes: 58 additions & 0 deletions js/Splitter-7a70255e.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
import { g as d } from "./index-a93a2c7e.mjs";
/**
* @name logreader
* @license
* @version (generated 2023-07-17)
*
* Included dependencies:
*
* json-string-splitter
* version: 1.0.0
* license: LGPL-2.1+
*/
var h = function(a) {
for (var c = 0, n = 1, o = 2, b = 3, e = c, s = 0, i = null, t = [], r = 0; r < a.length; ++r)
switch (e) {
case c:
switch (a[r]) {
case "{":
++s, e = n, i = r;
break;
}
break;
case n:
switch (a[r]) {
case "{":
++s;
break;
case "}":
--s, s === 0 && (e = c, t.push({ start: i, end: r + 1 }));
break;
case '"':
e = o;
break;
}
break;
case o:
switch (a[r]) {
case '"':
e = n;
break;
case "\\":
e = b;
break;
}
break;
case b:
e = o;
break;
}
var u = { jsons: [], remainder: a.substring(t[t.length - 1].end) };
return t.forEach(function(k) {
u.jsons.push(a.substring(k.start, k.end));
}), u;
};
const l = d(h), g = Object.freeze(Object.defineProperty({ __proto__: null, default: l }, Symbol.toStringTag, { value: "Module" }));
export {
g as S
};
1 change: 1 addition & 0 deletions js/Splitter-7a70255e.mjs.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 19bafc4

Please sign in to comment.