method CompilerEventEmitter.prototype.emitCompilationStart
CompilerEventEmitter.prototype.emitCompilationStart(event: ICompilationStartEvent): void

Emit compilation start event.

Fires after configuration validation passes but before any source is fetched. This is the earliest point at which sourceCount and transformationCount are guaranteed to be correct.

Parameters

Return Type

void

Usage

import { CompilerEventEmitter } from ".";