mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-10 03:00:37 +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