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:
4fd29c8
)
Split the TypeScript proejcts
author
Alexander Ebert
<ebert@woltlab.com>
Tue, 9 Aug 2022 13:03:56 +0000
(15:03 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Fri, 12 Aug 2022 19:25:55 +0000
(21:25 +0200)
ts/WoltLabSuite/WebComponent/tsconfig.json
patch
|
blob
|
blame
|
history
tsconfig.json
patch
|
blob
|
blame
|
history
wcfsetup/install/files/js/WoltLabSuite/WebComponent/fa-brand.js
patch
|
blob
|
blame
|
history
wcfsetup/install/files/js/WoltLabSuite/WebComponent/fa-icon.js
patch
|
blob
|
blame
|
history
diff --git
a/ts/WoltLabSuite/WebComponent/tsconfig.json
b/ts/WoltLabSuite/WebComponent/tsconfig.json
index a0ee454cacb14be5b2ebbcfd4fb48d30ca4b978d..682d29cfa4414c213ed6738bd9439176e77775e6 100644
(file)
--- a/
ts/WoltLabSuite/WebComponent/tsconfig.json
+++ b/
ts/WoltLabSuite/WebComponent/tsconfig.json
@@
-7,6
+7,7
@@
"exclude": [],
"compilerOptions": {
"composite": false,
- "module": "ES2020"
+ "module": "ES2020",
+ "strict": true
}
}
diff --git
a/tsconfig.json
b/tsconfig.json
index c73c71fc03af5495902abd3ebe831b4f628f099d..210bbec9dd688240b40911484966162ac5cccc2c 100644
(file)
--- a/
tsconfig.json
+++ b/
tsconfig.json
@@
-6,11
+6,6
@@
"exclude": [
"ts/WoltLabSuite/WebComponent/*.ts"
],
- "references": [
- {
- "path": "ts/WoltLabSuite/WebComponent"
- }
- ],
"compilerOptions": {
"allowJs": true,
"target": "es2019",
diff --git
a/wcfsetup/install/files/js/WoltLabSuite/WebComponent/fa-brand.js
b/wcfsetup/install/files/js/WoltLabSuite/WebComponent/fa-brand.js
index b2e2bafdcf8ec99079453416a0b701208f88701a..455e957092fd5b0f660926a5faeaf84b282a0bc7 100644
(file)
--- a/
wcfsetup/install/files/js/WoltLabSuite/WebComponent/fa-brand.js
+++ b/
wcfsetup/install/files/js/WoltLabSuite/WebComponent/fa-brand.js
@@
-1,3
+1,4
@@
+"use strict";
(() => {
const HeightMap = new Map([
[16, 14],
diff --git
a/wcfsetup/install/files/js/WoltLabSuite/WebComponent/fa-icon.js
b/wcfsetup/install/files/js/WoltLabSuite/WebComponent/fa-icon.js
index 3e13561b82316af4c0863fe44cf9338cc1866988..82e11bc684b1a73632c9ba082b558cf9d71c2fe0 100644
(file)
--- a/
wcfsetup/install/files/js/WoltLabSuite/WebComponent/fa-icon.js
+++ b/
wcfsetup/install/files/js/WoltLabSuite/WebComponent/fa-icon.js
@@
-1,3
+1,4
@@
+"use strict";
(() => {
const HeightMap = new Map([
[16, 14],