01De-obfuscate and unbundle JavaScript code, splitting bundles into individual modules.
02Provide high-level architectural summaries (functions, classes, exports) to save LLM context.
03Allow on-demand fetching of specific modules or individual symbols (functions, classes, variables).
04Generate call graphs for functions to visualize dependencies.
05Enable semantic searching across all unbundled modules using regex or strings.
061 GitHub stars