node: 导入


node: imports】

node: URL 被支持作为加载 Node.js 内置模块的替代方式。该 URL 方案允许通过有效的绝对 URL 字符串来引用内置模块。

import fs from 'node:fs/promises';