deXterbed and Safi
1494874e25
feat: track JS/TS barrel re-exports as explicit graph edges
...
- Add 'export_statement' to import_types for JS/TS/TSX configs
- Extend _import_js to detect 'export { X } from ./mod' re-exports
- Emit 're_exports' edges linking barrel files to source symbols
- Preserve walk-through for 'export function/const' declarations
- Add 're_exports' to clean_edges allowlist for cross-file edges
Tested on a 976-file Next.js codebase: detects 162 re_exports edges
and 5760 symbol-level imports (previously 0 for both).
2026-05-22 13:28:35 +01:00
..
2026-05-17 13:12:49 +01:00
2026-05-17 13:12:49 +01:00
2026-04-06 16:06:31 +01:00
2026-05-22 13:22:42 +01:00
2026-05-22 13:28:35 +01:00
2026-05-06 09:41:56 -04:00
2026-05-22 13:28:35 +01:00
2026-05-04 19:08:50 +05:30
2026-04-27 16:41:19 -07:00
2026-04-04 18:52:44 +01:00
2026-05-08 20:31:25 +01:00
2026-04-06 16:06:31 +01:00
2026-04-13 08:39:28 +01:00
2026-04-13 08:39:28 +01:00
2026-04-13 08:39:28 +01:00
2026-04-13 08:39:28 +01:00
2026-05-13 23:39:01 +01:00
2026-05-08 20:31:25 +01:00
2026-05-05 12:22:38 +02:00
2026-05-15 00:07:09 +01:00
2026-04-04 18:56:38 +01:00
2026-05-18 15:43:45 +01:00
2026-04-04 18:56:38 +01:00
2026-05-09 14:44:58 +01:00
2026-04-07 12:54:12 +01:00
2026-05-04 11:17:06 +01:00
2026-04-04 18:56:38 +01:00
2026-05-05 12:22:38 +02:00
2026-04-04 18:56:38 +01:00
2026-04-08 22:54:18 +01:00
2026-05-15 00:07:09 +01:00
2026-04-04 18:56:38 +01:00
2026-05-09 14:44:58 +01:00
2026-05-09 14:44:58 +01:00
2026-05-05 23:56:51 -04:00
2026-04-07 20:20:49 +01:00
2026-04-04 18:52:44 +01:00
2026-05-09 14:44:58 +01:00
2026-04-04 18:56:38 +01:00
2026-04-07 09:56:53 +01:00
2026-04-04 18:52:44 +01:00
2026-04-04 18:56:38 +01:00
2026-04-04 18:56:38 +01:00
2026-04-04 18:56:38 +01:00
2026-05-15 00:07:09 +01:00
2026-05-01 10:15:06 +01:00
2026-04-06 21:59:38 +01:00
2026-04-04 18:56:38 +01:00
2026-05-07 20:07:36 +01:00
2026-04-07 09:56:53 +01:00
2026-05-22 13:28:35 +01:00
2026-05-04 20:46:36 +03:00
2026-05-22 13:28:35 +01:00