Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ResultError, refactor panic (#7)
* Add result error abstract class * Add try errors * Add from, into * Add stack and name * Add tsx pkg * Update vitest * Add result error tests * Remove error extends Apparently it's not easy to built-ins across every environment. See: https://github.com/Microsoft/TypeScript/wiki/FAQ#why-doesnt-extending-built-ins-like-error-array-and-map-work * Add stack * Update ResultError stack * Add origin name to stack trace * Remove none value * Add guardWith * Add guardWith tests * Refactor dirs * Update panic * Add sideEffects false key to pkg json
- Loading branch information