mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
fmt
This commit is contained in:
@@ -15,7 +15,6 @@ for await (const file of glob.scan(".")) {
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
**Match a string against a glob pattern**:
|
||||
|
||||
```ts
|
||||
|
||||
@@ -385,4 +385,3 @@ Bun implements the following globals.
|
||||
-
|
||||
|
||||
{% /table %}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -88,4 +88,3 @@ $ bun outdated -r
|
||||
```
|
||||
|
||||
{% bunCLIUsage command="outdated" /%}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user