File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -86,23 +86,6 @@ export function wordsWithSpace(
8686 }
8787}
8888
89- /**
90- * Chars checks the two given strings line-by-line for equality.
91- * Extra whitespace is ignored.
92- * If there are any differences, it throws an exception with a Bash-colored diff as the error message.
93- */
94- // export function arrays(
95- // actual: Array<Object>,
96- // expected: Array<Object>,
97- // message = "mismatching arrays"
98- // ) {
99- // checkArgsExist(actual, expected)
100- // const differences = diff.diffArrays(expected, actual)
101- // if (differences.length > 1) {
102- // throw new Error(`${message}:\n\n${renderDiff(differences)}`)
103- // }
104- // }
105-
10689/** returns the color function to render the given diff part */
10790function getColor ( part : diff . Change ) : colorette . Color {
10891 if ( part . added ) {
You can’t perform that action at this time.
0 commit comments