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
commit 6b29896a35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 1889 additions and 36 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",