API().get_schema_type_mapping(args)
is missing information about a possible index signature in a schema
#187
Labels
enhancement
New feature or request
Bug Report
I want to programmatically inspect and deal with KCL schema information und stumbled upon the inability to know anything about the index signature of a schema.
1. Minimal reproduce step (Required)
create a file:
test.k
2. What did you expect to see? (Required)
Some field indicating the name and type of the index signature
[<index_attr_name>: <index_attr_type>]: <index_type>
and also if it is open to contain yet unknown attributes using[...<index_attr_type>]: <index_type>
whereindex_attr_name == "..."
.3. What did you see instead (Required)
4. What is your KCL components version? (Required)
0.11.0-linux-amd64
The text was updated successfully, but these errors were encountered: