angular/packages/core/src/render3
Andrew Scott ca6cdcd269 refactor(core): feature for potential zoneless-compatibility debug check (#55663)
This commit adds a feature that is useful for determining if an
application is zoneless-ready. The way this works is generally only
useful right now when zoneless is enabled. Some version of this may be useful in
the future as a general configuration option to change detection to make
`checkNoChanges` pass always exhaustive as an opt-in to address #45612.

Because this is an experimental, debug-only feature, it is okay to merge
during the RC period.

PR Close #55663
2024-05-07 13:39:13 -07:00
..
debug refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
deps_tracker refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
features refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
i18n refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
instructions refactor(core): feature for potential zoneless-compatibility debug check (#55663) 2024-05-07 13:39:13 -07:00
interfaces refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
jit refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
reactivity refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
styling refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
util refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
after_render_hooks.ts Revert "fix(core): render hooks should not specifically run outside the Angular zone (#55399)" (#55624) 2024-05-02 11:00:29 -07:00
apply_value_input_field.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
assert.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
bindings.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
CODE_GEN_API.md refactor(ivy): Move instructions back to ɵɵ (#30546) 2019-05-20 16:37:47 -07:00
collect_native_nodes.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
component.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
component_ref.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
context_discovery.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
definition.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
definition_factory.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
di.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
di_setup.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
errors.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
errors_di.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
fields.ts feat(core): introduce concept of DestroyRef (#49158) 2023-02-28 11:52:09 -08:00
global_utils_api.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
hooks.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
index.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
list_reconciliation.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
local_compilation.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
metadata.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
namespaces.ts refactor(core): remove several private utils and APIs (#48357) 2022-12-05 14:35:08 -08:00
ng_module_ref.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
node_assert.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
node_manipulation.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
node_manipulation_i18n.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
node_selector_matcher.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
PERF_NOTES.md docs: update links to use HTTPS as protocol (#39718) 2020-11-20 12:52:16 -08:00
pipe.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
profiler.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
pure_function.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
query.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
query_reactive.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
queue_state_update.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
reactive_lview_consumer.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
scope.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
state.ts refactor(core): feature for potential zoneless-compatibility debug check (#55663) 2024-05-07 13:39:13 -07:00
STORING_METADATA_IN_D.TS.md docs: convert the last my-app components to app-root (#42256) 2021-05-25 22:13:36 +00:00
tokens.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
TREE_SHAKING.md docs(ivy): add feature principle doc (#21565) 2018-01-17 17:01:09 -08:00
VIEW_DATA.md fix(compiler): generate less code for advance instructions (#53845) 2024-01-09 12:27:58 -08:00
view_engine_compatibility_prebound.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
view_manipulation.ts refactor: migrate core to prettier formatting (#55488) 2024-04-29 09:49:19 -07:00
view_ref.ts refactor(core): feature for potential zoneless-compatibility debug check (#55663) 2024-05-07 13:39:13 -07:00