volarjs / volar.js

💙🌊
https://volarjs.dev/
MIT License
963 stars 47 forks source link

refactor(language-core): decoupled from TypeScript project context #215

Closed johnsoncodehk closed 2 months ago

johnsoncodehk commented 2 months ago

The Language and LanguagePlugin interface definitions in @vue/language-core are no longer coupled with TypeScript. Instead, options specific to TypeScript projects are defined in @volar/typescript through TS declaration merging.