Skip to content

refactor: completely decouple from TypeScript project#82

Merged
johnsoncodehk merged 30 commits intomasterfrom
unlimit-server
Nov 17, 2023
Merged

refactor: completely decouple from TypeScript project#82
johnsoncodehk merged 30 commits intomasterfrom
unlimit-server

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
@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.

1 participant