microsoft / microsoft/monaco-editor
Latest 0.32.1 no longer expose tsWorker
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 46.8k
- Forks
- 4.1k
- Avg merge
- 17h 58m
- Merged PRs (30d)
- 1
Description
Reproducible in vscode.dev or in VS Code Desktop?
- Not reproducible in vscode.dev or VS Code Desktop
Reproducible in the monaco editor playground?
- Not reproducible in the monaco editor playground
Monaco Editor Playground Code
No response
Actual Behavior
I am building a custom TypeScriptWorker.
Previously I can extend from TypeScriptWorker and use webpack to replace typescriptServices.
But in the latest version. tsWorker is gone and typescriptServices is no longer exposed.
How can I supposed to do it in the future?
Expected Behavior
No response
Additional Context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named; start by comparing the 0.32.1 worker entry points with the previous release, focusing on tsWorker and the typescriptServices exposure used by webpack. Determine whether a supported replacement exists for extending TypeScriptWorker, and document the confirmed integration path or the required API change.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, webpack
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100