--experimental-print-required-tla


如果 ES 模块图由于包含任何顶层的 await 而无法被 require(),这个标志允许 Node.js 定位并打印它们的位置。

🌐 If the ES module graph cannot be require()'d because it contains any top-level await, this flag allows Node.js to locate and print their locations.