TypeScript/tests
Nathan Shively-Sanders 0f598db3e5
Fixes #29524, a merged UMD-global (#30403)
This kind of merged symbol causes crashes in two places because it's
marked BlockScoped, which makes us assume that it must be something that
is inside a SourceFile. However, block-scoped checks don't make sense
for this kind of symbol, so I exclude them by looking at the kind of
the valueDeclaration, as @mprobst suggested in the original bug.
2019-03-15 09:45:33 -07:00
..
baselines/reference Fixes #29524, a merged UMD-global (#30403) 2019-03-15 09:45:33 -07:00
cases Fixes #29524, a merged UMD-global (#30403) 2019-03-15 09:45:33 -07:00
lib
projects Exclude Json files from Project reference redirects from files to be emitted list 2019-03-14 11:22:26 -07:00