| /** | |
| * A file whose unified diff text is longer than this is a "large file": its | |
| * hunks are not parsed (the built-in panel's size cap). | |
| */ | |
| export const MAX_DIFF_BYTES = 1_000_000 | |
| /** | |
| * A file whose unified diff text is longer than this is a "large file": its | |
| * hunks are not parsed (the built-in panel's size cap). | |
| */ | |
| export const MAX_DIFF_BYTES = 1_000_000 | |