mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Use tsMode and tsWorker for entry point names
This commit is contained in:
parent
717952e163
commit
50517cad24
7 changed files with 9 additions and 9 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue