Bun 在Documentation Index
Fetch the complete documentation index at: https://bun.zhcndoc.com/llms.txt
Use this file to discover all available pages before exploring further.
import.meta 对象上提供了一些模块特定的实用工具。使用 import.meta.file 可以获取当前文件的文件名。
完整文档请参见 文档 > API > import.meta。