v0.1.2
What's Changed - v0.1.2 🚀
- feat(graphyn): add ESM and framework file support with durable re-export persistence by @JeelGajera in #3
- remove stdout debug trace from re-export chain resolver
- persist file re-export metadata in GraphSnapshot (v2) and restore on load
- keep incremental graph updates in sync for file re-exports
- support .mts/.cts/.mjs/.cjs across scanner, parser, resolver, tsconfig probing, and watch mode
- add Vue/Svelte/Astro script extraction preprocessor with line-preserving blanking
- extend import resolution probing to .vue/.svelte/.astro
- add fixtures and tests for dist exclusion, ESM extensions, and framework support
- update architecture and README support matrix
Installation:
# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/JeelGajera/graphyn/master/install.sh | bash
# Windows (PowerShell)
irm https://raw.githubusercontent.com/JeelGajera/graphyn/master/install.ps1 | iexFull Changelog: v0.1.1...v0.1.2