DEP0151:主索引查找和扩展搜索
¥DEP0151: Main index lookup and extension searching
类型:运行时
¥Type: Runtime
以前,index.js 和扩展搜索查找将应用于 import 'pkg' 主入口点解析,即使在解析 ES 模块时也是如此。
¥Previously, index.js and extension searching lookups would apply to
import 'pkg' main entry point resolution, even when resolving ES modules.
通过此弃用,所有 ES 模块主入口点解析都需要具有确切文件扩展名的显式 "exports" 或 "main" 条目。
¥With this deprecation, all ES module main entry point resolutions require
an explicit "exports" or "main" entry with the exact file extension.