@lastshotlabs/slingshot-runtime-bun
npm install @lastshotlabs/slingshot-runtime-bun
Functions
Section titled “Functions”bunRuntime
Section titled “bunRuntime”Runtime-specific error classes thrown by the Bun adapter for server, WebSocket, SQLite, and password-hashing failures.
function bunRuntime(options?: BunRuntimeOptions): BunSlingshotRuntimeSource: packages/runtime-bun/src/index.ts
configureRuntimeBunLogger
Section titled “configureRuntimeBunLogger”Runtime-specific error classes thrown by the Bun adapter for server, WebSocket, SQLite, and password-hashing failures.
function configureRuntimeBunLogger(logger: RuntimeBunLogger | null): RuntimeBunLoggerSource: packages/runtime-bun/src/index.ts
configureRuntimeBunStructuredLogger
Section titled “configureRuntimeBunStructuredLogger”Runtime-specific error classes thrown by the Bun adapter for server, WebSocket, SQLite, and password-hashing failures.
function configureRuntimeBunStructuredLogger(logger: Logger | null): LoggerSource: packages/runtime-bun/src/index.ts
installProcessSafetyNet
Section titled “installProcessSafetyNet”Runtime-specific error classes thrown by the Bun adapter for server, WebSocket, SQLite, and password-hashing failures.
function installProcessSafetyNet(): voidSource: packages/runtime-bun/src/index.ts
resetProcessSafetyNetForTest
Section titled “resetProcessSafetyNetForTest”Runtime-specific error classes thrown by the Bun adapter for server, WebSocket, SQLite, and password-hashing failures.
function resetProcessSafetyNetForTest(): voidSource: packages/runtime-bun/src/index.ts
runtimeCapabilities
Section titled “runtimeCapabilities”Runtime-specific error classes thrown by the Bun adapter for server, WebSocket, SQLite, and password-hashing failures.
function runtimeCapabilities(): BunRuntimeCapabilitiesSource: packages/runtime-bun/src/index.ts
Classes
Section titled “Classes”BunPasswordError
Section titled “BunPasswordError”Errors thrown by the Bun runtime implementation.
Source: packages/runtime-bun/src/errors.ts
BunRuntimeError
Section titled “BunRuntimeError”Errors thrown by the Bun runtime implementation.
Source: packages/runtime-bun/src/errors.ts
BunServerError
Section titled “BunServerError”Errors thrown by the Bun runtime implementation.
Source: packages/runtime-bun/src/errors.ts
BunSqliteError
Section titled “BunSqliteError”Errors thrown by the Bun runtime implementation.
Source: packages/runtime-bun/src/errors.ts
BunWebSocketError
Section titled “BunWebSocketError”Errors thrown by the Bun runtime implementation.
Source: packages/runtime-bun/src/errors.ts
Interfaces
Section titled “Interfaces”BunRuntimeCapabilities
Section titled “BunRuntimeCapabilities”Runtime-specific error classes thrown by the Bun adapter for server, WebSocket, SQLite, and password-hashing failures.
Source: packages/runtime-bun/src/index.ts
BunRuntimeOptions
Section titled “BunRuntimeOptions”Runtime-specific error classes thrown by the Bun adapter for server, WebSocket, SQLite, and password-hashing failures.
Source: packages/runtime-bun/src/index.ts
BunRuntimeServerInstance
Section titled “BunRuntimeServerInstance”Runtime-specific error classes thrown by the Bun adapter for server, WebSocket, SQLite, and password-hashing failures.
Source: packages/runtime-bun/src/index.ts
BunSlingshotRuntime
Section titled “BunSlingshotRuntime”Runtime-specific error classes thrown by the Bun adapter for server, WebSocket, SQLite, and password-hashing failures.
Source: packages/runtime-bun/src/index.ts
RuntimeBunLogger
Section titled “RuntimeBunLogger”Runtime-specific error classes thrown by the Bun adapter for server, WebSocket, SQLite, and password-hashing failures.
Source: packages/runtime-bun/src/index.ts