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
@ -76,7 +76,7 @@ interface Options extends ts.CompilerOptions {
|
||||
// Print extra information while running the compiler
|
||||
trace?: boolean;
|
||||
|
||||
// Whether to embed debug information in the compiled templates
|
||||
/** @deprecated since v4 this option has no effect anymore. */
|
||||
debug?: boolean;
|
||||
|
||||
// Whether to enable support for <template> and the template attribute (true by default)
|
||||
|
Reference in New Issue
Block a user