mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
975419db54
This rule prevents using an async function as a Promise executor (e.g. as the argument to a `Promise` constructor). This pattern is usually a mistake because it implies that the Promise constructor was not necessary in the first place. It also makes error handling difficult, as any errors thrown would be uncaught unless you wrap the body in a try/catch block. |
||
---|---|---|
.. | ||
states | ||
.jsdoc.json | ||
announcer.js | ||
auto-changelog.sh | ||
backGroundConnectionModifiers.js | ||
genStates.js | ||
gource-viz.sh | ||
index.html | ||
metamaskbot-build-announce.js | ||
mock-3box.js | ||
mock-dev.js | ||
README.md | ||
require-react-devtools.js | ||
rollback.sh | ||
run-ganache | ||
run-version-bump.js | ||
selector.js | ||
sentry-publish.js | ||
sentry-upload-artifacts.sh | ||
show-deps-install-scripts.js | ||
source-map-explorer.sh | ||
sourcemap-validator.js | ||
static-server.js | ||
test.html | ||
verify-locale-strings.js | ||
version-bump.js |
Development
Several files which are needed for developing on(!) MetaMask.
Usually each files contains information about its scope / usage.