-
Notifications
You must be signed in to change notification settings - Fork 5k
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
如何在第 4 阶段之前体验一个提案 #8921
如何在第 4 阶段之前体验一个提案 #8921
Conversation
@lsvih 校对认领 |
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.
@lsvih @PassionPenguin 校对完成
article/ECMA-TC39/How-to-experiment-with-a-proposal-before-Stage-4.md
Outdated
Show resolved
Hide resolved
article/ECMA-TC39/How-to-experiment-with-a-proposal-before-Stage-4.md
Outdated
Show resolved
Hide resolved
- 对于不需要跨 TC39 语言设计更改进行维护的代码,通过使用运行时或构建时标志将其打开来试验该功能,例如: | ||
- 在 Babel 中,启用你选择的 Babel 预设中的功能(请参阅 [babel/proposals](https://github.com/babel/proposals/issues) 了解功能状态)。 | ||
- 获取高级版本的 Web 浏览器,例如 **Edge Insider Edition**、**Safari Tech Preview**、**Firefox Nightly** 或 **Chrome Canary**,以获得某些新语言功能。你可以选择去查看他们的发行说明以了解包含的内容。 | ||
- 使用 TypeScript —— TypeScript 实现了多个 Stage 3 TC39 的提案。 |
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.
- 使用 TypeScript —— TypeScript 实现了多个 Stage 3 TC39 的提案。 | |
- 使用 TypeScript,TypeScript 实现了多个 Stage 3 阶段的 TC39 提案。 |
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.
,逗号会割裂两个句子,还是留破折号吧
article/ECMA-TC39/How-to-experiment-with-a-proposal-before-Stage-4.md
Outdated
Show resolved
Hide resolved
article/ECMA-TC39/How-to-experiment-with-a-proposal-before-Stage-4.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Silver Bullet <[email protected]>
article/ECMA-TC39/How-to-experiment-with-a-proposal-before-Stage-4.md
Outdated
Show resolved
Hide resolved
@lsvih 校对认领 |
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.
校对完成,@PassionPenguin @lsvih
- Within Chrome, enable "experimental JavaScript features" in about:flags, or use the command-line argument `--js-flags=--harmony-<flagname>`. | ||
- If implementations are missing, [add one](https://github.com/tc39/how-we-work/blob/master/implement.md)! | ||
- When you have feedback on the proposal, file it as an issue in the GitHub repository of the proposal | ||
- 对于不需要通过 TC39 语言设计更改进行维护的代码,通过使用运行时或构建时标志将其打开来试验该功能,例如: |
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.
- 对于不需要通过 TC39 语言设计更改进行维护的代码,通过使用运行时或构建时标志将其打开来试验该功能,例如: | |
- 对于不需要通过 TC39 语言设计更改进行维护的代码,通过使用运行时或构建时的配置将其打开来试验该功能,例如: |
article/ECMA-TC39/How-to-experiment-with-a-proposal-before-Stage-4.md
Outdated
Show resolved
Hide resolved
article/ECMA-TC39/How-to-experiment-with-a-proposal-before-Stage-4.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Zavier Tang <[email protected]>
@PassionPenguin 我直接在您的分支上加了校对者信息,记得同步一下哈 |
忘了有这一茬,以为认领的那几个全翻译了,实在抱歉……
@lsvih @zaviertang 翻译完成,请查收:)~ 🎉
resolve #8609