From fee08d74e00af2946af315d10539127c5951300c Mon Sep 17 00:00:00 2001 From: Daniel Imms Date: Tue, 4 Jun 2019 11:34:55 -0700 Subject: [PATCH] Remove old ITerminalAddon def --- .../typings/xterm-addon-web-links.d.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/addons/xterm-addon-web-links/typings/xterm-addon-web-links.d.ts b/addons/xterm-addon-web-links/typings/xterm-addon-web-links.d.ts index 83a3474d..1c53bcde 100644 --- a/addons/xterm-addon-web-links/typings/xterm-addon-web-links.d.ts +++ b/addons/xterm-addon-web-links/typings/xterm-addon-web-links.d.ts @@ -4,14 +4,9 @@ */ -import { Terminal, IDisposable, ILinkMatcherOptions } from 'xterm'; +import { Terminal, ILinkMatcherOptions, ITerminalAddon } from 'xterm'; declare module 'xterm-addon-web-links' { - // TODO: This is temporary, link to xterm when the new version is published - export interface ITerminalAddon extends IDisposable { - activate(terminal: Terminal): void; - } - /** * An xterm.js addon that enables web links. */