logologo
Docs
API
Examples
2.x
3.x
4.x
GitHub
X
Discord
Docs
API
Examples
2.x
3.x
4.x
GitHub
X
Discord
logologo
API
About

Node

Table of Contents

Classes

Class: AssetsPlugin
Class: AssetsResolverPlugin
Class: BaseDevServer
Class: DevServer
Class: DevServerPlugin
Class: DevServerProxy
Class: JavaScriptLooseModePlugin
Class: LoggerPlugin
Class: OutputPlugin
Class: Reporter
Class: Symbolicator
Class: TargetPlugin
Class: WebSocketDebuggerServer
Class: WebSocketDevClientServer
Class: WebSocketEventsServer
Class: WebSocketHMRServer
Class: WebSocketMessageServer
Class: WebSocketServer

Functions

Function: bundle
Function: getAssetExtensionsRegExp
Function: getContext
Function: getDevServerOptions
Function: getEntry
Function: getInitializationEntries
Function: getMode
Function: getPlatform
Function: getPublicPath
Function: getReactNativePath
Function: getResolveOptions
Function: isMinimizeEnabled
Function: start

Interfaces

Interface: AssetsPluginConfig
Interface: AssetsResolverPluginConfig
Interface: BaseDevServerConfig
Interface: BundleArguments
Interface: CliOptions
Interface: CodeFrame
Interface: Command
Interface: CommonArguments
Interface: CompilerWorker
Interface: DevServerConfig
Interface: DevServerLoggerOptions
Interface: DevServerOptions
Interface: DevServerPluginConfig
Interface: DevServerProxyConfig
Interface: EventMessage
Interface: Fallback<T\>
Interface: GetPublicPathOptions
Interface: HMRMessage
Interface: HMRMessageBody
Interface: InitializationEntriesOptions
Interface: InputStackFrame
Interface: JavaScriptLooseModePluginConfig
Interface: LogEntry
Interface: LoggerPluginConfig
Interface: OutputPluginConfig
Interface: ReactNativeIdObject
Interface: ReactNativeMessage
Interface: ReactNativeStackFrame
Interface: ReporterConfig
Interface: StackFrame
Interface: StartArguments
Interface: SymbolicatorResults
Interface: WebSocketEventsServerConfig
Interface: WebSocketHMRServerConfig
Interface: WebpackOptions
Interface: WebpackPlugin

Types

Type alias: DevServerReply
Type alias: DevServerRequest
Type alias: FastifyDevServer
Type alias: GenericFilter
Type alias: LogType
Type alias: Mode
Type alias: OnSendHookHandler<T\>
Type alias: Rule
Type alias: WebpackLogger

Variables

Variable: ASSET\_EXTENSIONS
Variable: DEFAULT\_PORT
Variable: SCALABLE\_ASSETS

React Native

Table of Contents

Classes

Class: Chunk
Class: ChunkManager

Interfaces

Interface: ChunkConfig
Interface: ChunkManagerConfig
Interface: RemoteChunkLocation
Interface: StorageApi

Types

Type alias: RemoteChunkResolver

Interface: Command#

Represents a command that connected clients can send to the WebSocketEventsServer.

Table of contents#

Properties#

  • command
  • params
  • type
  • version

Properties#

command#

• command: string

Defined in#

packages/repack/src/server/ws/WebSocketEventsServer.ts:21


params#

• Optional params: any

Defined in#

packages/repack/src/server/ws/WebSocketEventsServer.ts:22


type#

• type: "command"

Defined in#

packages/repack/src/server/ws/WebSocketEventsServer.ts:20


version#

• version: number

Defined in#

packages/repack/src/server/ws/WebSocketEventsServer.ts:19

Previous PageInterface: CodeFrame
Next pageInterface: CommonArguments
Contents
  • Table of contents
  • Properties
  • Properties
  • command
  • Defined in
  • params
  • Defined in
  • type
  • Defined in
  • version
  • Defined in