bun · Bun Docs
Bun Runtime
Covers the execution model of the Bun runtime and its ability to run JavaScript and TypeScript applications, with a specific focus on Node.js compatibility, supported built-in modules, and global API implementation.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Bun Runtime
Covers the execution model of the Bun runtime and its ability to run JavaScript and TypeScript applications, with a specific focus on Node.js compatibility, supported built-in modules, and global API implementation.
When To Use
Use when migrating Node.js applications to Bun or verifying if specific Node.js modules, global variables, and APIs are supported by the Bun runtime.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/node-js-compatibility-docs-runtime-nodejs-compat/workflow-guide.md | A guide detailing Bun's implementation of Node.js compatibility features including core runtime, file systems, and HTTP servers. | Questions about a guide detailing Bun's implementation of Node.js compatibility features including core runtime, file systems, and HT... |
What This Skill Covers
- Node.js Compatibility: - Node.js Compatibility - Bun Skip to main content Bun home page Search... ⌘ K Install Bun Search... Navigation Standards & Compatibility Node.js Compatibili...
Workflow
- Start with the reference file that matches the question.
- Prefer the most relevant file under
docs/for exact instructions and prose guidance. - Use
schemas/andexamples/for exact contracts, payloads, manifests, requests, and snippets. - Do not add behavior or configuration that is not present in the attached source files.