TypeScript/tests
Nathan Shively-Sanders bb54a6a53e Typeof can refer to a class in a previous file with --out (#16269)
* Typeof can refer block-scoped values in prev file

`typeof C` can now refer to block-scoped values in a preceding file when
used with --out or --outFile. Previously this was not allowed with --out
or --outFile since they depend on file order for their emit.

* Test `typeof C` reference across files with --out
2017-06-05 15:57:32 -07:00
..
baselines/reference Typeof can refer to a class in a previous file with --out (#16269) 2017-06-05 15:57:32 -07:00
cases Typeof can refer to a class in a previous file with --out (#16269) 2017-06-05 15:57:32 -07:00
lib
webhost
perfsys.ts
perftsc.ts
test.bat
webTestResults.html Cleanup from bootstrap attempt 2017-06-01 08:30:23 -07:00
webTestServer.ts