Home Reference Source Test Repository
import ReadOnlyCompiler from 'electron-compile/src/read-only-compiler.js'
public class | source

ReadOnlyCompiler

ReadOnlyCompiler is a compiler which allows the host to inject all of the compiler metadata information so that CompileCache et al are able to recreate the hash without having two separate code paths.

Method Summary

Public Methods
public
public
public
public
public
public
public

Public Methods

public compile() source

public compileSync() source

public determineDependentFiles(): * source

Return:

*

public determineDependentFilesSync(): * source

Return:

*

public getCompilerVersion(): * source

Return:

*

public shouldCompileFile(): boolean source

Return:

boolean

public shouldCompileFileSync(): boolean source

Return:

boolean