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

Meta: address xref issue #394

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Meta: address xref issue #394

merged 1 commit into from
Nov 25, 2024

Conversation

annevk
Copy link
Member

@annevk annevk commented Nov 19, 2024

Apparently ReSpec does not support this.


Preview | Diff

Apparently ReSpec does not support this.
The <dfn>json()</dfn> method steps are to return the result of <a>parsing JSON bytes to a
JavaScript value</a> given [=this=]'s [=bytes=].
The <dfn>json()</dfn> method steps are to return the result of [=parse JSON bytes to a
JavaScript value|parsing JSON bytes to a JavaScript value=] given [=this=]'s [=bytes=].
Copy link
Member

Choose a reason for hiding this comment

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

While approving, I thought this should just work on ReSpec too? cc @sidvishnoi

Copy link
Member Author

Choose a reason for hiding this comment

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

It's relatively new that it works in Bikeshed. As this doesn't really block the other PRs in terms of preview or reviewability, I can wait a bit to see what @sidvishnoi says.

Copy link
Member

Choose a reason for hiding this comment

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

This is based on textVariations (based on Bikeshed itself, but maybe needs some updates now). It can only do these transformations at the end of string (if it was "do the parse", it could have become "do the parsing").
Not planning to support transformations at the start any time soon though.

Copy link
Member

@sidvishnoi sidvishnoi left a comment

Choose a reason for hiding this comment

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

This is the way!

@annevk annevk merged commit fe3f8ff into gh-pages Nov 25, 2024
2 checks passed
@annevk annevk deleted the json-xref branch November 25, 2024 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants