TypeScript/tests
Nathan Shively-Sanders d6250c8342
Fix circularity error when extending class in same JSContainer (#24710)
Do this by not widening properties of an object literal that are

1. JS initialisers
2. and not an object literal

These properties have types that will never widen, so the compiler
shouldn't ask for the types earlier than it strictly needs to.
2018-06-06 09:13:38 -07:00
..
baselines/reference Fix circularity error when extending class in same JSContainer (#24710) 2018-06-06 09:13:38 -07:00
cases Fix circularity error when extending class in same JSContainer (#24710) 2018-06-06 09:13:38 -07:00
lib
webhost
perfsys.ts
perftsc.ts
test.bat
webTestResults.html
webTestServer.ts