mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
try rc
This commit is contained in:
parent
39c9674e1d
commit
5632f5fed3
13 changed files with 31053 additions and 23817 deletions
8
monaco.d.ts
vendored
8
monaco.d.ts
vendored
|
|
@ -414,10 +414,10 @@ declare namespace monaco.languages.typescript {
|
|||
formatOptions: any
|
||||
): Promise<ReadonlyArray<any>>;
|
||||
/**
|
||||
* Get inlay hints in the range of the file.
|
||||
* @param fileName
|
||||
* @returns `Promise<typescript.InlayHint[]>`
|
||||
*/
|
||||
* Get inlay hints in the range of the file.
|
||||
* @param fileName
|
||||
* @returns `Promise<typescript.InlayHint[]>`
|
||||
*/
|
||||
provideInlayHints(fileName: string, start: number, end: number): Promise<ReadonlyArray<any>>;
|
||||
}
|
||||
export const typescriptVersion: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue