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

“JavaScript 模块”指南中的本地化问题 #24318

Open
Silverteal opened this issue Nov 3, 2024 · 0 comments · May be fixed by #24796
Open

“JavaScript 模块”指南中的本地化问题 #24318

Silverteal opened this issue Nov 3, 2024 · 0 comments · May be fixed by #24796
Labels
good first issue A good issue for newcomers to get started with. l10n-zh Issues related to Chinese content.

Comments

@Silverteal
Copy link

Silverteal commented Nov 3, 2024

MDN URL

https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Guide/Modules

与此议题相关的小节或标题?

应用模块到你的 HTML

哪些信息是错误、无用或不完善的?

部分表述难以理解:
你导入模块功能的脚本基本是作为顶级模块。
你只能在模块内部使用 import 和export 语句;不是普通脚本文件。

你期望看到什么?

符合汉语习惯的表述。如:
你只能在模块内部,而不是普通脚本文件中使用 import 和 export 语句。
由于对 JS 的理解尚不充分,上述内容可能并不正确

你有什么支持的链接、参考或引用?

No response

你还想补充什么内容?

No response

MDN metadata

Page report details
@Silverteal Silverteal added l10n-zh Issues related to Chinese content. needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Nov 3, 2024
@yin1999 yin1999 added good first issue A good issue for newcomers to get started with. and removed needs triage Triage needed by staff and/or partners. Automatically applied when an issue is opened. labels Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue A good issue for newcomers to get started with. l10n-zh Issues related to Chinese content.
Projects
Status: To do - Issues
Development

Successfully merging a pull request may close this issue.

2 participants