This site uses cookies from Google to deliver its services and to analyze traffic.
A factory for creating a Compiler
abstract class CompilerFactory { abstract createCompiler(options?: CompilerOptions[]): Compiler;}