refactor: remove old compiler options (#14891)
DEPRECATION: - `CompilerOptions.debug` has no effect any more, as the compiler always produces the same code independent of debug mode.
This commit is contained in:

committed by
Chuck Jazdzewski

parent
07122f0ad9
commit
1cff1250ba
@ -205,7 +205,7 @@ export declare abstract class CompilerFactory {
|
||||
|
||||
/** @experimental */
|
||||
export declare type CompilerOptions = {
|
||||
useDebug?: boolean;
|
||||
/** @deprecated */ useDebug?: boolean;
|
||||
useJit?: boolean;
|
||||
defaultEncapsulation?: ViewEncapsulation;
|
||||
providers?: any[];
|
||||
|
Reference in New Issue
Block a user