mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Move the standalone executable page
This commit is contained in:
@@ -116,6 +116,9 @@ export default {
|
||||
page("runtime/nodejs-apis", "Node.js compatibility", {
|
||||
description: `Bun aims for full Node.js compatibility. This page tracks the current compatibility status.`,
|
||||
}),
|
||||
page("bundler/executables", "Single-file executable", {
|
||||
description: "Compile a TypeScript or JavaScript file to a standalone executable",
|
||||
}),
|
||||
page("runtime/plugins", "Plugins", {
|
||||
description: `Implement custom loaders and module resolution logic with Bun's plugin system.`,
|
||||
}),
|
||||
@@ -204,9 +207,6 @@ export default {
|
||||
page("bundler/plugins", "Plugins", {
|
||||
description: `Implement custom loaders and module resolution logic with Bun's plugin system.`,
|
||||
}),
|
||||
page("bundler/executables", "Executables", {
|
||||
description: "Compile a TypeScript or JavaScript file to a standalone executable",
|
||||
}),
|
||||
page("bundler/macros", "Macros", {
|
||||
description: `Run JavaScript functions at bundle-time and inline the results into your bundle`,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user