feat: Add centralized filesystem module for Bun.file migration (#14117)

This commit is contained in:
Dax
2026-02-18 10:30:52 -05:00
committed by GitHub
parent 1bb8574179
commit 6b29896a35
9 changed files with 1888 additions and 35 deletions

View File

@@ -40,6 +40,7 @@
"@tsconfig/bun": "catalog:",
"@types/babel__core": "7.20.5",
"@types/bun": "catalog:",
"@types/mime-types": "3.0.1",
"@types/turndown": "5.0.5",
"@types/yargs": "17.0.33",
"@typescript/native-preview": "catalog:",
@@ -110,6 +111,7 @@
"hono-openapi": "catalog:",
"ignore": "7.0.5",
"jsonc-parser": "3.3.1",
"mime-types": "3.0.2",
"minimatch": "10.0.3",
"open": "10.1.2",
"opentui-spinner": "0.0.6",