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

React Native stack frame used as input when processing by Symbolicator.

Hierarchy#

  • ReactNativeStackFrame

    ↳ InputStackFrame

    ↳↳ StackFrame

Table of contents#

Properties#

  • column
  • file
  • lineNumber
  • methodName

Properties#

column#

• column: null | number

Inherited from#

ReactNativeStackFrame.column

Defined in#

packages/repack/src/server/Symbolicator.ts:16


file#

• file: string

Overrides#

ReactNativeStackFrame.file

Defined in#

packages/repack/src/server/Symbolicator.ts:25


lineNumber#

• lineNumber: null | number

Inherited from#

ReactNativeStackFrame.lineNumber

Defined in#

packages/repack/src/server/Symbolicator.ts:15


methodName#

• methodName: string

Inherited from#

ReactNativeStackFrame.methodName

Defined in#

packages/repack/src/server/Symbolicator.ts:18

Previous PageInterface: InitializationEntriesOptions
Next pageInterface: JavaScriptLooseModePluginConfig
Contents
  • Hierarchy
  • Table of contents
  • Properties
  • Properties
  • column
  • Inherited from
  • Defined in
  • file
  • Overrides
  • Defined in
  • lineNumber
  • Inherited from
  • Defined in
  • methodName
  • Inherited from
  • Defined in