mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Do not load typescriptServices.js on the UI thread anymore
This commit is contained in:
parent
95c8a531a2
commit
d1e907a30c
4 changed files with 89 additions and 40 deletions
|
|
@ -26,9 +26,8 @@ const BUNDLED_FILE_HEADER = [
|
|||
].join('\n');
|
||||
|
||||
bundleOne('monaco.contribution');
|
||||
bundleOne('lib/typescriptServices');
|
||||
bundleOne('tsMode', ['vs/language/typescript/lib/typescriptServices']);
|
||||
bundleOne('tsWorker', ['vs/language/typescript/lib/typescriptServices']);
|
||||
bundleOne('tsMode');
|
||||
bundleOne('tsWorker');
|
||||
|
||||
function bundleOne(moduleId, exclude) {
|
||||
requirejs.optimize({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue