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

@callstack/repack

Table of contents

Classes

Class: ConsoleReporter
Class: FileReporter
Class: RepackPlugin
Class: AssetsResolverPlugin
Class: ChunksToHermesBytecodePlugin
Class: CodeSigningPlugin
Class: DevelopmentPlugin
Class: JavaScriptLooseModePlugin
Class: LoggerPlugin
Class: ManifestPlugin
Class: ModuleFederationPlugin
Class: OutputPlugin
Class: ReactRefreshPlugin
Class: RepackTargetPlugin

Functions

Function: createRemote
Function: adaptFilenameToPlatform
Function: bundle
Function: composeReporters
Function: getAssetExtensionsRegExp
Function: getDirname
Function: getInitializationEntries
Function: getPublicPath
Function: getResolveOptions
Function: getWebpackEnvOptions
Function: makeLogEntryFromFastifyLog
Function: start

Interfaces

Interface: BundleArguments
Interface: CliOptions
Interface: CommonArguments
Interface: ConsoleReporterConfig
Interface: DevServerOptions
Interface: Fallback<T\>
Interface: FileReporterConfig
Interface: GetPublicPathOptions
Interface: HMRMessage
Interface: HMRMessageBody
Interface: InitializationEntriesOptions
Interface: LogEntry
Interface: RepackPluginConfig
Interface: Reporter
Interface: StartArguments
Interface: WebpackEnvOptions
Interface: WebpackPlugin
Interface: AssetsResolverPluginConfig
Interface: CodeSigningPluginConfig
Interface: DevelopmentPluginConfig
Interface: JavaScriptLooseModePluginConfig
Interface: LoggerPluginConfig
Interface: ModuleFederationPluginConfig
Interface: OutputPluginConfig
Interface: ReactRefreshPluginConfig
Interface: RepackTargetPluginConfig

Modules

Namespace: Federated
Namespace: plugins

Types

Type alias: LogType
Type alias: Rule
Type alias: WebpackLogger
Type alias: DestinationConfig
Type alias: DestinationMatchRules
Type alias: DestinationSpec
Type alias: GenericFilter
Type alias: LocalDestinationConfig
Type alias: RemoteDestinationConfig

Variables

Variable: ASSET\_EXTENSIONS
Variable: SHARED\_REACT
Variable: SHARED\_REACT\_NATIVE
Variable: SCALABLE\_ASSETS

@callstack/repack/client

Table of contents

Classes

Class: Script
Class: ScriptManager

Functions

Function: createURLResolver
Function: importModule
Function: getWebpackContext

Interfaces

Interface: URLResolverConfig
Interface: NormalizedScriptLocator
Interface: ResolverOptions
Interface: ScriptLocator
Interface: StorageApi
Interface: WebpackContext

Modules

Namespace: Federated

Types

Type alias: URLResolver
Type alias: ScriptLocatorResolver

@callstack/repack-dev-server

Table of contents

Enums

Enumeration: EventTypes

Functions

Function: createServer

Interfaces

Interface: CodeFrame
Interface: CompilerDelegate
Interface: HmrDelegate
Interface: InputStackFrame
Interface: ProgressData
Interface: ReactNativeStackFrame
Interface: Asset
Interface: CompilationStats
Interface: Delegate
Interface: Config
Interface: Delegate
Interface: DelegateContext
Interface: LoggerDelegate
Interface: MessagesDelegate
Interface: Options
Interface: StackFrame
Interface: SymbolicatorDelegate
Interface: SymbolicatorResults

Modules

Namespace: Internal
Namespace: Api
Namespace: Server

Types

Type alias: SendProgress

Class: ConsoleReporter#

Implements#

  • Reporter

Table of contents#

Constructors#

  • constructor

Methods#

  • flush
  • process
  • stop

Constructors#

constructor#

• new ConsoleReporter(config)

Parameters#

Name Type
config ConsoleReporterConfig

Defined in#

packages/repack/src/logging/reporters/ConsoleReporter.ts:15

Methods#

flush#

▸ flush(): void

Returns#

void

Implementation of#

Reporter.flush

Defined in#

packages/repack/src/logging/reporters/ConsoleReporter.ts:26


process#

▸ process(log): void

Parameters#

Name Type
log LogEntry

Returns#

void

Implementation of#

Reporter.process

Defined in#

packages/repack/src/logging/reporters/ConsoleReporter.ts:22


stop#

▸ stop(): void

Returns#

void

Implementation of#

Reporter.stop

Defined in#

packages/repack/src/logging/reporters/ConsoleReporter.ts:30

Previous PageTable of contents
Next pageClass: FileReporter
Contents
  • Implements
  • Table of contents
  • Constructors
  • Methods
  • Constructors
  • constructor
  • Parameters
  • Defined in
  • Methods
  • flush
  • Returns
  • Implementation of
  • Defined in
  • process
  • Parameters
  • Returns
  • Implementation of
  • Defined in
  • stop
  • Returns
  • Implementation of
  • Defined in