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: preserve morphs on some piped properties #1174

Merged
merged 3 commits into from
Oct 12, 2024

Conversation

Dimava
Copy link
Contributor

@Dimava Dimava commented Oct 12, 2024

No description provided.

Comment on lines 201 to 207

return ctx.$.node("morph", {
morphs,
in: from.in
in: from.inner.in as any
})
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used as any but maybe it should be typed better

@@ -201,7 +201,7 @@ const _pipeMorphed = (

return ctx.$.node("morph", {
morphs,
in: from.in
in: from.inner.in as any
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would usually use as never in a case like this but I can update that later, it's pretty inconsequential.

Copy link
Contributor Author

@Dimava Dimava Oct 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check the types anyway, there's a good chance it shouldn't need the case at all

@ssalbdivad ssalbdivad changed the title Dimava/fix intersection fix: preserve morphs on some piped properties Oct 12, 2024
@ssalbdivad ssalbdivad merged commit 7adbaf6 into arktypeio:main Oct 12, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done (merged or closed)
Development

Successfully merging this pull request may close these issues.

2 participants