Bun is a fast all-in-one JavaScript runtime
Bundle, transpile, install and run JavaScript & TypeScript projects — all in Bun. Bun is a new JavaScript runtime with a native bundler, transpiler, task runner and npm client built-in.
diff --git a/packages/bun-landing/build.tsx b/packages/bun-landing/build.tsx
index 2be819a966..732700d812 100644
--- a/packages/bun-landing/build.tsx
+++ b/packages/bun-landing/build.tsx
@@ -6,7 +6,9 @@ import liveReload from "bun-livereload";
import { join } from "path";
const { default: Page } = await import("./page.tsx");
-const build = await new Response(await renderToReadableStream(
The goal of Bun is to run most of the worlds JavaScript outside of
@@ -516,14 +536,14 @@ export default () => (
Bundle, transpile, install and run JavaScript & TypeScript projects — all in Bun. Bun is a new JavaScript runtime with a native bundler, transpiler, task runner and npm client built-in.
Bun is a modern JavaScript runtime like Node or Deno. It was built from scratch to focus on three main things:
Bun is designed as a drop-in replacement for your current JavaScript & TypeScript apps or scripts — on your local computer, server or on the edge. Bun natively implements hundreds of Node.js and Web APIs, including 90% of Node-API functions (native modules), fs, path, Buffer and more. The goal of Bun is to run most of the worlds JavaScript outside of browsers, bringing performance and complexity enhancements to your future infrastructure, as well as developer productivity through better, simpler tooling.
The goal of Bun is to run most of the worlds JavaScript outside of browsers, bringing performance and complexity enhancements to your future infrastructure, as well as developer productivity through better, simpler tooling.
"paths", "jsxImportSource"and more from tsconfig.json filesrequire("dotenv").load()Bun.js uses the JavaScriptCore engine, which tends to start and perform a little faster than more traditional choices like V8. Bun is written in