Skip to content

Add ability to suppress line numbers from diff #69

Closed
@ericbiewener

Description

@ericbiewener

When diffing component state, I get something that looks like this because only this single line changed in the dom:

@@ -89,1 +89,1 @@
-                   class="MuiSelect-root-180 bold red-500"
+                   class="MuiSelect-root-230 bold tp-green-500"

That's great! But if I modify an unrelated part of the component that results in additional lines of DOM before the class name change that I'm actually concerned about, the diff breaks because the @@ -89,1 +89,1 @@ line number may have become @@ -93,1 +93,1 @@.

Can we add an option to suppress the line numbers?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions