We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a00d17 commit 5c72557Copy full SHA for 5c72557
src/commonMain/kotlin/com/github/petertrr/diffutils/DiffUtils.kt src/commonMain/kotlin/io/github/petertrr/diffutils/DiffUtils.kt
src/commonMain/kotlin/com/github/petertrr/diffutils/algorithm/Change.kt src/commonMain/kotlin/io/github/petertrr/diffutils/algorithm/Change.kt
src/commonMain/kotlin/com/github/petertrr/diffutils/algorithm/DiffAlgorithm.kt src/commonMain/kotlin/io/github/petertrr/diffutils/algorithm/DiffAlgorithm.kt
src/commonMain/kotlin/com/github/petertrr/diffutils/algorithm/DiffAlgorithmListener.kt src/commonMain/kotlin/io/github/petertrr/diffutils/algorithm/DiffAlgorithmListener.kt
src/commonMain/kotlin/com/github/petertrr/diffutils/algorithm/myers/MyersDiff.kt src/commonMain/kotlin/io/github/petertrr/diffutils/algorithm/myers/MyersDiff.kt
src/commonMain/kotlin/com/github/petertrr/diffutils/algorithm/myers/PathNode.kt src/commonMain/kotlin/io/github/petertrr/diffutils/algorithm/myers/PathNode.kt
src/commonMain/kotlin/com/github/petertrr/diffutils/patch/Chunk.kt src/commonMain/kotlin/io/github/petertrr/diffutils/patch/Chunk.kt
src/commonMain/kotlin/com/github/petertrr/diffutils/patch/Delta.kt src/commonMain/kotlin/io/github/petertrr/diffutils/patch/Delta.kt
src/commonMain/kotlin/com/github/petertrr/diffutils/patch/Patch.kt src/commonMain/kotlin/io/github/petertrr/diffutils/patch/Patch.kt
src/commonMain/kotlin/com/github/petertrr/diffutils/patch/PatchFailedException.kt src/commonMain/kotlin/io/github/petertrr/diffutils/patch/PatchFailedException.kt
src/commonMain/kotlin/com/github/petertrr/diffutils/text/DiffRow.kt src/commonMain/kotlin/io/github/petertrr/diffutils/text/DiffRow.kt
src/commonMain/kotlin/com/github/petertrr/diffutils/text/DiffRowGenerator.kt src/commonMain/kotlin/io/github/petertrr/diffutils/text/DiffRowGenerator.kt
src/commonMain/kotlin/com/github/petertrr/diffutils/text/StringUtils.kt src/commonMain/kotlin/io/github/petertrr/diffutils/text/StringUtils.kt
src/commonTest/kotlin/com/github/petertrr/diffutils/DiffUtilsTest.kt src/commonTest/kotlin/io/github/petertrr/diffutils/DiffUtilsTest.kt
src/commonTest/kotlin/com/github/petertrr/diffutils/algorithm/myers/MyersDiffTest.kt src/commonTest/kotlin/io/github/petertrr/diffutils/algorithm/myers/MyersDiffTest.kt
src/commonTest/kotlin/com/github/petertrr/diffutils/patch/PatchTest.kt src/commonTest/kotlin/io/github/petertrr/diffutils/patch/PatchTest.kt
src/commonTest/kotlin/com/github/petertrr/diffutils/text/DiffRowGeneratorTest.kt src/commonTest/kotlin/io/github/petertrr/diffutils/text/DiffRowGeneratorTest.kt
src/commonTest/kotlin/com/github/petertrr/diffutils/text/StringUtilsTest.kt src/commonTest/kotlin/io/github/petertrr/diffutils/text/StringUtilsTest.kt
src/commonTest/kotlin/com/github/petertrr/diffutils/utils/DeltaUtils.kt src/commonTest/kotlin/io/github/petertrr/diffutils/utils/DeltaUtils.kt
0 commit comments