Skip to content

Lexical this #67

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

Merged
merged 1 commit into from
Mar 20, 2025
Merged

Lexical this #67

merged 1 commit into from
Mar 20, 2025

Conversation

ef4
Copy link
Contributor

@ef4 ef4 commented Jan 8, 2025

This is intended to fix #61.

It has a test failure because related changes are also needed in glimmer and content-tag.

@NullVoxPopuli
Copy link
Contributor

CI was disabled -- I re-enabled it, but it won't run unless you push again

@ef4
Copy link
Contributor Author

ef4 commented Jan 8, 2025

(Actually I think content-tag will not need a change, the eval based scope access should already cover this.)

@wycats
Copy link
Member

wycats commented Jan 9, 2025

(Actually I think content-tag will not need a change, the eval based scope access should already cover this.)

Kind of, but there are some nuances to discuss. Let's discuss it on today's spec call and summarize on this thread afterward.

@ef4
Copy link
Contributor Author

ef4 commented Feb 18, 2025

The glimmer-vm changes are landed and integrated into ember. This PR just needs to make some decisions about test coverage. The repo currently only tests the oldest supported ember-source, but this feature only works in newer ember-source, so we should presumably invest in a bit of matrix testing.

Needs ember-source >= 6.4.0 to actually work.
@ef4 ef4 marked this pull request as ready for review March 20, 2025 17:40
@ef4 ef4 merged commit 7072132 into main Mar 20, 2025
5 checks passed
@ef4 ef4 added the enhancement New feature or request label Mar 20, 2025
@github-actions github-actions bot mentioned this pull request Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accessing this inside a template tag in a test context
3 participants