TypeScript/tests
Daniel Rosenwasser d33127ad34 Complain when a non-void/any function lacks a return expresson.
In effect this fixes #62.

Also
    - Changes the error message for get accessors lacking return expressions.
    - Actually checks for return expressions instead of return statements for get-accessors.
    - Removes fancy quotes.
    - Corrects errors in the compiler caught by the new check.
    - Simplified `checkAndAggregateReturnTypes` by extracting it out to `visitReturnStatements`.
2014-07-21 16:42:41 -07:00
..
baselines/reference Complain when a non-void/any function lacks a return expresson. 2014-07-21 16:42:41 -07:00
cases Better error recovery for when an arrow function is missing a curly brace. 2014-07-18 16:55:18 -07:00
webhost add prefixes for getCanonicalName 2014-07-14 14:44:56 -07:00
perfsys.ts fixed references in perftc 2014-07-15 16:06:53 -07:00
perftc.ts fixed references in perftc 2014-07-15 16:06:53 -07:00
test.bat Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
webTestResults.html Add snapshot of compiler sources 2014-07-12 17:30:19 -07:00
webTestServer.ts Fix browser tests not working when not cloned in TypeScript directory 2014-07-22 00:13:48 +02:00