removing stale comments

This commit is contained in:
Lentil Hoffman 2025-06-21 21:54:20 -05:00
parent 0b58c4cd0e
commit a8d8e71885
Signed by: lentil
GPG Key ID: 0F5B99F3F4D0C087
2 changed files with 0 additions and 4 deletions

View File

@ -3,7 +3,6 @@ import {
PrimitiveSchemas, PrimitiveSchemas,
ReferenceSchemas, ReferenceSchemas,
ArraySchemas, ArraySchemas,
// CommonSchemas has been moved to ./test-utils/schemas
ObjectSchema ObjectSchema
} from '../src/schema'; } from '../src/schema';
import { DefaultSchemaRegistry } from '../src/schema'; import { DefaultSchemaRegistry } from '../src/schema';

View File

@ -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 * Context for tracking resolution state during nested object resolution
* Prevents circular references and manages depth tracking * Prevents circular references and manages depth tracking