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

Remove Glimmer AST Deprecation #1220

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

jrjohnson
Copy link
Contributor

Accessing this value in original is deprecated, and very noisily so, replacing this with value as recommended.

Deprecation Message:
DEPRECATION: The original property on literal nodes is deprecated, use value instead

Fixes #1219

@Turbo87
Copy link
Collaborator

Turbo87 commented Jul 25, 2024

ohhhh, so that's where these messages are coming from :D

looks like we have to fix CI first though 🙈

Accessing this value in original is deprecated, and very noisily so,
replacing this with value as recommended.
@Turbo87 Turbo87 force-pushed the glimmer-deprecations branch from 4bf8559 to 5660eaf Compare July 25, 2024 09:58
@Turbo87 Turbo87 merged commit c5f2ac5 into mainmatter:master Jul 25, 2024
16 checks passed
@jrjohnson jrjohnson deleted the glimmer-deprecations branch July 25, 2024 15:43
@jrjohnson
Copy link
Contributor Author

I've gotten good at tracking them down in the last couple of weeks, you need a debugger and a magnifying glass 😁. Thanks for the quick release!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecations in StripTestSelectorsTransform
2 participants