317d40d879
In tsc 3.0 the check that enables program structure reuse in tryReuseStructureFromOldProgram has changed and now uses identity comparison on arrays within CompilerOptions. Since we recreate the options on each incremental compilation, we now fail this check. After this change the default set of options is reused in between incremental compilations, but we still allow options to be overriden if needed. PR Close #25275 |
||
---|---|---|
.. | ||
BUILD.bazel | ||
compiler_host_spec.ts | ||
inline_resources_spec.ts | ||
lower_expressions_spec.ts | ||
metadata_reader_spec.ts | ||
node_emitter_spec.ts | ||
program_spec.ts | ||
r3_metadata_transform_spec.ts | ||
r3_transform_spec.ts |