@sewing-kit/ui
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -15,5 +15,2 @@ "use strict"; | ||
super(title); | ||
this.suggestion = void 0; | ||
this.title = void 0; | ||
this.content = void 0; | ||
this.title = title; | ||
@@ -20,0 +17,0 @@ this.content = content; |
@@ -28,6 +28,6 @@ "use strict"; | ||
constructor(step, update) { | ||
this.state = StepState.Pending; | ||
this.stepRunners = []; | ||
this.step = step; | ||
this.update = update; | ||
this.state = StepState.Pending; | ||
this.stepRunners = []; | ||
@@ -123,5 +123,5 @@ for (const subStep of step.steps || []) { | ||
constructor(group, update) { | ||
this.stepRunners = []; | ||
this.group = group; | ||
this.update = update; | ||
this.stepRunners = []; | ||
} | ||
@@ -147,4 +147,2 @@ | ||
constructor(groups, ui) { | ||
this.groups = groups; | ||
this.ui = ui; | ||
this.tick = 0; | ||
@@ -161,2 +159,5 @@ this.groupRunners = []; | ||
}; | ||
this.groups = groups; | ||
this.ui = ui; | ||
} | ||
@@ -163,0 +164,0 @@ |
@@ -49,3 +49,2 @@ "use strict"; | ||
this.stream = stream; | ||
this.formatter = void 0; | ||
this.formatter = createFormatter(stream); | ||
@@ -81,4 +80,2 @@ } | ||
} = {}) { | ||
this.stdout = void 0; | ||
this.stderr = void 0; | ||
this.stdout = new FormattedStream(stdout); | ||
@@ -85,0 +82,0 @@ this.stderr = new FormattedStream(stderr); |
@@ -8,5 +8,2 @@ export class DiagnosticError extends Error { | ||
super(title); | ||
this.suggestion = void 0; | ||
this.title = void 0; | ||
this.content = void 0; | ||
this.title = title; | ||
@@ -13,0 +10,0 @@ this.content = content; |
@@ -17,6 +17,6 @@ import exec from 'execa'; | ||
constructor(step, update) { | ||
this.state = StepState.Pending; | ||
this.stepRunners = []; | ||
this.step = step; | ||
this.update = update; | ||
this.state = StepState.Pending; | ||
this.stepRunners = []; | ||
@@ -112,5 +112,5 @@ for (const subStep of step.steps || []) { | ||
constructor(group, update) { | ||
this.stepRunners = []; | ||
this.group = group; | ||
this.update = update; | ||
this.stepRunners = []; | ||
} | ||
@@ -136,4 +136,2 @@ | ||
constructor(groups, ui) { | ||
this.groups = groups; | ||
this.ui = ui; | ||
this.tick = 0; | ||
@@ -150,2 +148,5 @@ this.groupRunners = []; | ||
}; | ||
this.groups = groups; | ||
this.ui = ui; | ||
} | ||
@@ -152,0 +153,0 @@ |
@@ -36,3 +36,2 @@ import { clearScreenDown, clearLine, moveCursor, cursorTo } from 'readline'; | ||
this.stream = stream; | ||
this.formatter = void 0; | ||
this.formatter = createFormatter(stream); | ||
@@ -68,4 +67,2 @@ } | ||
} = {}) { | ||
this.stdout = void 0; | ||
this.stderr = void 0; | ||
this.stdout = new FormattedStream(stdout); | ||
@@ -72,0 +69,0 @@ this.stderr = new FormattedStream(stderr); |
@@ -1,2 +0,2 @@ | ||
export * from "./build/ts/index"; | ||
export {default} from "./build/ts/index"; | ||
export * from "./build"; | ||
export {default} from "./build"; |
{ | ||
"name": "@sewing-kit/ui", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"sideEffects": false, | ||
@@ -10,3 +10,3 @@ "publishConfig": { | ||
"dependencies": { | ||
"@sewing-kit/types": "^0.0.3", | ||
"@sewing-kit/types": "^0.0.4", | ||
"@shopify/useful-types": "^2.1.2", | ||
@@ -18,3 +18,3 @@ "ansi-escapes": "^4.3.0", | ||
}, | ||
"gitHead": "e082aec343400f231a9a2a67ede8c94ed5d76c3b" | ||
"gitHead": "27c437a52ed52343cb4633556568514d5f058a37" | ||
} |
Sorry, the diff of this file is not supported yet
40
140114
1480
+ Added@sewing-kit/types@0.0.4(transitive)
- Removed@sewing-kit/types@0.0.3(transitive)
Updated@sewing-kit/types@^0.0.4