特性
¥Features
解析器具有以下属性:
¥The resolver has the following properties:
-
ES 模块使用的基于 FileURL 的解析
¥FileURL-based resolution as is used by ES modules
-
支持内置模块加载
¥Support for builtin module loading
-
相对和绝对的网址解析
¥Relative and absolute URL resolution
-
没有默认的扩展名
¥No default extensions
-
没有主文件夹
¥No folder mains
-
通过 node_modules 进行裸说明符包解析查找
¥Bare specifier package resolution lookup through node_modules