--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.