CompilerFactory
Class
deprecated
A factory for creating a Compiler
Deprecation warning
API
abstract class CompilerFactory { abstract createCompiler(options?: CompilerOptions[] | undefined): Compiler;}
Jump to details
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;}