Files
TypeScript/src
Nathan Shively-Sanders 79f09dab4f Add more detailed error message
When an object literal, for example, is returned that does not match the
type of the consturctor, add detail about a field that is required but
missing.

Do this by passing `node.expression` instead of `undefined` -- the rest of
the error reporting infrastructure is already in place.
2015-10-30 09:16:10 -07:00
..
2015-10-30 09:16:10 -07:00
2015-10-26 08:23:50 -04:00
2015-10-28 16:02:16 -07:00