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

Switch ecma262 spec to multipage version #299

Merged
merged 1 commit into from
May 25, 2021

Conversation

sideshowbarker
Copy link
Contributor

@sideshowbarker sideshowbarker commented May 24, 2021

There’s now a multipage version of the ECMAScript spec, at https://tc39.es/ecma262/multipage/. This change switches to the multipage version, rather than the single-page version. cc @Elchi3

There’s now a multipage version of the ECMAScript spec, at
https://tc39.es/ecma262/multipage/. This change switches to the
multipage version, rather than the single-page version.
@sideshowbarker
Copy link
Contributor Author

The current need for this is mdn/browser-compat-data#10615, which is a patch to switch all the BCD spec URLs for the ES spec over to the multipage spec.

@tidoust
Copy link
Member

tidoust commented May 25, 2021

The makes sense to me but this won't fully give you what you want as long as Specref is not updated as well, because browser-specs fetches the nightly URL and other spec info from Specref. I created tobie/specref#661 accordingly.

A side benefit of updating Specref is that references to ECMAScript from other specs will also switch to the multipage version, which seems a good idea.

Copy link
Member

@tidoust tidoust left a comment

Choose a reason for hiding this comment

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

URL already updated in Specref, so we're good to go!

@tidoust tidoust merged commit a88c83b into master May 25, 2021
@sideshowbarker sideshowbarker deleted the sideshowbarker/ecma262-switch-to-multipage branch May 28, 2021 09:57
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.

2 participants