mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +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
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
import { LanguageServiceDefaultsImpl } from './monaco.contribution';
|
||||
import * as ts from './lib/typescriptServices';
|
||||
import { TypeScriptWorker } from './worker';
|
||||
import { TypeScriptWorker } from './tsWorker';
|
||||
|
||||
import Uri = monaco.Uri;
|
||||
import Position = monaco.Position;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue