强制文件扩展名
【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.】