Module @famir/repl-server
@famir/repl-server

REPL server infrastructure service.
Features
- TypeScript-first with strict type guards and assertions
- Configuration via
@famir/config package
- Native node:repl as backend REPL Server
Cli and Net implementations for various uses
- Clear error handling with
ReplServerError
- Structured logging with
@famir/logger package
- Integration with
@famir/common DI container
Classes
- CliReplServer
- NetReplServer
- ReplServerAssets
- ReplServerCommand
- ReplServerError
- ReplServerRouter
Interfaces
- CliReplServerConfig
- NetReplServerConfig
- ReplServer
- ReplServerCommandArgs
- ReplServerCommandContext
- ReplServerCommandOption
- ReplServerCommandSpec
Type Aliases
- ReplServerCommandAction
- ReplServerCommandHelp
- ReplServerErrorCode
- ReplServerErrorOptions
Variables
- REPL_SERVER
- REPL_SERVER_ASSETS
- REPL_SERVER_ROUTER