This commit is contained in:
Jarred Sumner
2025-09-29 23:36:44 -07:00
parent 8d7ca660ef
commit badcfe8a14
4 changed files with 1 additions and 3 deletions

View File

@@ -15,7 +15,6 @@ for await (const file of glob.scan(".")) {
}
```
**Match a string against a glob pattern**:
```ts

View File

@@ -385,4 +385,3 @@ Bun implements the following globals.
-  
{% /table %}

View File

@@ -34,6 +34,7 @@ It creates:
- a `README.md` file
AI Agent rules (disable with `$BUN_AGENT_RULE_DISABLED=1`):
- a `CLAUDE.md` file when Claude CLI is detected (disable with `CLAUDE_CODE_AGENT_RULE_DISABLED` env var)
- a `.cursor/rules/*.mdc` file to guide [Cursor AI](https://cursor.sh) to use Bun instead of Node.js and npm when Cursor is detected

View File

@@ -88,4 +88,3 @@ $ bun outdated -r
```
{% bunCLIUsage command="outdated" /%}