Bug 1773220 - Remove a couple of references to .xul from the ESLint setup code. r=Gijs

Depends on D148627

Differential Revision: https://phabricator.services.mozilla.com/D148628
This commit is contained in:
Mark Banner 2022-06-08 16:33:33 +00:00
Родитель 293e65ba6d
Коммит 4e0bf63397
2 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -96,7 +96,6 @@ module.exports = {
files: [
"*.html",
"*.xhtml",
"*.xul",
"*.xml",
"js/src/builtin/**/*.js",
"js/src/shell/**/*.js",

Просмотреть файл

@ -60,8 +60,8 @@ const globalCache = new Map();
/**
* Global discovery can occasionally meet circular dependencies due to the way
* js files are included via xul files etc. This set is used to avoid getting
* into loops whilst the discovery is in progress.
* js files are included via html/xhtml files etc. This set is used to avoid
* getting into loops whilst the discovery is in progress.
*/
var globalDiscoveryInProgressForFiles = new Set();