slint/internal/compiler/llr
Tobias Hunger aaeb4a0df5 compiler: Add a DebugHook expression
You can not create this expression manually, but there
is a pass in the compiler that adds it to all set
properties in a compilation run.

All it does is basically associate an id with an expression,
so that we can then in a later step have the interpreter do
something with that information. Apart from that, it tries to
be as transparent as possible.

The LLR lowering removes that expression again, just so we can
be sure it does not end up in the generated live code.
2025-04-09 13:52:29 +02:00
..
optim_passes Allow to have builtin item function to return a value 2025-03-31 14:06:24 +02:00
expression.rs Allow to have builtin item function to return a value 2025-03-31 14:06:24 +02:00
item_tree.rs Fix re-instentiating if elements when the condition is dirty 2025-03-27 15:37:07 +01:00
lower_expression.rs compiler: Add a DebugHook expression 2025-04-09 13:52:29 +02:00
lower_to_item_tree.rs Improve font embedding for MCUs when bundling translations (#7875) 2025-03-18 11:54:28 +01:00
pretty_print.rs Allow to have builtin item function to return a value 2025-03-31 14:06:24 +02:00