Type alias CompilationDirectiveLocking<CompilerType, CompilationDataType>

CompilationDirectiveLocking<CompilerType, CompilationDataType>: {
    compiler: CompilerType;
    data?: CompilationDataType;
    script: string;
}

Type Parameters

  • CompilerType

  • CompilationDataType

Type declaration

Generated using TypeDoc