mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-07 15:26:49 +01:00
Remove TValueCallback from monaco.d.ts
This commit is contained in:
@@ -36,8 +36,7 @@ declare namespace monaco {
|
||||
Error = 8,
|
||||
}
|
||||
|
||||
|
||||
#include(vs/base/common/winjs.base.d.ts): TValueCallback, Promise
|
||||
#include(vs/base/common/winjs.base.d.ts): Promise
|
||||
#include(vs/base/common/cancellation): CancellationTokenSource, CancellationToken
|
||||
#include(vs/base/common/uri): URI, UriComponents
|
||||
#include(vs/editor/common/standalone/standaloneBase): KeyCode, KeyMod
|
||||
|
||||
Vendored
-4
@@ -38,10 +38,6 @@ declare namespace monaco {
|
||||
|
||||
|
||||
|
||||
|
||||
export type TValueCallback<T = any> = (value: T | PromiseLike<T>) => void;
|
||||
|
||||
|
||||
export class Promise<T = any> {
|
||||
constructor(
|
||||
executor: (
|
||||
|
||||
Reference in New Issue
Block a user