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: avoid ParseError on expression starting with subalias #1044

Merged
merged 5 commits into from
Jul 10, 2024
Merged

Conversation

ssalbdivad
Copy link
Member

Fix parsing for expressions starting with subalias references

In recent versions, types like the following would fail to parse:

// ParseError: "parse.date | Date" is unresolvable
const dateFrom = type("parse.date | Date")

Those expressions are once again resolved correctly.

@ssalbdivad ssalbdivad merged commit 450f96b into main Jul 10, 2024
6 checks passed
@ssalbdivad ssalbdivad deleted the docs branch July 10, 2024 05:36
@github-actions github-actions bot mentioned this pull request Jul 10, 2024
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.

None yet

1 participant