Example: `<ts.TextChange>{ span: 'something', newText: 'foo!' };` The Object Literal's properties cannot be renamed because it is being cast to an external type. This should be added to the renaming heuristic. Check the type that an object is being cast to and add it to the `cast from: to` dictionary.
Example:
<ts.TextChange>{ span: 'something', newText: 'foo!' };The Object Literal's properties cannot be renamed because it is being cast to an external type.
This should be added to the renaming heuristic.
Check the type that an object is being cast to and add it to the
cast from: todictionary.