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-13 17:57:06 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
68c52a1efa
mediawiki-skins-Vector
/
resources
/
skins.vector.es6
/
.eslintrc.json
6 lines
49 B
JSON
Raw
Normal View
History
Unescape
Escape
Separate code from ES6 browsers from ES5 code This will allow us to write ES6 code for the new features which is limited to those browsers. For browsers that do not support ES6, the code will not execute because of the "es6" flag. Doing this will help us avoid issues like T293402 Change-Id: Iffb7098cb22395e33b87352fb4f08516f6f25e6f
2021-10-20 18:58:49 +00:00
{
"extends"
:
[
Limit WVUI search to ES6 browsers Rather than test for fetch, limit the code to ES6 browsers. Depends-On: I96a03796628a74ace93579d45a582711400c09c1 Change-Id: I4ca10182491118e61e155f99c713d4cb1b4fc7f0
2022-01-31 21:43:32 +00:00
"../../.eslintrcEs6.json"
]
Separate code from ES6 browsers from ES5 code This will allow us to write ES6 code for the new features which is limited to those browsers. For browsers that do not support ES6, the code will not execute because of the "es6" flag. Doing this will help us avoid issues like T293402 Change-Id: Iffb7098cb22395e33b87352fb4f08516f6f25e6f
2021-10-20 18:58:49 +00:00
}
Reference in a new issue
Copy permalink