Merge release/v3.8.51 into fix/v3851-typecheck-baseline-schema

This commit is contained in:
diegosouzapw
2026-09-02 08:38:55 -03:00
371 changed files with 17456 additions and 2290 deletions

View File

@@ -6,7 +6,7 @@ import { fileURLToPath } from "node:url";
const repoRoot = fileURLToPath(new URL("../..", import.meta.url));
const providerDir = join(repoRoot, "public", "providers");
const MAX_RASTER_BYTES = 128 * 1024;
const MAX_RASTER_DIMENSION = 256;
const MAX_RASTER_DIMENSION = 512;
const RASTER_EXTENSIONS = new Set([".png", ".jpg", ".jpeg"]);
function extensionOf(fileName) {