Skip to content

refactor: migrate config/markdown.ts from Bun.file() to Filesystem module#14151

Merged
thdxr merged 2 commits intodevfrom
migrate-config-markdown
Feb 18, 2026
Merged

refactor: migrate config/markdown.ts from Bun.file() to Filesystem module#14151
thdxr merged 2 commits intodevfrom
migrate-config-markdown

Conversation

@thdxr
Copy link
Contributor

@thdxr thdxr commented Feb 18, 2026

Summary

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

Changes

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

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()
…dule

Replace Bun.file().text() with Filesystem.readText()
@thdxr thdxr merged commit 8f4a72c into dev Feb 18, 2026
10 checks passed
@thdxr thdxr deleted the migrate-config-markdown branch February 18, 2026 17:35
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