unified: Remove references to Swift input schema generation

This commit is contained in:
Taus
2026-07-28 11:55:11 +00:00
parent a2ff35a72d
commit ceffe40a54
2 changed files with 4 additions and 5 deletions

View File

@@ -262,10 +262,10 @@ fn parse_range(node: &Value) -> Option<Range> {
})
}
/// The authoritative swift-syntax input node-types schema, generated from
/// swift-syntax (see the schemagen tool). [`json_to_ast`] seeds every parse
/// with the schema built from this, pre-registering every input kind and field
/// so rule matching never references a name absent from a given file's tree.
/// The authoritative swift-syntax input node-types schema.
/// [`json_to_ast`] seeds every parse with the schema built from this,
/// pre-registering every input kind and field so rule matching never references
/// a name absent from a given file's tree.
const SWIFT_NODE_TYPES: &str = include_str!("../../../swift_node_types.yml");
/// Convert a swift-syntax JSON tree (as produced by [`crate::parse_to_json`])

View File

@@ -1,4 +1,3 @@
# GENERATED from swift-syntax by the one-off schemagen tool. Do not edit.
supertypes:
decl:
- accessorDecl