KC's Workspace
    Preparing search index...
    ResolveIdHook: (
        this: PluginContext,
        source: string,
        importer: string | undefined,
        options: {
            attributes: Record<string, string>;
            custom?: CustomPluginOptions;
            isEntry: boolean;
        },
    ) => ResolveIdResult

    Type Declaration

      • (
            this: PluginContext,
            source: string,
            importer: string | undefined,
            options: {
                attributes: Record<string, string>;
                custom?: CustomPluginOptions;
                isEntry: boolean;
            },
        ): ResolveIdResult
      • Parameters

        • this: PluginContext
        • source: string
        • importer: string | undefined
        • options: {
              attributes: Record<string, string>;
              custom?: CustomPluginOptions;
              isEntry: boolean;
          }

        Returns ResolveIdResult