refactor(compiler): remove option useDebug
(#18778)
BREAKING CHANGE: the option `useDebug` for the compiler has been removed as it had no effect and was deprecated since v4. PR Close #18778
This commit is contained in:

committed by
Miško Hevery

parent
b8a3736275
commit
499d05ddee
1
tools/public_api_guard/core/core.d.ts
vendored
1
tools/public_api_guard/core/core.d.ts
vendored
@ -195,7 +195,6 @@ export declare abstract class CompilerFactory {
|
||||
|
||||
/** @experimental */
|
||||
export declare type CompilerOptions = {
|
||||
/** @deprecated */ useDebug?: boolean;
|
||||
useJit?: boolean;
|
||||
defaultEncapsulation?: ViewEncapsulation;
|
||||
providers?: StaticProvider[];
|
||||
|
Reference in New Issue
Block a user