mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-29 23:50:04 +00:00
* fix for error enum declaration - moved error enum declaration outside of Parse context - changed `const enum` to `declare enum` - added static vars for enum fields to Error class * added test for errors