Skip to content

v0.1.2

Choose a tag to compare

@JeelGajera JeelGajera released this 28 Apr 17:53
122b6e5

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 | iex

Full Changelog: v0.1.1...v0.1.2