forked from mirrors/gecko-dev
This will help transition to ES Modules as this symbol is exposed to them.
$ sed -ie "/require(.ChromeUtils.)/d" $(git grep -l 'require("ChromeUtils")' devtools/)
$ sed -ie "/loader.lazyRequireGetter(this, .ChromeUtils./d" $(git grep -l 'loader.lazyRequireGetter(this, "ChromeUtils"' devtools/)
+ the edition of builtin-modules.js + eslintrc.js + manual eslint fixes
Differential Revision: https://phabricator.services.mozilla.com/D156402
|
||
|---|---|---|
| .. | ||
| components | ||
| css | ||
| lib | ||
| test | ||
| .eslintrc.js | ||
| components.conf | ||
| converter-child.js | ||
| Converter.sys.mjs | ||
| json-viewer.js | ||
| moz.build | ||
| Sniffer.sys.mjs | ||
| viewer-config.js | ||