CompilerFactory
A factory for creating a Compiler
Deprecated: Ivy JIT mode doesn't require accessing this symbol. See JIT API changes due to ViewEngine deprecation for additional context.
abstract class CompilerFactory {
abstract createCompiler(options?: CompilerOptions[]): Compiler
}
Subclasses
Methods
createCompiler() | |||
---|---|---|---|
Parameters
Returns |