callograph 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/cli.cjs +0 -1
- package/dist/cli.cjs.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ Callograph provides structural visibility into function relationships and propag
|
|
|
21
21
|
|
|
22
22
|
---
|
|
23
23
|
|
|
24
|
-
## Core Capabilities (v0.0.
|
|
24
|
+
## Core Capabilities (v0.0.6)
|
|
25
25
|
|
|
26
26
|
### 1. Call Graph Construction
|
|
27
27
|
|
|
@@ -231,7 +231,7 @@ It prioritizes:
|
|
|
231
231
|
|
|
232
232
|
---
|
|
233
233
|
|
|
234
|
-
## Limitations (v0.0.
|
|
234
|
+
## Limitations (v0.0.6)
|
|
235
235
|
|
|
236
236
|
* Dynamic runtime dispatch cannot always be resolved.
|
|
237
237
|
* Higher-order functions are partially supported.
|