Hierarchy

  • SyncModuleIdsPlugin

Constructors

Methods

Constructors

  • Parameters

    • __namedParameters: {
          context?: string;
          mode?: "read" | "merge" | "create" | "update";
          path: string;
          test: ((arg0) => boolean);
      }
      • Optional context?: string

        context for module names

      • Optional mode?: "read" | "merge" | "create" | "update"

        operation mode (defaults to merge)

      • path: string

        path to file

      • test: ((arg0) => boolean)
          • (arg0): boolean
          • selector for modules

            Parameters

            Returns boolean

    Returns SyncModuleIdsPlugin

Methods

  • Apply the plugin

    Parameters

    Returns void

Generated using TypeDoc