normalize-languages 0.3.2

Tree-sitter language support and dynamic grammar loading
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "exhaustive": false,
  "symbols": [
    {"name": "read_file", "kind": "function"},
    {"name": "list_dir", "kind": "function"}
  ],
  "imports": [
    {"name": "os"},
    {"name": "sys"},
    {"module": "pathlib", "name": "Path"},
    {"module": "collections", "name": "defaultdict"},
    {"module": "collections", "name": "OrderedDict"}
  ],
  "calls": []
}