Azure / Azure/azure-functions-durable-js
DurableError not exported
Open
P2
- Dominant language
- TypeScript
- Stars
- 142
- Forks
- 66
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 4
Description
`DurableError` is defined in the typescript definition but is not exported. Using `if (err instanceof DurableError)` leads to an error `Right-hand side of 'instanceof' is not an object`
Contributor guide
Research direction
Start by locating the TypeScript definition of DurableError and the package entry point that controls exports. Verify that DurableError is available at runtime and that using it with instanceof no longer raises the reported error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100