mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
Export apis
This commit is contained in:
parent
83339b4d97
commit
73295879a4
8 changed files with 256 additions and 110 deletions
|
|
@ -4,7 +4,7 @@
|
|||
*--------------------------------------------------------------------------------------------*/
|
||||
'use strict';
|
||||
|
||||
import {LanguageServiceDefaults} from './typescript';
|
||||
import {LanguageServiceDefaultsImpl} from './monaco.contribution';
|
||||
import * as ts from '../lib/typescriptServices';
|
||||
import {TypeScriptWorker} from './worker';
|
||||
|
||||
|
|
@ -47,7 +47,7 @@ export class DiagnostcsAdapter extends Adapter {
|
|||
private _disposables: IDisposable[] = [];
|
||||
private _listener: { [uri: string]: IDisposable } = Object.create(null);
|
||||
|
||||
constructor(private _defaults: LanguageServiceDefaults, private _selector: string,
|
||||
constructor(private _defaults: LanguageServiceDefaultsImpl, private _selector: string,
|
||||
worker: (first: Uri, ...more: Uri[]) => Promise<TypeScriptWorker>
|
||||
) {
|
||||
super(worker);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue