volarjs / volar.js

πŸ’™πŸŒŠ
https://volarjs.dev/
MIT License
970 stars 47 forks source link

refactor: more accurate interface design and terminology #154

Closed johnsoncodehk closed 5 months ago

johnsoncodehk commented 5 months ago

Try to reduce the abstraction of core parts as much as possible, and use more precise terminology.

language-core uses the term "Script" instead of "File", because "File" implies dependence on the File System and "Script" semantics are looser.

language-core

language-service