mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 19:27:35 -06: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