We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6030f28 commit e54ce24Copy full SHA for e54ce24
tasks/linter_codegen/src/regex_node_kinds.rs
@@ -2,7 +2,7 @@ use syn::{Expr, Pat, Stmt};
2
3
use crate::{node_type_set::NodeTypeSet, utils::astkind_variant_from_path};
4
5
-/// Fetches the current list of variants that can be returned by `run_on_regex_node`.
+/// Fetches the current list of variants that are handled by `run_on_regex_node`.
6
/// We read the source file to avoid hardcoding the list here and ensure this will stay updated.
7
pub fn get_regex_node_kinds() -> Option<NodeTypeSet> {
8
// Read crates/oxc_linter/src/utils/regex.rs and extract all variants in `run_on_regex_node` function
0 commit comments