1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/app/scripts/lib
Mark Stacey ac01c5c89a
Consistent jsdoc syntax (#7755)
* Specify type before parameter name

Various JSDoc `@param` entries were specified as `name {type}` rather
than `{type} name`.

A couple of `@return` entries have been given types as well.

* Use JSDoc optional syntax rather than Closure syntax

* Use @returns rather than @return

* Use consistent built-in type capitalization

Primitive types are lower-case, and Object is upper-case.

* Separate param/return description with a dash
2020-01-13 14:36:36 -04:00
..
ens-ipfs Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
migrator Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
account-tracker.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
auto-reload.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
backend-metametrics.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
buy-eth-url.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
cleanErrorStack.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
ComposableObservableStore.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
createDnodeRemoteGetter.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
createLoggerMiddleware.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
createOnboardingMiddleware.js Login per site onboarding (#7602) 2019-12-20 12:02:31 -03:30
createOriginMiddleware.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
createStreamSink.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
enums.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
extractEthjsErrorMessage.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
fetch-with-timeout.js Combine fetch-with-timeout implementations (#7084) 2019-09-04 17:00:11 -03:00
freezeGlobals.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
get-first-preferred-lang-code.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
getObjStructure.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
local-store.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
message-manager.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
network-store.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
nodeify.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
notification-manager.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
pending-balance-calculator.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
personal-message-manager.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
random-id.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
reportFailedTxToSentry.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
seed-phrase-verifier.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
select-chain-id.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
setupFetchDebugging.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
setupMetamaskMeshMetrics.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
setupSentry.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
stream-utils.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
typed-message-manager.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00
util.js Consistent jsdoc syntax (#7755) 2020-01-13 14:36:36 -04:00