This commit is contained in:
Wenlu Wang 2021-08-13 16:41:26 +08:00
parent 39c9674e1d
commit 5632f5fed3
13 changed files with 31053 additions and 23817 deletions

8
monaco.d.ts vendored
View file

@ -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;