Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better output for record duplication #7319

Open
cometkim opened this issue Mar 6, 2025 · 0 comments
Open

Better output for record duplication #7319

cometkim opened this issue Mar 6, 2025 · 0 comments

Comments

@cometkim
Copy link
Member

cometkim commented Mar 6, 2025

As described in #7043 (comment)

record duplication currently emits:

let newrecord = { ...obj };
newrecord.field = value;

It should be:

{ ...obj, field: value };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant