From a8d8e71885ff75b94a4a2b2d343cdbf717a24fe0 Mon Sep 17 00:00:00 2001 From: Lentil Hoffman Date: Sat, 21 Jun 2025 21:54:20 -0500 Subject: [PATCH] removing stale comments --- __tests__/schema.ts | 1 - src/schema/schema.ts | 3 --- 2 files changed, 4 deletions(-) diff --git a/__tests__/schema.ts b/__tests__/schema.ts index df18cbf..24bccb4 100644 --- a/__tests__/schema.ts +++ b/__tests__/schema.ts @@ -3,7 +3,6 @@ import { PrimitiveSchemas, ReferenceSchemas, ArraySchemas, - // CommonSchemas has been moved to ./test-utils/schemas ObjectSchema } from '../src/schema'; import { DefaultSchemaRegistry } from '../src/schema'; diff --git a/src/schema/schema.ts b/src/schema/schema.ts index 79bb473..f8ed517 100644 --- a/src/schema/schema.ts +++ b/src/schema/schema.ts @@ -198,9 +198,6 @@ export class SchemaBuilder { } } -// Common schema patterns have been moved to __tests__/test-utils/schemas.ts -// since they are only used for testing purposes. - /** * Context for tracking resolution state during nested object resolution * Prevents circular references and manages depth tracking