cruxlines 0.3.0

Ranks symbol definitions by cross-file references using tree-sitter.
Documentation
1
2
3
4
5
import React from "react";

export function Button() {
    return <button>Click</button>;
}