Include typings in addons as well

This commit is contained in:
Daniel Imms
2018-06-01 08:55:22 -07:00
parent 90b9a487cd
commit d5af79fc5f
16 changed files with 40 additions and 24 deletions
-2
View File
@@ -5,8 +5,6 @@
* Implements the attach method, that attaches the terminal to a WebSocket stream.
*/
/// <reference path="../../../typings/xterm.d.ts"/>
import { Terminal } from 'xterm';
import { IAttachAddonTerminal } from './Interfaces';
+5 -1
View File
@@ -7,5 +7,9 @@
"sourceMap": true,
"removeComments": true,
"declaration": true
}
},
"include": [
"**/*.ts",
"../../../typings/xterm.d.ts"
]
}
-2
View File
@@ -13,8 +13,6 @@
* row and truncate its width with the current number of columns).
*/
/// <reference path="../../../typings/xterm.d.ts"/>
import { Terminal } from 'xterm';
export interface IGeometry {
+5 -1
View File
@@ -7,5 +7,9 @@
"sourceMap": true,
"removeComments": true,
"declaration": true
}
},
"include": [
"**/*.ts",
"../../../typings/xterm.d.ts"
]
}
-2
View File
@@ -3,8 +3,6 @@
* @license MIT
*/
/// <reference path="../../../typings/xterm.d.ts"/>
import { Terminal } from 'xterm';
/**
+5 -1
View File
@@ -7,5 +7,9 @@
"sourceMap": true,
"removeComments": true,
"declaration": true
}
},
"include": [
"**/*.ts",
"../../../typings/xterm.d.ts"
]
}
-2
View File
@@ -3,8 +3,6 @@
* @license MIT
*/
/// <reference path="../../../typings/xterm.d.ts"/>
import { SearchHelper } from './SearchHelper';
import { Terminal } from 'xterm';
import { ISearchAddonTerminal } from './Interfaces';
+5 -1
View File
@@ -7,5 +7,9 @@
"sourceMap": true,
"removeComments": true,
"declaration": true
}
},
"include": [
"**/*.ts",
"../../../typings/xterm.d.ts"
]
}
-2
View File
@@ -6,8 +6,6 @@
* WebSocket stream.
*/
/// <reference path="../../../typings/xterm.d.ts"/>
import { Terminal } from 'xterm';
import { ITerminadoAddonTerminal } from './Interfaces';
+5 -1
View File
@@ -7,5 +7,9 @@
"sourceMap": true,
"removeComments": true,
"declaration": true
}
},
"include": [
"**/*.ts",
"../../../typings/xterm.d.ts"
]
}
+5 -1
View File
@@ -7,5 +7,9 @@
"sourceMap": true,
"removeComments": true,
"declaration": true
}
},
"include": [
"**/*.ts",
"../../../typings/xterm.d.ts"
]
}
-2
View File
@@ -3,8 +3,6 @@
* @license MIT
*/
/// <reference path="../../../typings/xterm.d.ts"/>
import { Terminal, ILinkMatcherOptions } from 'xterm';
const protocolClause = '(https?:\\/\\/)';
+5 -1
View File
@@ -7,5 +7,9 @@
"sourceMap": true,
"removeComments": true,
"declaration": true
}
},
"include": [
"**/*.ts",
"../../../typings/xterm.d.ts"
]
}
-2
View File
@@ -3,8 +3,6 @@
* @license MIT
*/
/// <reference path="../../../typings/xterm.d.ts"/>
import { Terminal } from 'xterm';
import { IWinptyCompatAddonTerminal } from './Interfaces';
+5 -1
View File
@@ -7,5 +7,9 @@
"sourceMap": true,
"removeComments": true,
"declaration": true
}
},
"include": [
"**/*.ts",
"../../../typings/xterm.d.ts"
]
}
-2
View File
@@ -3,8 +3,6 @@
* @license MIT
*/
/// <reference path="../../../typings/xterm.d.ts"/>
import { Terminal } from 'xterm';
/**