From a263b85003bdcc9e4c1d7e10841d092c1c49eaa1 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Wed, 13 Jan 2016 17:55:28 -0500 Subject: [PATCH] Shim Thenable --- typings/thenable/thenable.d.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 typings/thenable/thenable.d.ts diff --git a/typings/thenable/thenable.d.ts b/typings/thenable/thenable.d.ts new file mode 100644 index 0000000..afd2306 --- /dev/null +++ b/typings/thenable/thenable.d.ts @@ -0,0 +1,3 @@ +declare class Thenable extends Promise { + // shim for vscode's Thenable +} \ No newline at end of file