Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: completely decouple from TypeScript project #82

Merged
merged 30 commits into from
Nov 17, 2023

Conversation

johnsoncodehk
Copy link
Member

@johnsoncodehk johnsoncodehk commented Nov 14, 2023

The previous implementation of @volar/language-server, @volar/monaco, @volar/kit assumed running in a TypeScript project. This PR decouples that assumption. These packages can now also work in projects that don't rely on a tsconfig.

Old TypeScript Project Entry New TypeScript Project Entry New Non-TypeScript Project Entry
@volar/language-server startLanguageServer startTypeScriptServer startSimpleServer
@volar/monaco createProjectHost createTypeScriptWorkerService createSimpleWorkerService
@volar/kit createProject, createInferredProject createTypeScriptChecker, createTypeScriptInferredChecker (Not yet implemented)

@johnsoncodehk johnsoncodehk changed the title refactor: Completely abstract TypeScript refactor: Completely decoupling TypeScript Nov 14, 2023
@johnsoncodehk johnsoncodehk marked this pull request as ready for review November 16, 2023 16:28
@johnsoncodehk johnsoncodehk changed the title refactor: Completely decoupling TypeScript refactor: Completely decoupled TypeScript Nov 17, 2023
@johnsoncodehk johnsoncodehk merged commit bc06aad into master Nov 17, 2023
6 checks passed
@johnsoncodehk johnsoncodehk deleted the unlimit-server branch November 17, 2023 05:36
@johnsoncodehk johnsoncodehk changed the title refactor: Completely decoupled TypeScript refactor: completely decouple from TypeScript project Nov 17, 2023
@johnsoncodehk johnsoncodehk mentioned this pull request Nov 21, 2023
42 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant