Skip to content

Commit d14d596

Browse files
committed
Remove a TODO; the current parser node querying API seems to be sufficient at the moment
1 parent 9de78fd commit d14d596

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

wp-includes/parser/class-wp-parser-node.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -381,9 +381,4 @@ public function get_length(): int {
381381
$last_token = $tokens[ count( $tokens ) - 1 ];
382382
return $last_token->start + $last_token->length - $first_token->start;
383383
}
384-
385-
/*
386-
* @TODO: Let's implement a more powerful AST-querying API.
387-
* See: https://github.com/WordPress/sqlite-database-integration/pull/164#discussion_r1855230501
388-
*/
389384
}

0 commit comments

Comments
 (0)