Skip to content

Commit

Permalink
client: Change default from ES5 to ES6
Browse files Browse the repository at this point in the history
This change matches that for MediaWiki 1.41. Code that explicitly wishes
to support ES5 clients still can extend wikimedia/client-es5, as has
been recommended for a while.

Ref https://phabricator.wikimedia.org/T178356.
Closes #492.
  • Loading branch information
jdforrester authored Mar 28, 2023
1 parent b81c835 commit 3a80176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": [
"./client-es5"
"./client-es6"
]
}

0 comments on commit 3a80176

Please sign in to comment.