I'm trying to fix a JS lowering bug. How can I assert on the generated JS? I see there's CHECK_ comments which assert against function calls, but I want to check whether an `if`/`do`/`while` is present or a
for
d
dmitriy.novozhilov
10/18/2023, 3:00 PM
cc @bashor
b
bashor
10/18/2023, 3:08 PM
You can find existing directives here.
If you miss something you can try to write another one, but before, it might worth sharing what are you trying to fix and how do you want to test it. cc @anton.bannykh@Artem Kobzar