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

Clear Glimmer Parser Deprecations #7974

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

jrjohnson
Copy link
Member

@jrjohnson jrjohnson commented Jul 17, 2024

We need to filter out literals here and only deal with the PathExpression types as only they have the original property. Calling .original on any other type is deprecated (plus it doesn't work).

This clears the remaining instances of:
DEPRECATION: The original property on literal nodes is deprecated, use value instead
we still have when building.

We need to filter out literals here and only deal with the
PathExpression types as only they have the `original` property. Calling
`.original` on any other type is deprecated (plus it doesn't work).
@jrjohnson jrjohnson marked this pull request as ready for review July 17, 2024 05:59
@stopfstedt stopfstedt merged commit 9647cb5 into ilios:master Jul 17, 2024
36 checks passed
@jrjohnson jrjohnson deleted the clear-ast-deprecation branch July 17, 2024 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants