mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-19 10:41:56 -05:00
* Initial version, doesn't work for primitives yet. Need to find out why. * Primitives now work, plus improve error message null and void don't even parse without parameter names so they are not tested. * Codefix: Add names to nameless parameters * Improve error wording * Add detail to error message