A factory for creating a Compiler
Deprecation warning
Ivy JIT mode doesn't require accessing this symbol.
abstract class CompilerFactory { abstract createCompiler(options?: CompilerOptions[] | undefined): Compiler;}
Compiler
CompilerOptions[] | undefined