pub async fn modify_ast_for_sketch(
    engine: &mut EngineConnection,
    program: &mut Program,
    sketch_name: &str,
    sketch_id: Uuid
) -> Result<String, KclError>
Expand description

Update the AST to reflect the new state of the program after something like a move or a new line.