Theia API Documentation v1.72.1
    Preparing search index...

    The RPC handler for headless plugins.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    apiFactory: null
    banner: string
    envExt: EnvExtImpl
    loadContainerModule: PluginContainerModuleLoader
    localizationExt: LocalizationExtImpl
    rpc: any

    Methods

    • Determine whether a plugin should be loaded via ESM import() instead of CommonJS require(). Mirrors Node's own rules:

      • .mjs is always ESM
      • .cjs is always CJS
      • any other extension falls back to the package.json type field

      Parameters

      Returns boolean

    • Returns Promise<void>