A forked version of the SASS compiler running compilation of SASS in a separate thread; This class is used by internally by the

Hierarchy

  • ForkedSassCompiler

Implements

Constructors

Properties

compilerIdleWatch: any
compilerPath: string = ...
lastMessageTime: number = 0
logger: Logger
maxIdleTime: 60 = 60
pendingRequests: Map<string, SassCompileRequest> = ...
sassCompiler?: ChildProcess

Methods