Merge branch 'dev' into sqlite2

This commit is contained in:
Dax Raad
2026-02-12 09:28:47 -05:00
592 changed files with 15450 additions and 11928 deletions

View File

@@ -32,6 +32,9 @@ description: Use this when you are working on file operations like reading, writ
- Decode tool stderr with `Bun.readableStreamToText`.
- For large writes, use `Bun.write(Bun.file(path), text)`.
NOTE: Bun.file(...).exists() will return `false` if the value is a directory.
Use Filesystem.exists(...) instead if path can be file or directory
## Quick checklist
- Use Bun APIs first.