refactor: drop eager pierre theme patch

This commit is contained in:
Gustavo Madeira Santana 2026-03-27 19:54:51 -04:00
parent 4a3aab4ff5
commit dd456aa32b
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ import { VIEWER_LOADER_PATH } from "./viewer-assets.js";
const DEFAULT_FILE_NAME = "diff.txt";
const MAX_PATCH_FILE_COUNT = 128;
const MAX_PATCH_TOTAL_LINES = 120_000;
ensurePierreThemesRegistered();
function escapeCssString(value: string): string {
return value.replaceAll("\\", "\\\\").replaceAll('"', '\\"');