projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37749d4
)
Mark Core/Template#compiled as readonly
author
Tim Düsterhus
<duesterhus@woltlab.com>
Fri, 5 Feb 2021 15:06:56 +0000
(16:06 +0100)
committer
Tim Düsterhus
<duesterhus@woltlab.com>
Fri, 5 Feb 2021 15:06:56 +0000
(16:06 +0100)
ts/WoltLabSuite/Core/Template.ts
patch
|
blob
|
blame
|
history
diff --git
a/ts/WoltLabSuite/Core/Template.ts
b/ts/WoltLabSuite/Core/Template.ts
index 204ac79b2045e654260137d21923ac43b3a58756..b31800412863d7729b47059c41fd811adcdd2f16 100644
(file)
--- a/
ts/WoltLabSuite/Core/Template.ts
+++ b/
ts/WoltLabSuite/Core/Template.ts
@@
-24,7
+24,7
@@
parser.Parser = Parser;
parser = new Parser();*/
class Template {
- private compiled: CompiledTemplate;
+ private
readonly
compiled: CompiledTemplate;
constructor(template: string) {
try {