--experimental-import-meta-resolve


启用实验性的 import.meta.resolve() 父 URL 支持,允许传递第二个 parentURL 参数以进行上下文解析。

🌐 Enable experimental import.meta.resolve() parent URL support, which allows passing a second parentURL argument for contextual resolution.

之前对整个 import.meta.resolve 功能进行了限制。

🌐 Previously gated the entire import.meta.resolve feature.