-
-
Notifications
You must be signed in to change notification settings - Fork 393
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
chore: deprecate respecIsReady in favor of respec.ready #3090
Conversation
- Do not yet remove document.respecIsReady, mark as deprecated only. - BREAKING CHANGE: respecIsReady no longer resolves with respecConfig. - Replace all usage of respecIsReady with respec.ready. - Support respecIsReady fallback in respecDocWriter for backward compat.
but update its behavior
15c6b96
to
3166bc4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm late but 👍
I wonder if we should mark is as breaking change. Based on my GitHub search, I didn't find anyone using the resolved |
Up to you - but this seems pretty safe to merge. |
IMO a breaking change is a breaking change, even when seemingly there is no real use anymore. But up to you, yes. |
Lets merge this as non-breaking 🤞 |
document.respecIsReady
, mark as deprecated only.respecIsReady
no longer resolves withrespecConfig
.document.respecIsReady
withdocument.respec.ready
.respecIsReady
fallback inrespecDocWriter
for backward compat.Part of https://github.com/w3c/respec/issues/3089. Also see https://github.com/w3c/respec/pull/3082#discussion_r475473908