angular-cn/packages/language-service/test/project
Ayaz Hafiz fe2b6923ba fix(language-service): infer type of elements of array-like objects (#36312)
Currently the language service only provides support for determining the
type of array-like members when the array-like object is an `Array`.
However, there are other kinds of array-like objects, including
`ReadonlyArray`s and `readonly`-property arrays. This commit adds
support for retrieving the element type of arbitrary array-like objects.

Closes #36191

PR Close #36312
2020-04-01 13:24:53 -07:00
..
app fix(language-service): infer type of elements of array-like objects (#36312) 2020-04-01 13:24:53 -07:00
foo.ts test(language-service): Create proper test project (#32653) 2019-09-18 13:07:01 -07:00
tsconfig.json test(language-service): test project cleanup (#33157) 2019-10-14 23:42:53 +00:00