TypeScript Version: 3.7.0 beta and above
Search Terms: typeArguments TypeReference
Code
In some cases a TypeReference node may have an undefined .typeArguments property. This broke our own build, for example - #33691, and has high potential for breaking API consumers.
If we receive substantial feedback on this issue, we should install a shimming getter in the services bundle to map this to the equivalent call
TypeScript Version: 3.7.0 beta and above
Search Terms: typeArguments TypeReference
Code
In some cases a
TypeReferencenode may have anundefined.typeArgumentsproperty. This broke our own build, for example - #33691, and has high potential for breaking API consumers.If we receive substantial feedback on this issue, we should install a shimming getter in the services bundle to map this to the equivalent call