发现和使用优秀的技能扩展
Bun运行时在文件系统、进程和网络操作方面的功能。当你需要执行特定于Bun的操作(如使用Bun.file()、Bun.write()或Bun.glob()进行优化的文件处理)时,或者在使用Bun的原生进程/网络API时,可以使用这些功能。当请求Bun运行时特性、使用Bun进行文件操作或执行高性能I/O任务时会触发这些功能。
Bun runtime capabilities for filesystem, process, and network operations. Use when you need to execute Bun-specific operations like Bun.file(), Bun.write(), or Bun.glob() for optimized file handling, or when working with Bun's native process/network APIs. Triggered by requests for Bun runtime features, file operations with Bun, or high-performance I/O tasks.