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