简体中文
Appearance
Bun 在 import.meta 对象上提供了一些模块特定的工具函数。
import.meta
import.meta.dir; // => "/a/b"
请参阅 文档 > API > import.meta 获取完整文档。