Sha256: 94ed35cb311b03fe71d875dd734ff273f47be1324334c023baf5d0dcc29fe4f4

Contents?: true

Size: 1.47 KB

Versions: 26

Compression:

Stored size: 1.47 KB

Contents

{
  "definitions": {
    "HandlerFunction": {
      "description": "Function that executes for every progress step",
      "instanceof": "Function",
      "tsType": "((percentage: number, msg: string, ...args: string[]) => void)"
    },
    "ProgressPluginOptions": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "activeModules": {
          "description": "Show active modules count and one active module in progress message",
          "type": "boolean"
        },
        "entries": {
          "description": "Show entries count in progress message",
          "type": "boolean"
        },
        "handler": {
          "description": "Function that executes for every progress step",
          "anyOf": [
            {
              "$ref": "#/definitions/HandlerFunction"
            }
          ]
        },
        "modules": {
          "description": "Show modules count in progress message",
          "type": "boolean"
        },
        "modulesCount": {
          "description": "Minimum modules count to start with. Only for mode=modules. Default: 500",
          "type": "number"
        },
        "profile": {
          "description": "Collect profile data for progress steps. Default: false",
          "enum": [true, false, null]
        }
      }
    }
  },
  "title": "ProgressPluginArgument",
  "oneOf": [
    {
      "$ref": "#/definitions/ProgressPluginOptions"
    },
    {
      "$ref": "#/definitions/HandlerFunction"
    }
  ]
}

Version data entries

26 entries across 25 versions & 8 rubygems

Version Path
optimacms-0.1.61 spec/dummy/node_modules/webpack/schemas/plugins/ProgressPlugin.json
disco_app-0.18.0 test/dummy/node_modules/webpack/schemas/plugins/ProgressPlugin.json
disco_app-0.18.2 test/dummy/node_modules/webpack/schemas/plugins/ProgressPlugin.json
disco_app-0.16.1 test/dummy/node_modules/webpack/schemas/plugins/ProgressPlugin.json
disco_app-0.15.2 test/dummy/node_modules/webpack/schemas/plugins/ProgressPlugin.json
disco_app-0.18.4 test/dummy/node_modules/webpack/schemas/plugins/ProgressPlugin.json
disco_app-0.18.1 test/dummy/node_modules/webpack/schemas/plugins/ProgressPlugin.json
disco_app-0.12.7.pre.puma.pre.3 test/dummy/node_modules/webpack/schemas/plugins/ProgressPlugin.json
disco_app-0.14.0 test/dummy/node_modules/webpack/schemas/plugins/ProgressPlugin.json
disco_app-0.13.6.pre.puma.pre.3 test/dummy/node_modules/webpack/schemas/plugins/ProgressPlugin.json
tang-0.2.1 spec/tang_app/node_modules/webpack/schemas/plugins/ProgressPlugin.json
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/webpack/schemas/plugins/ProgressPlugin.json
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/webpack/schemas/plugins/ProgressPlugin.json
ruby2js-4.0.4 lib/tasks/testrails/node_modules/webpack/schemas/plugins/ProgressPlugin.json
ruby2js-4.0.3 lib/tasks/testrails/node_modules/webpack/schemas/plugins/ProgressPlugin.json
tang-0.2.0 spec/tang_app/node_modules/webpack/schemas/plugins/ProgressPlugin.json
tang-0.1.0 spec/tang_app/node_modules/webpack/schemas/plugins/ProgressPlugin.json
tang-0.0.9 spec/tang_app/node_modules/webpack/schemas/plugins/ProgressPlugin.json
enju_library-0.3.8 spec/dummy/node_modules/webpack/schemas/plugins/ProgressPlugin.json
jester-data-8.0.0 node_modules/webpack/schemas/plugins/ProgressPlugin.json