pub const INTERFACENAME_QUERY: &str = "(\n    interface_declaration\n    name: (identifier) @name\n)";
Expand description

Tree-sitter query that returns name of the interface

  • name: name of the interface