mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-30 16:10:07 +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