提交 088b323f 编写于 作者: J Johannes Rieken

missing monaco.d.ts changes

上级 d4116a8f
......@@ -151,7 +151,7 @@ declare namespace monaco {
*
* @param value A string which represents an Uri (see `Uri#toString`).
*/
static parse(value: string, _strict?: boolean): Uri;
static parse(value: string): Uri;
/**
* Creates a new Uri from a file system path, e.g. `c:\my\files`,
* `/usr/home`, or `\\server\share\some\path`.
......@@ -392,13 +392,9 @@ declare namespace monaco {
static readonly WinCtrl: number;
static chord(firstPart: number, secondPart: number): number;
}
export interface IMarkdownString {
value: string;
isTrusted?: boolean;
uris?: {
[href: string]: UriComponents;
};
}
export interface IKeyboardEvent {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册