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.】