tinymist/crates/tinymist-query
Myriad-Dreamin 0c4a898c97
dev: introduce call static analysis (#182)
* dev: start write signature v2

* dev: introduce signature with bindings

* fix: print value instead document in type repr

* dev: use new signature analyzer for calls

* dev: weaken analysis requirement

* dev: invalidate signature cache on source update
2024-04-11 21:07:09 +08:00
..
src dev: introduce call static analysis (#182) 2024-04-11 21:07:09 +08:00
Cargo.toml dev: init summary page (#137) 2024-04-01 10:16:26 +08:00
README.md chore: fix test scripts and update test documents (#178) 2024-04-09 12:37:01 +08:00

tinymist-query

Note: this crate is under development. it currently doesn't ensure stable APIs, and heavily depending on some unstable crates.

This crate provides a set of APIs to query the information about the source code. Currently it provides:

Contributing

See CONTRIBUTING.md.