Skip to content

fix: replace structuredClone with es-toolkit cloneDeep in schema paths#1041

Merged
vladfrangu merged 1 commit intomasterfrom
1034-avoid-double-structuredclone-in-generate-schema-types-compile-path
Mar 17, 2026
Merged

fix: replace structuredClone with es-toolkit cloneDeep in schema paths#1041
vladfrangu merged 1 commit intomasterfrom
1034-avoid-double-structuredclone-in-generate-schema-types-compile-path

Conversation

@l2ysho
Copy link
Contributor

@l2ysho l2ysho commented Mar 17, 2026

Closes #1034. Switches all structuredClone calls in schema-transforms
and input_schema to es-toolkit's cloneDeep for faster deep cloning.

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

Closes #1034. Switches all structuredClone calls in schema-transforms
and input_schema to es-toolkit's cloneDeep for faster deep cloning.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@l2ysho l2ysho self-assigned this Mar 17, 2026
@l2ysho l2ysho requested a review from vladfrangu as a code owner March 17, 2026 12:25
@l2ysho l2ysho linked an issue Mar 17, 2026 that may be closed by this pull request
@github-actions github-actions bot added this to the 136th sprint - Tooling team milestone Mar 17, 2026
@github-actions github-actions bot added the t-tooling Issues with this label are in the ownership of the tooling team. label Mar 17, 2026
@vladfrangu vladfrangu merged commit a7f2419 into master Mar 17, 2026
22 of 23 checks passed
@vladfrangu vladfrangu deleted the 1034-avoid-double-structuredclone-in-generate-schema-types-compile-path branch March 17, 2026 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-tooling Issues with this label are in the ownership of the tooling team.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Avoid double structuredClone in generate-schema-types compile path

3 participants