Open jansorg opened 3 years ago
References to fields could be renamed via the rename refactoring.
{ name: 42 other: name // <-- invoked here on "name' }
would become
{ new_name: 42 other: new_name }
A complete implementation would have to support this:
References to fields could be renamed via the rename refactoring.
would become
A complete implementation would have to support this: