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 never-supported JavaScript features #6957

Merged
merged 2 commits into from
Jun 2, 2021
Merged

Conversation

saschanaz
Copy link
Contributor

A checklist to help your pull request get merged faster:

  • Summarize your changes
  • Data: link to resources that verify support information (such as browser's docs, changelogs, source control, bug trackers, and tests)
  • Data: if you tested something, describe how you tested with details like browser and version
  • Review the results of the linter and fix problems reported (If you need help, please ask in a comment!)
  • Link to related issues or pull requests, if any: Remove items that has never been supported #6854, Remove totally unimplemented things #6768

@github-actions github-actions bot added the data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript label Oct 16, 2020
"pipeline": {
"__compat": {
"description": "Pipeline operator (<code>|></code>)",
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Operators/Pipeline_operator",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This one is actually implemented https://bugzilla.mozilla.org/show_bug.cgi?id=1405943 but it's behind build flag and can't be enabled in release builds. I think it's safe to remove this.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Since this PR was opened, the pipeline operator implementation has been removed from Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1708546.

@Elchi3 Any sense of what should happen to the content for this one? I know there was a lot of buzz around the pipeline operator at one point, but I don't know if that's enough to keep the content around, if implementation is going backwards.

(The other stuff in this PR doesn't seem to have content, so it should be safe to remove.)

Copy link
Member

Choose a reason for hiding this comment

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

hm, I'd say let's remove this for now then.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Collaborator

@sideshowbarker sideshowbarker Jun 2, 2021

Choose a reason for hiding this comment

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

mdn/content#5394 has been merged, so it seems like it’s time to go ahead and merge this BCD PR too?

Copy link
Member

Choose a reason for hiding this comment

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

Yeah, let's merge this 👍

Base automatically changed from master to main March 24, 2021 12:54
ddbeck added a commit to ddbeck/mdn-content that referenced this pull request May 27, 2021
This appears to be going backwards in terms of acceptance. For example:

https://bugzilla.mozilla.org/show_bug.cgi?id=1708546

We're headed toward dropping it from BCD. See:

mdn/browser-compat-data#6957 (comment)
sideshowbarker pushed a commit to mdn/content that referenced this pull request May 28, 2021
This appears to be going backwards in terms of acceptance. For example:

https://bugzilla.mozilla.org/show_bug.cgi?id=1708546

We're headed toward dropping it from BCD. See:

mdn/browser-compat-data#6957 (comment)
Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

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

Thanks all! 👍

@Elchi3 Elchi3 merged commit 8900203 into mdn:main Jun 2, 2021
ddbeck added a commit to ddbeck/browser-compat-data that referenced this pull request Jun 2, 2021
ddbeck added a commit to ddbeck/browser-compat-data that referenced this pull request Jun 3, 2021
ddbeck added a commit that referenced this pull request Jun 4, 2021
* Bump version to v3.3.6
* Add release note for #10646
* Add release note for #10581
* Add release note for #10685
* Add release note for #10691
* Add release note for #6957
* Add release note for #10721
* Add release note for #10695
* Add release note for #9821
* Add release note for #10681
* Add release note for #10725
* Add stats
* Add release date
* Wordsmith
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants