fix: add legacy comment to compile_page_state_eval
This commit is contained in:
@@ -894,6 +894,7 @@ fn compile_single_request_table(scene_ir: &SceneIr) -> String {
|
||||
compile_simple_request_script(scene_ir, "queryData")
|
||||
}
|
||||
|
||||
/// Legacy path, superseded by multi-mode unified path.
|
||||
fn compile_page_state_eval(scene_ir: &SceneIr) -> String {
|
||||
let mut scene_ir = scene_ir.clone();
|
||||
if scene_ir.api_endpoints.is_empty() {
|
||||
|
||||
Reference in New Issue
Block a user