Adds the MDN polyfills for Array.prototype.find, findIndex, and includes to core, along with a skip function. Polyfills live a single "es6-polyfills" module in case additional similar polyfills need to be introduced in the future. Introducing these in core will allow certain extensions to stop shipping local copies. Bug: T264135 Change-Id: I37953f6fcad693a8d25e1a19764abd55bbbbb242
24 lines
419 B
Text
24 lines
419 B
Text
# Upstream code
|
|
/resources/lib/
|
|
/resources/src/jquery.tipsy/
|
|
/resources/src/mediawiki.libs.jpegmeta/
|
|
|
|
# Skip functions
|
|
/resources/src/skip-*
|
|
|
|
# Build tooling
|
|
/docs/
|
|
/vendor/
|
|
/tests/coverage/
|
|
/tests/phpunit/data/registration/duplicate_keys.json
|
|
|
|
# Nested projects
|
|
/extensions/
|
|
/skins/
|
|
|
|
# Language files written automatically by TranslateWiki
|
|
/**/i18n/**/*.json
|
|
!/**/i18n/**/{en,qqq}.json
|
|
|
|
# Default upload path
|
|
/images/
|