Prompt Buddy logoPrompt Buddy

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.

Import to Prompt Buddy

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

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/node-js-compatibility-docs-runtime-nodejs-compat/workflow-guide.mdA 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

  1. Start with the reference file that matches the question.
  2. Prefer the most relevant file under docs/ for exact instructions and prose guidance.
  3. Use schemas/ and examples/ for exact contracts, payloads, manifests, requests, and snippets.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical Sources