与其他分辨率的互动
🌐 Interaction with other resolution
包映射只适用于不是 Node.js 内置模块的裸引用。以下情况不受包映射影响,依旧使用标准解析:
🌐 Package maps only apply to bare specifiers that are not Node.js builtin modules. The following cases are not affected by package maps and continue to use standard resolution:
- 相对路径或网址(
./或../)。 - 绝对路径或网址。
- Node.js 内置模块(
node:fs等)。