Skip to content

Commit

Permalink
Deploying to gh-pages from @ f14ed2f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
Elschnagoo committed Jul 30, 2024
1 parent a56b264 commit 4aa46f0
Show file tree
Hide file tree
Showing 37 changed files with 54 additions and 54 deletions.
4 changes: 2 additions & 2 deletions classes/GLang.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/LangClient.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions classes/LangDb.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/LangModule.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/Language.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions classes/Translation.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion coverage/cobertura-coverage.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" ?>
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
<coverage lines-valid="138" lines-covered="129" line-rate="0.9347" branches-valid="37" branches-covered="28" branch-rate="0.7567" timestamp="1722301376757" complexity="0" version="0.1">
<coverage lines-valid="138" lines-covered="129" line-rate="0.9347" branches-valid="37" branches-covered="28" branch-rate="0.7567" timestamp="1722302203350" complexity="0" version="0.1">
<sources>
<source>/home/runner/work/bundle-multilang/bundle-multilang</source>
</sources>
Expand Down
2 changes: 1 addition & 1 deletion coverage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h1>All files</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.742Z
at 2024-07-30T01:16:43.336Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h1>All files</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.762Z
at 2024-07-30T01:16:43.355Z
</div>
<script src="prettify.js"></script>
<script>
Expand Down
6 changes: 3 additions & 3 deletions coverage/lcov-report/src/LangModule.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> LangMod
kernel: ICoreKernel&lt;any&gt;,
defaultLang: string,
dbFc: (
mod: CoreBundleModule&lt;any, any, any, any, any&gt;
) =&gt; IDataBase&lt;any, any&gt;
mod: CoreBundleModule&lt;any, any, any, any, any&gt;,
) =&gt; IDataBase&lt;any, any&gt;,
) {
super('lang', kernel);
this.defaultLang = defaultLang;
Expand Down Expand Up @@ -220,7 +220,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> LangMod
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.762Z
at 2024-07-30T01:16:43.355Z
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/class/GLang.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/class</a
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.762Z
at 2024-07-30T01:16:43.355Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/class/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1><a href="../../index.html">All files</a> src/class</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.762Z
at 2024-07-30T01:16:43.355Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
8 changes: 4 additions & 4 deletions coverage/lcov-report/src/client/LangClient.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/client</
({ e_id, label }) =&gt; ({
code: e_id,
label,
})
}),
);
}
&nbsp;
Expand All @@ -454,7 +454,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/client</
<span class="cstat-no" title="statement not covered" > this.log(`skip lang: ${code}-${name}`);</span>
} else {
const lang = await db.lang.createObject(
new Language({ code, label: name })
new Language({ code, label: name }),
);
const stream = fs.readFileSync(Path.join(path, item.name), {
encoding: 'utf-8',
Expand All @@ -467,7 +467,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/client</
key,
value: json[key],
t_lang: lang.e_id,
})
}),
);
}
this.log(`load lang: ${code}-${name}`);
Expand Down Expand Up @@ -508,7 +508,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/client</
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.762Z
at 2024-07-30T01:16:43.355Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1><a href="../../index.html">All files</a> src/client</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.762Z
at 2024-07-30T01:16:43.355Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/db/LangDb.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/db</a> L
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.762Z
at 2024-07-30T01:16:43.355Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/db/entity/Language.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">src/db/en
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.762Z
at 2024-07-30T01:16:43.355Z
</div>
<script src="../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/db/entity/Translation.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">src/db/en
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.762Z
at 2024-07-30T01:16:43.355Z
</div>
<script src="../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/db/entity/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1><a href="../../../index.html">All files</a> src/db/entity</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.762Z
at 2024-07-30T01:16:43.355Z
</div>
<script src="../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/db/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1><a href="../../index.html">All files</a> src/db</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.762Z
at 2024-07-30T01:16:43.355Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/db/index.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/db</a> i
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.762Z
at 2024-07-30T01:16:43.355Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1><a href="../index.html">All files</a> src</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.762Z
at 2024-07-30T01:16:43.355Z
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/lcov-report/src/index.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> index.t
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.762Z
at 2024-07-30T01:16:43.355Z
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
6 changes: 3 additions & 3 deletions coverage/src/LangModule.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> LangMod
kernel: ICoreKernel&lt;any&gt;,
defaultLang: string,
dbFc: (
mod: CoreBundleModule&lt;any, any, any, any, any&gt;
) =&gt; IDataBase&lt;any, any&gt;
mod: CoreBundleModule&lt;any, any, any, any, any&gt;,
) =&gt; IDataBase&lt;any, any&gt;,
) {
super('lang', kernel);
this.defaultLang = defaultLang;
Expand Down Expand Up @@ -220,7 +220,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> LangMod
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.742Z
at 2024-07-30T01:16:43.336Z
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/src/class/GLang.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/class</a
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.742Z
at 2024-07-30T01:16:43.336Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/src/class/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1><a href="../../index.html">All files</a> src/class</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.742Z
at 2024-07-30T01:16:43.336Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
8 changes: 4 additions & 4 deletions coverage/src/client/LangClient.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/client</
({ e_id, label }) =&gt; ({
code: e_id,
label,
})
}),
);
}
&nbsp;
Expand All @@ -454,7 +454,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/client</
<span class="cstat-no" title="statement not covered" > this.log(`skip lang: ${code}-${name}`);</span>
} else {
const lang = await db.lang.createObject(
new Language({ code, label: name })
new Language({ code, label: name }),
);
const stream = fs.readFileSync(Path.join(path, item.name), {
encoding: 'utf-8',
Expand All @@ -467,7 +467,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/client</
key,
value: json[key],
t_lang: lang.e_id,
})
}),
);
}
this.log(`load lang: ${code}-${name}`);
Expand Down Expand Up @@ -508,7 +508,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/client</
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.742Z
at 2024-07-30T01:16:43.336Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/src/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ <h1><a href="../../index.html">All files</a> src/client</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.742Z
at 2024-07-30T01:16:43.336Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/src/db/LangDb.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/db</a> L
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.742Z
at 2024-07-30T01:16:43.336Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/src/db/entity/Language.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">src/db/en
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.742Z
at 2024-07-30T01:16:43.336Z
</div>
<script src="../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/src/db/entity/Translation.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <h1><a href="../../../index.html">All files</a> / <a href="index.html">src/db/en
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.742Z
at 2024-07-30T01:16:43.336Z
</div>
<script src="../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/src/db/entity/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1><a href="../../../index.html">All files</a> src/db/entity</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.742Z
at 2024-07-30T01:16:43.336Z
</div>
<script src="../../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/src/db/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1><a href="../../index.html">All files</a> src/db</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.742Z
at 2024-07-30T01:16:43.336Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/src/db/index.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h1><a href="../../index.html">All files</a> / <a href="index.html">src/db</a> i
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.742Z
at 2024-07-30T01:16:43.336Z
</div>
<script src="../../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h1><a href="../index.html">All files</a> src</h1>
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.742Z
at 2024-07-30T01:16:43.336Z
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
2 changes: 1 addition & 1 deletion coverage/src/index.ts.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h1><a href="../index.html">All files</a> / <a href="index.html">src</a> index.t
<div class='footer quiet pad2 space-top1 center small'>
Code coverage generated by
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2024-07-30T01:02:56.742Z
at 2024-07-30T01:16:43.336Z
</div>
<script src="../prettify.js"></script>
<script>
Expand Down
Loading

0 comments on commit 4aa46f0

Please sign in to comment.