Maintinance to standardize some code structure and conventions #5

Merged
lentil merged 28 commits from chore/major-cleanup into main 2025-07-08 14:18:59 -05:00
2 changed files with 0 additions and 4 deletions
Showing only changes of commit a8d8e71885 - Show all commits

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