Commit a3b6f09
committed
Enhance dependency graph and utils with additional arithmetic functions
- Updated `create_focused_graph` and `count_value_usage_in_dependents` to include the center module in the list of dependents, ensuring unique entries.
- Added `divide`, `sutract`, and `triple` functions to `utils.res` and `utils.bs.js` for improved arithmetic operations.
- Exported new functions in `utils.bs.js` to make them available for use.1 parent d9be09d commit a3b6f09
File tree
3 files changed
+23
-2
lines changed- lib
- test/rescript/src
3 files changed
+23
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
290 | | - | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
291 | 294 | | |
292 | 295 | | |
293 | 296 | | |
| |||
340 | 343 | | |
341 | 344 | | |
342 | 345 | | |
343 | | - | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
344 | 350 | | |
345 | 351 | | |
346 | 352 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
0 commit comments