提交 e86b622a 编写于 作者: M Matt Bierner

Update monaco for TS 3.7

上级 564d4733
......@@ -42,7 +42,7 @@ declare namespace monaco {
export class CancellationTokenSource {
constructor(parent?: CancellationToken);
readonly token: CancellationToken;
get token(): CancellationToken;
cancel(): void;
dispose(cancel?: boolean): void;
}
......@@ -117,7 +117,7 @@ declare namespace monaco {
* namely the server name, would be missing. Therefore `Uri#fsPath` exists - it's sugar to ease working
* with URIs that represent files on disk (`file` scheme).
*/
readonly fsPath: string;
get fsPath(): string;
with(change: {
scheme?: string;
authority?: string | null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册