babel / website

:globe_with_meridians: The Babel documentation website

Home Page:https://babeljs.io/docs/en/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider replacing the word „blacklisting”

Ryuno-Ki opened this issue · comments

The industry moved on to the term denylist or blocklist, which are easier to understand.

This option is useful for "blacklisting" a transform like @babel/plugin-transform-regenerator.

Source: https://github.com/babel/website/blob/7690bd6fc6b801f7be9654e92eaf09fcf307d4da/docs/preset-env.md#exclude
Docs: https://babeljs.io/docs/en/babel-preset-env#exclude

Hey @Ryuno-Ki! We really appreciate you taking the time to report an issue. The collaborators
on this project attempt to help as many people as possible, but we're a limited number of volunteers,
so it's possible this won't be addressed swiftly.

If you need any help, or just have general Babel or JavaScript questions, we have a vibrant Slack
community
that typically always has someone willing to help. You can sign-up here
for an invite.

Oh thanks for catching this. We can replace it with disabling, or excluding. Would you like to open a PR?