mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-14 17:44:33 +00:00
The beta compiler is smarter about detecting inconsistencies: jquery.d.ts(192,11): error TS2189: Interface 'JQueryEventObject' cannot simultaneously extend types 'BaseJQueryEventObject' and 'JQueryInputEventObject': Types of property 'metaKey' of types 'BaseJQueryEventObject' and 'JQueryInputEventObject' are not identical. Documentation seems to indicate 'boolean' is correct: http://api.jquery.com/event.metaKey/