mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-05 17:23:21 -06:00
* Improved error messages when indexing an object type with a literal string, a literal string union or a string. * Added more specific message when using the indexing operator with an incompatible index argument. * Fixed spelling and error message.