This website requires JavaScript.
Explore
Help
Register
Sign In
wikimedia
/
mediawiki-skins-Vector
Watch
1
Star
0
Fork
You've already forked mediawiki-skins-Vector
0
mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced
2024-11-14 11:15:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6cb42b975f
mediawiki-skins-Vector
/
tests
/
.eslintrc.json
10 lines
93 B
JSON
Raw
Normal View
History
Unescape
Escape
Add bundlesize test for ResourceLoader modules. Adds a bundlesize test that measures the bytesize of individual ResourceLoader modules. This test depends on a running mediawiki instance as well as the $MW_SERVER and $MW_SCRIPT_PATH environment variables. ResourceLoader modules are fetched from a URL and piped into a bundlesize command based on a custom configuration file. The test can be run with `npm run test:size`. Bug: T244276 Change-Id: I4f4534921ccbc6bd4f99229c8dd36b1279dde640
2020-06-02 14:23:56 +00:00
{
build: Updating eslint-config-wikimedia to 0.19.0 The following rules are failing and were disabled: * compat/compat Additional changes: * eslint: Renamed `wikimedia/client` profile to `client-es5` (T277085). Change-Id: I12c1a88cef8e2c95bed496628d2fe74d031f8278
2021-03-15 04:56:29 +00:00
"parserOptions"
:
{
"ecmaVersion"
:
2017
}
,
"env"
:
{
"es6"
:
true
,
"node"
:
true
}
Add bundlesize test for ResourceLoader modules. Adds a bundlesize test that measures the bytesize of individual ResourceLoader modules. This test depends on a running mediawiki instance as well as the $MW_SERVER and $MW_SCRIPT_PATH environment variables. ResourceLoader modules are fetched from a URL and piped into a bundlesize command based on a custom configuration file. The test can be run with `npm run test:size`. Bug: T244276 Change-Id: I4f4534921ccbc6bd4f99229c8dd36b1279dde640
2020-06-02 14:23:56 +00:00
}
Reference in a new issue
Copy permalink