Skip to content

v0.6.0 – TypeScript Language Support

Choose a tag to compare

@MihirMistry2 MihirMistry2 released this 24 Jul 05:56
· 37 commits to main since this release

🆕 Added

  • Added first-class TypeScript language support.
  • Added optional TSX support.
  • Added TypeScript syntax diagnostics.
  • Added TypeScript schema-based autocomplete.

✨ Improved

  • Reused the shared diagnostics and validation infrastructure across JavaScript and TypeScript.
  • Extended the language plugin architecture with TypeScript support.
  • Updated language configuration with TypeScript options.
  • Expanded documentation with TypeScript examples and configuration.

📝 Notes

  • Minor release introducing built-in TypeScript language support.
  • JSON and JavaScript APIs remain fully backward compatible.