Sha256: 1df18f7a98bdacb8ac2cbcfa180b255e0053a317d47108e5a2168c038bcce2e7

Contents?: true

Size: 951 Bytes

Versions: 26

Compression:

Stored size: 951 Bytes

Contents

/**
 * This file was automatically generated.
 * DO NOT MODIFY BY HAND.
 * Run `yarn special-lint-fix` to update
 */

export type ProgressPluginArgument = ProgressPluginOptions | HandlerFunction;
/**
 * Function that executes for every progress step
 */
export type HandlerFunction = (
	percentage: number,
	msg: string,
	...args: string[]
) => void;

export interface ProgressPluginOptions {
	/**
	 * Show active modules count and one active module in progress message
	 */
	activeModules?: boolean;
	/**
	 * Show entries count in progress message
	 */
	entries?: boolean;
	/**
	 * Function that executes for every progress step
	 */
	handler?: HandlerFunction;
	/**
	 * Show modules count in progress message
	 */
	modules?: boolean;
	/**
	 * Minimum modules count to start with. Only for mode=modules. Default: 500
	 */
	modulesCount?: number;
	/**
	 * Collect profile data for progress steps. Default: false
	 */
	profile?: true | false | null;
}

Version data entries

26 entries across 25 versions & 8 rubygems

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