Skip to content

refactor: migrate uninstall.ts from Bun.file()/Bun.write() to Filesystem module#14150

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

refactor: migrate uninstall.ts from Bun.file()/Bun.write() to Filesystem module#14150
thdxr merged 1 commit intodevfrom
migrate-uninstall

Conversation

@thdxr
Copy link
Copy Markdown
Member

@thdxr thdxr commented Feb 18, 2026

Summary

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

Changes

  • Added Filesystem import
  • Replaced Bun.file().text() with Filesystem.readText()
  • Replaced Bun.write() with Filesystem.write()

Related

Part of the Bun.file() migration effort.

…tem module

Replace Bun-specific file operations with Filesystem module:

- Replace Bun.file().text() with Filesystem.readText()

- Replace Bun.write() with Filesystem.write()
@thdxr thdxr merged commit e0e8b94 into dev Feb 18, 2026
10 checks passed
@thdxr thdxr deleted the migrate-uninstall branch February 18, 2026 17:35
jonathanmiddleton pushed a commit to jonathanmiddleton/opencode that referenced this pull request Mar 10, 2026
balcsida pushed a commit to balcsida/opencode that referenced this pull request Mar 19, 2026
balcsida pushed a commit to balcsida/opencode that referenced this pull request Mar 19, 2026
balcsida pushed a commit to balcsida/opencode that referenced this pull request Apr 4, 2026
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