Use tsMode and tsWorker for entry point names

This commit is contained in:
Alex Dima 2018-03-12 12:59:22 +01:00
parent 717952e163
commit 50517cad24
7 changed files with 9 additions and 9 deletions

View file

@ -22,8 +22,8 @@ const BUNDLED_FILE_HEADER = [
bundleOne('monaco.contribution');
bundleOne('lib/typescriptServices');
bundleOne('mode', ['vs/language/typescript/lib/typescriptServices']);
bundleOne('worker', ['vs/language/typescript/lib/typescriptServices']);
bundleOne('tsMode', ['vs/language/typescript/lib/typescriptServices']);
bundleOne('tsWorker', ['vs/language/typescript/lib/typescriptServices']);
function bundleOne(moduleId, exclude) {
requirejs.optimize({