Skip to content

Commit 8b0350e

Browse files
committed
refactor: rely on new DT types for string-width
1 parent 03855c4 commit 8b0350e

9 files changed

Lines changed: 1 addition & 12 deletions

File tree

packages/@ionic/cli-framework/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"@types/ncp": "^2.0.1",
4848
"@types/node": "^6.0.101",
4949
"@types/rimraf": "^2.0.2",
50+
"@types/string-width": "^2.0.0",
5051
"@types/strip-ansi": "^3.0.0",
5152
"@types/untildify": "^3.0.0",
5253
"@types/wrap-ansi": "^3.0.0",

packages/@ionic/cli-framework/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"include": [
77
"../../../types/cross-spawn.d.ts",
88
"../../../types/stream-combiner2.d.ts",
9-
"../../../types/string-width.d.ts",
109
"../../../types/slice-ansi.d.ts",
1110
"src/**/*.ts"
1211
],

packages/@ionic/cli-utils/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"../../../types/slice-ansi.d.ts",
1111
"../../../types/ssh-config.d.ts",
1212
"../../../types/stream-combiner2.d.ts",
13-
"../../../types/string-width.d.ts",
1413
"../../../types/superagent-proxy.d.ts",
1514
"../../../types/superagent.d.ts",
1615
"../../../types/tiny-lr.d.ts",

packages/@ionic/lab/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"outDir": "./dist"
55
},
66
"include": [
7-
"../../../types/string-width.d.ts",
87
"src/**/*.ts"
98
],
109
"exclude": [

packages/@ionic/ng-toolkit/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "../../../tsconfig.base.json",
33
"include": [
4-
"../../../types/string-width.d.ts",
54
"src/**/*.ts"
65
],
76
"exclude": [

packages/@ionic/v1-toolkit/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
},
66
"include": [
77
"../../../types/slice-ansi.d.ts",
8-
"../../../types/string-width.d.ts",
98
"../../../types/tiny-lr.d.ts",
109
"src/**/*.ts"
1110
],

packages/cli-scripts/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"../../types/ascii-tree.d.ts",
88
"../../types/cross-spawn.d.ts",
99
"../../types/slice-ansi.d.ts",
10-
"../../types/string-width.d.ts",
1110
"../../types/superagent.d.ts",
1211
"src/**/*.ts"
1312
],

packages/ionic/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"../../types/cross-spawn.d.ts",
88
"../../types/elementtree.d.ts",
99
"../../types/slice-ansi.d.ts",
10-
"../../types/string-width.d.ts",
1110
"../../types/ssh-config.d.ts",
1211
"../../types/superagent.d.ts",
1312
"src/**/*.ts"

types/string-width.d.ts

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)