fix(core): make timing masks safe for source loaders#2145
Merged
jrusso1020 merged 1 commit intoJul 11, 2026
Conversation
Collaborator
Author
This was referenced Jul 10, 2026
2 tasks

What
Make timing compilation mask non-HTML source regions before rewriting timing attributes.
Why
Source-loader scripts and embedded text can contain attribute-like strings that must never be mutated as markup.
How
Restrict timing rewrites to real element tags and add adversarial source-loader fixtures.
Test plan