Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
assayxport
command
Command assayxport scans a source tree and writes a deterministic JSON manifest (assayxport.json + .assayxport/ shards) of its API and docs.
|
Command assayxport scans a source tree and writes a deterministic JSON manifest (assayxport.json + .assayxport/ shards) of its API and docs. |
|
internal
|
|
|
complexity
Package complexity is assayxport's best-effort, intraprocedural, syntactic big-O estimator.
|
Package complexity is assayxport's best-effort, intraprocedural, syntactic big-O estimator. |
|
emit
Package emit builds and writes assayxport's deterministic manifest: a root index plus one shard per package.
|
Package emit builds and writes assayxport's deterministic manifest: a root index plus one shard per package. |
|
extract
Package extract defines the language-agnostic extractor contract.
|
Package extract defines the language-agnostic extractor contract. |
|
extract/golang
Package golang extracts a Go source tree into assayxport's schema using go/packages for loading and go/types for accurate, machine-stable types.
|
Package golang extracts a Go source tree into assayxport's schema using go/packages for loading and go/types for accurate, machine-stable types. |
|
extract/java
Package java extracts a Java source tree into assayxport's schema.
|
Package java extracts a Java source tree into assayxport's schema. |
|
extract/python
Package python extracts a Python source tree into assayxport's schema.
|
Package python extracts a Python source tree into assayxport's schema. |
|
extract/registry
Package registry holds the language extractors and dispatches them.
|
Package registry holds the language extractors and dispatches them. |
|
schema
Package schema defines the assayxport manifest types and their stable JSON encoding.
|
Package schema defines the assayxport manifest types and their stable JSON encoding. |
|
ts
Package ts is assayxport's in-house tree-sitter layer.
|
Package ts is assayxport's in-house tree-sitter layer. |
Click to show internal directories.
Click to hide internal directories.