gristlabs / ts-interface-checker

Runtime library to validate data against TypeScript interfaces.
Apache License 2.0
323 stars 18 forks source link

Fix VError inheritance from Error to preserve prototype chain #27

Closed dsagal closed 4 years ago

dsagal commented 4 years ago

See https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#extending-built-ins-like-error-array-and-map-may-no-longer-work Also export error-related types.