强制文件扩展名


¥Mandatory file extensions

当使用 import 关键字解析相对或绝对的说明符时,必须提供文件扩展名。还必须完全指定目录索引(例如 './startup/index.js')。

¥A file extension must be provided when using the import keyword to resolve relative or absolute specifiers. Directory indexes (e.g. './startup/index.js') must also be fully specified.

此行为与 import 在浏览器环境中的行为方式相匹配,假设服务器是典型配置的。

¥This behavior matches how import behaves in browser environments, assuming a typically configured server.