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: ReactNativeIdObject#

Holds ReactNativeMessage id data.

Table of contents#

Properties#

  • clientId
  • requestId

Properties#

clientId#

• clientId: string

Defined in#

packages/repack/src/server/ws/WebSocketMessageServer.ts:12


requestId#

• requestId: string

Defined in#

packages/repack/src/server/ws/WebSocketMessageServer.ts:11

Previous PageInterface: OutputPluginConfig
Next pageInterface: ReactNativeMessage
Contents
  • Table of contents
  • Properties
  • Properties
  • clientId
  • Defined in
  • requestId
  • Defined in