class JitCompilerFactory implements CompilerFactory { createCompiler(options?: CompilerOptions[]): Compiler;}
Compiler
CompilerOptions[]