Skip to main content
Bun 在 import.meta 对象上提供了一些特定于模块的实用工具。
https://mintcdn.com/ikxin/42j8wRmGt8kDDLLK/icons/typescript.svg?fit=max&auto=format&n=42j8wRmGt8kDDLLK&q=85&s=a2a397cd68603d207db5c5b5d620260a/a/b/c.ts
import.meta.dir; // => "/a/b"

完整文档请参见 文档 > API > import.meta