Do not load typescriptServices.js on the UI thread anymore

This commit is contained in:
Alex Dima 2018-08-08 16:53:26 +02:00
parent 95c8a531a2
commit d1e907a30c
4 changed files with 89 additions and 40 deletions

View file

@ -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({