TypeScript/tests
Daniel Rosenwasser 5b6bb5b649 Improved lookahead for arrow functions.
Fixes issue #34.

Specifically:
    * We no longer automatically assume "()" is a function expression. It must be followed by an arrow, colon, or curly brace.
    * If an arrow is missing following a signature, but a curly brace is present, we assume the user forgot the arrow and try to parse the body anyway.
2014-07-22 17:01:10 -07:00
..
baselines/reference Improved lookahead for arrow functions. 2014-07-22 17:01:10 -07:00
cases Improved lookahead for arrow functions. 2014-07-22 17:01:10 -07:00
webhost
perfsys.ts
perftc.ts
test.bat
webTestResults.html
webTestServer.ts Fix browser tests not working when not cloned in TypeScript directory 2014-07-22 00:13:48 +02:00