# NOT RUN {
withr::with_options(
list(styler.cache_name = NULL), # temporarily deactivate cache
{
pd <- styler:::compute_parse_data_nested("if (TRUE) f()")
styler:::next_terminal(pd)
}
)
# }
Run the code above in your browser using DataLab