You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(core): add neverthrow integration and ThatError type refinement
Added integration with the `neverthrow` library to enhance error-handling scenarios. Implemented new tests under `neverthrow.test.ts` to validate error inference using `neverthrow` APIs. Refined the `ThatError` type in `types.ts` to support better nominal typing and added detailed use-case examples for clarity.
Updated `package.json` to include `neverthrow` as a development dependency and added a `install:clean` script for workspace maintenance.
0 commit comments