mediawiki-skins-Vector/resources
Jon Robson deedcbcdb1 Minor code change to literal
Satisfy typescripts needs
Literals are evaluated faster and what we use more consistently.
With typescript, since keys and values can be any value, we need
to declare explictly the expected types of the values via a
@type command.

Note Object is also a constructor, if you use `new Object()` you
would get the same typescript error.

Follow up to I9583ee7ebf8c810ddd504193d568034c954d28f2

Bug: T365083
Change-Id: Ibfda8ea1bcf2ecb6b280302197af33e4c4065d95
2024-05-30 15:38:04 -07:00
..
images build: Update 'svgo' to latest v3.2.0 2024-01-11 23:28:28 +01:00
mediawiki.less Fix red link color in dark mode 2024-05-08 14:31:43 +00:00
skins.vector.clientPreferences Fixes: exclusion logic for anonymous users 2024-05-06 12:20:40 -04:00
skins.vector.js Minor code change to literal 2024-05-30 15:38:04 -07:00
skins.vector.legacy.js Fix linter warnings 2024-01-29 17:06:53 +00:00
skins.vector.search build: Updating npm dependencies 2024-04-21 21:57:17 +00:00
skins.vector.styles Replace border-color-portal-heading with Codex border-color-subtle 2024-05-28 14:29:20 -05:00
skins.vector.styles.legacy Replace border-color-portal-heading with Codex border-color-subtle 2024-05-28 14:29:20 -05:00
.eslintrc.json build: Upgrade eslint-config-wikimedia from 0.25.1 to 0.26.0 2024-01-11 14:19:57 -05:00
CheckboxHack.d.ts
CollapsibleTabsPlugin.d.ts
MediaWikiPageReady.d.ts
mw.d.ts
VectorResourceLoaderVirtualConfig.d.ts Refactor: Separate A/B test configuration from site configuration 2023-04-11 22:40:45 +00:00
vue.d.ts