特性
解析器具有以下属性:
- ES 模块使用的基于 FileURL 的解析
- 支持内置模块加载
- 相对和绝对的网址解析
- 没有默认的扩展名
- 没有主文件夹
- 通过 node_modules 进行裸说明符包解析查找
The resolver has the following properties:
- 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
- Bare specifier package resolution lookup through node_modules