json-rules-engine
json-rules-engine copied to clipboard
Expose UndefinedFactError and add test
PROBLEM
-
UndefinedFactErroris not exported which makes it hard tocatch - UndefinedFactError.code value is not exported with makes it hard to detect
- No tests exist for
UndefinedFactError
SOLUTION
- Export
UndefinedFactErrorandUndefinedFactErrorCode - Add unit test
- Add babel plugin for
Errorto makeinstanceofwork properly with babel
@CacheControl I look forward to your review. This is an excellent library, and I want to do my part to support it :)