Skip to content

refactor: migrate index.ts from Bun.file() to Filesystem module#14160

Merged
thdxr merged 1 commit intodevfrom
migrate-index
Feb 18, 2026
Merged

refactor: migrate index.ts from Bun.file() to Filesystem module#14160
thdxr merged 1 commit intodevfrom
migrate-index

Conversation

@thdxr
Copy link
Contributor

@thdxr thdxr commented Feb 18, 2026

Summary

Migrate src/index.ts from Bun-specific file APIs to the Filesystem utility module.

Changes

  • Added Filesystem import from ./util/filesystem
  • Replaced Bun.file().exists() with Filesystem.exists()

Related

Part of the Bun.file() migration effort.

Replace Bun.file().exists() with Filesystem.exists()
@thdxr thdxr merged commit 37b24f4 into dev Feb 18, 2026
10 checks passed
@thdxr thdxr deleted the migrate-index branch February 18, 2026 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant