Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.
NodeJS Require that let you handle module not found error without try/catch
Polyfill/ponyfill for the AbortController DOM API + optional patching of fetch (stub that calls catch, doesn't actually abort request).
Check if a value is a valid JSON object/array string (or a plain object), without try/catch on the caller side.
catches SIGSEGV and prints diagnostic information
A browserify transform that allows optional dependencies in try..catch blocks
An eslint config that catches problems in your code, without checking style. For use with prettier.
Allow parsing of optional catch bindings
React Transform that catches errors inside React components
An extended version of the `no-empty` rule that adds an option to allow empty catch blocks.
Babel preset for React HMR and Error Catching
Async try-catch
broccoli filter for an es5 -> es3 recast. catch/finally -> ['catch'] & ['finally']
ESLint rule to enforce the usage of var declarations only in try-catch scope
Parse your json safely and stop writing try {} catch {}
Allow parsing of optional catch bindings
ESLint plugin for catching ReDoS vulnerability
Low-level package to handle completion and errors of sync or asynchronous functions, using [once][] and [dezalgo][] libs. Useful for and used in higher-level libs such as [always-done][] to handle completion of anything.