forked from mirrors/gecko-dev
		
	|  7f9229d43d This will help transition to ES Modules as this symbol is exposed to them.
$ sed -ie "/require(.Services.)/d" $(git grep -l 'require("Services")' devtools/)
$ sed -ie "/loader.lazyRequireGetter(this, .Services./d" $(git grep -l 'loader.lazyRequireGetter(this, "Services"' devtools/)
+ the edition of builtin-modules.js + eslintrc.js
+ manual eslint fixes
+ removal of devtools-services in the debugger, except for jest tests
Differential Revision: https://phabricator.services.mozilla.com/D156401 | ||
|---|---|---|
| .. | ||
| actions | ||
| components | ||
| docs | ||
| images | ||
| reducers | ||
| test | ||
| utils | ||
| constants.js | ||
| index.css | ||
| index.js | ||
| manager.js | ||
| moz.build | ||
| reducers.js | ||
| responsive-browser.css | ||
| store.js | ||
| toolbar.xhtml | ||
| types.js | ||
| ui.js | ||