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

参见 import.meta