how can I mark a context?
I'm trying to mark a call expression for checking if I visited it later, but this doesn't print that it worked:
how can I make this work?
3 Replies
You can add a
FxHashSet<Span>
to your transformer struct and perform contains
check.I cannot make it work 😠. Sorry I'm a Rust newbie. It doesn't let me use the same mutable hashset in two visitors.
Any hints on how I could restructure this?
ctd
Me and copilot figured it out 😎 I'll drop the url soon
GitHub
qwik/packages/qwik/src/optimizer/core/src/clean_side_effects.rs at ...
Instant-loading web apps, without effort. Contribute to QwikDev/qwik development by creating an account on GitHub.