Skip to main content
Bun 在 import.meta 对象上提供了一些模块特定的实用工具。使用 import.meta.path 获取当前文件的绝对路径。
/a/b/c.ts

参见 import.meta