зеркало из https://github.com/mozilla/gecko-dev.git
fd9d2baa6d
Apply the following optimizations: - Don't use regular expressions where they can be avoided - Reduce unnecessary memory allocations (e.g. avoid doing a map and a filter by writing the code in an imperative fashion) - Reduce layout trashing by using `rAF` and `setTimeout` - Perform cheaper checks first in conditional statements See commit messages for more details. Differential Revision: https://phabricator.services.mozilla.com/D49214 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
assets | ||
README | ||
index.js | ||
moz.build | ||
worker.js |
README
devtools-source-map is maintained on GitHub at: https://github.com/firefox-devtools/debugger.html/tree/master/packages/devtools-source-map All the files in this folder are copied from the above repository and should not be modified here. For any issue or feature request on devtools-source-map, please log an issue at: https://github.com/firefox-devtools/debugger.html/issues and label it with "devtools-source-map".