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

Fix $clone() function for File class case. #1168

Merged
merged 1 commit into from
Jul 17, 2024
Merged

Fix $clone() function for File class case. #1168

merged 1 commit into from
Jul 17, 2024

Conversation

samchon
Copy link
Owner

@samchon samchon commented Jul 17, 2024

Previous $clone() function could not actually clone the File class typed instance because the Blob class typed if condition statement will block the File class typed case.

Previous `$clone()` function could not actually clone the `File` class typed instance because the `Blob` class typed if condition statement will block the `File` class typed case.

This PR fixes the bug.
@samchon samchon added the bug Something isn't working label Jul 17, 2024
@samchon samchon self-assigned this Jul 17, 2024
Copy link

pkg-pr-new bot commented Jul 17, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

commit: 866fa7a

typia

npm i https://pkg.pr.new/typia@1168


templates

@samchon samchon merged commit 66bf41d into master Jul 17, 2024
9 of 11 checks passed
@samchon samchon deleted the features/clone branch July 17, 2024 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant